wok-current rev 25418
duat: use archive.org for web_site
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 05 16:48:05 2022 +0000 (2022-08-05) |
parents | 1a6eb3793a9e |
children | d15c88df1fd2 |
files | duat/receipt sudo-pam/receipt |
line diff
1.1 --- a/duat/receipt Fri Aug 05 07:39:58 2022 +0000 1.2 +++ b/duat/receipt Fri Aug 05 16:48:05 2022 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pascal.bellard@slitaz.org" 1.5 LICENSE="GPL2" 1.6 TARBALL="$PACKAGE" 1.7 -WEB_SITE="https://code.google.com/archive/p/duat/" 1.8 +WEB_SITE="https://web.archive.org/web/20210305171528/https://code.google.com/archive/p/duat/" 1.9 WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/duat/$TARBALL" 1.10 1.11 DEPENDS="perl"
2.1 --- a/sudo-pam/receipt Fri Aug 05 07:39:58 2022 +0000 2.2 +++ b/sudo-pam/receipt Fri Aug 05 16:48:05 2022 +0000 2.3 @@ -10,7 +10,7 @@ 2.4 2.5 SOURCE="sudo" 2.6 TARBALL="$SOURCE-$VERSION.tar.gz" 2.7 -WGET_URL="${WEB_SITE}sudo/dist/$TARBALL" 2.8 +WGET_URL="${WEB_SITE}dist/$TARBALL" 2.9 2.10 PROVIDE="sudo:pam" 2.11 DEPENDS="pam"