wok diff dillo/receipt @ rev 25421
Update some web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 10 07:02:08 2022 +0000 (2022-08-10) |
parents | a190bcfebf1e |
children | b81ceff0b056 |
line diff
1.1 --- a/dillo/receipt Thu Jul 28 07:24:59 2022 +0000 1.2 +++ b/dillo/receipt Wed Aug 10 07:02:08 2022 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="https://web.archive.org/web/20220511073123/https://www.dillo.org/" 1.5 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -WGET_URL="https://www.dillo.org/download/$TARBALL" 1.8 +WGET_URL="https://web.archive.org/web/20210410093347if_/https://www.dillo.org/download/$TARBALL" 1.9 1.10 DEPENDS="fltk gcc-lib-base jpeg libpng openssl xorg-libX11 zlib" 1.11 BUILD_DEPENDS="fltk-dev jpeg-dev libpng-dev openssl-dev zlib-dev" 1.12 @@ -20,7 +20,7 @@ 1.13 # What is the latest version available today? 1.14 current_version() 1.15 { 1.16 - wget -O - ${WGET_URL%/*} 2>/dev/null | \ 1.17 + wget -O - https://www.dillo.org/download/ 2>/dev/null | \ 1.18 sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.19 } 1.20