wok diff rp-pppoe/receipt @ rev 25647

Backout salvador 10% speedup: crashes with large files
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 26 12:15:51 2024 +0000 (7 months ago)
parents 0aa534391a15
children
line diff
     1.1 --- a/rp-pppoe/receipt	Mon May 16 10:11:22 2022 +0000
     1.2 +++ b/rp-pppoe/receipt	Fri Jan 26 12:15:51 2024 +0000
     1.3 @@ -10,12 +10,13 @@
     1.4  WEB_SITE="https://dianne.skoll.ca/projects/rp-pppoe/"
     1.5  
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="${WEB_SITE}download/$TARBALL"
     1.8 +WGET_URL="https://web.archive.org/web/20230128134207if_/https://dianne.skoll.ca/projects/rp-pppoe/download/$TARBALL"
     1.9  
    1.10  BUILD_DEPENDS="ppp"
    1.11  
    1.12  HOST_ARCH="i486"
    1.13  
    1.14 +# What is the latest version available today?
    1.15  current_version()
    1.16  {
    1.17  	wget -O - $WEB_SITE 2>/dev/null | \