wok rev 25363
Update some wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 28 08:19:17 2022 +0000 (2022-07-28) |
parents | a190bcfebf1e |
children | c6c2c42e733e |
files | dillo/receipt libsexymm/receipt |
line diff
1.1 --- a/dillo/receipt Thu Jul 28 07:24:59 2022 +0000 1.2 +++ b/dillo/receipt Thu Jul 28 08:19:17 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
2.1 --- a/libsexymm/receipt Thu Jul 28 07:24:59 2022 +0000 2.2 +++ b/libsexymm/receipt Thu Jul 28 08:19:17 2022 +0000 2.3 @@ -8,7 +8,7 @@ 2.4 LICENSE="LGPL2.1" 2.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.6 WEB_SITE="http://osiris.chipx86.com/projects/libsexy/" 2.7 -WGET_URL="http://releases.chipx86.com/libsexy/libsexymm/$TARBALL" 2.8 +WGET_URL="https://releases.chipx86.com/libsexy/libsexymm/$TARBALL" 2.9 2.10 DEPENDS="glibmm libgiomm cairomm gtkmm libsexy libsigc++" 2.11 BUILD_DEPENDS="glibmm-dev libgiomm-dev cairomm-dev gtkmm-dev libsexy-dev \