# HG changeset patch # User Pascal Bellard # Date 1682929260 0 # Node ID 64e725df93c0e0dc5e569b560db991b62db1de94 # Parent 10f03f0226ade1b7fb9e364dc481d35c29788183 ext4magic: add current_version() diff -r 10f03f0226ad -r 64e725df93c0 aaphoto/receipt --- a/aaphoto/receipt Sun Apr 30 06:26:09 2023 +0100 +++ b/aaphoto/receipt Mon May 01 08:21:00 2023 +0000 @@ -11,7 +11,7 @@ WEB_SITE="https://web.archive.org/web/20220728233436/http://log69.com/aaphoto_en.html" #WEB_SITE="https://github.com/log69/aaphoto" #WGET_URL="http://log69.com/downloads/$TARBALL" -WGET_URL="http://ftp.twaren.net/Linux/Gentoo/distfiles/88/$TARBALL" +WGET_URL="http://deb.debian.org/debian/pool/main/a/aaphoto/aaphoto_$VERSION.orig.tar.gz" TAGS="photo jpeg jpg png bmp" DEPENDS="jasper jpeg libpng zlib" diff -r 10f03f0226ad -r 64e725df93c0 ext4magic/receipt --- a/ext4magic/receipt Sun Apr 30 06:26:09 2023 +0100 +++ b/ext4magic/receipt Mon May 01 08:21:00 2023 +0000 @@ -7,7 +7,7 @@ SHORT_DESC="Recover deleted or overwritten files on ext3 and ext4 filesystems." MAINTAINER="maintainer@slitaz.org" LICENSE="GPL2+" -WEB_SITE="https://sourceforge.net/projects/ext4magic" +WEB_SITE="https://sourceforge.net/projects/ext4magic/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -16,6 +16,13 @@ BUILD_DEPENDS="e2fsprogs e2fsprogs-dev file libmagic-dev util-linux-blkid-dev util-linux-uuid-dev zlib-dev" +# What is the latest version available today? +current_version() +{ + wget -O - https://sourceforge.net/projects/ext4magic/files/ 2>/dev/null | \ + sed '/ext4magic-/!d;s|.*ext4magic-||;s|.tar.*||;q' +} + # Rules to configure and make the package. compile_rules() { diff -r 10f03f0226ad -r 64e725df93c0 rp-pppoe/receipt --- a/rp-pppoe/receipt Sun Apr 30 06:26:09 2023 +0100 +++ b/rp-pppoe/receipt Mon May 01 08:21:00 2023 +0000 @@ -10,12 +10,13 @@ WEB_SITE="https://dianne.skoll.ca/projects/rp-pppoe/" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="${WEB_SITE}download/$TARBALL" +WGET_URL="https://web.archive.org/web/20230128134207if_/https://dianne.skoll.ca/projects/rp-pppoe/download/$TARBALL" BUILD_DEPENDS="ppp" HOST_ARCH="i486" +# What is the latest version available today? current_version() { wget -O - $WEB_SITE 2>/dev/null | \ diff -r 10f03f0226ad -r 64e725df93c0 ypserv/receipt --- a/ypserv/receipt Sun Apr 30 06:26:09 2023 +0100 +++ b/ypserv/receipt Mon May 01 08:21:00 2023 +0000 @@ -8,7 +8,7 @@ LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.linux-nis.org/" -WGET_URL="https://www.thkukuk.de/nis/download/$PACKAGE/$TARBALL" +WGET_URL="https://web.archive.org/web/20230428155639if_/https://www.thkukuk.de/nis/download/$PACKAGE/$TARBALL" DEPENDS="gdbm portmap" BUILD_DEPENDS="gdbm-dev"