wok diff ddd/receipt @ rev 25569

BootProg: fix boot16.asm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 12 21:35:09 2023 +0000 (13 months ago)
parents 71360a13cd94
children d79ed38ace18
line diff
     1.1 --- a/ddd/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/ddd/receipt	Fri May 12 21:35:09 2023 +0000
     1.3 @@ -8,7 +8,8 @@
     1.4  LICENSE="GPL3"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://www.gnu.org/software/ddd/"
     1.7 -WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.8 +#WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.9 +WGET_URL="https://fossies.org/linux/misc/old/$TARBALL"
    1.10  TAGS="debugger"
    1.11  
    1.12  DEPENDS="glibc-base gcc-lib-base ncurses freetype zlib util-linux-uuid \
    1.13 @@ -19,7 +20,7 @@
    1.14  # What is the latest version available today?
    1.15  current_version()
    1.16  {
    1.17 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.18 +	wget -O - $GNU_MIRROR/$PACKAGE/ 2>/dev/null | \
    1.19  	sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.20  }
    1.21