# HG changeset patch # User Pascal Bellard # Date 1506517078 -7200 # Node ID 88f2b120ccee0d5b06c5c25c8b7aaaa438ad1185 # Parent cec701c81209d7664608e58d2a31c439512ff744 get-opera: update URL diff -r cec701c81209 -r 88f2b120ccee get-opera/stuff/get-opera --- a/get-opera/stuff/get-opera Wed Sep 27 11:16:14 2017 +0200 +++ b/get-opera/stuff/get-opera Wed Sep 27 14:57:58 2017 +0200 @@ -4,7 +4,7 @@ WEB_SITE="http://www.opera.com/" CATEGORY="non-free" DEPENDS="" -URL=http://mirror.switch.ch/ftp/mirror/opera/linux/ +URL=https://ftp.opera.com/pub/opera/linux/ ROOT="$1" [ -d "$ROOT" ] || ROOT="" @@ -27,7 +27,7 @@ get_releases() { - wget -qO- "$URL?C=M;O=D" | sed 's|.*[Ff]="\([^"/]*\).*|\1|;/[^0-9b]/d' + wget -qO- "$URL" | sed 's|.*[Ff]="\([^"/]*\).*|\1|;/[^0-9b]/d' | tac } # Download deb