wok diff emacs/receipt @ rev 25609

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jul 20 14:03:05 2023 +0000 (10 months ago)
parents 71360a13cd94
children
line diff
     1.1 --- a/emacs/receipt	Fri Jan 28 18:19:21 2022 +0000
     1.2 +++ b/emacs/receipt	Thu Jul 20 14:03:05 2023 +0000
     1.3 @@ -24,7 +24,7 @@
     1.4  # What is the latest version available today?
     1.5  current_version()
     1.6  {
     1.7 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
     1.8 +	wget -O - https://ftp.gnu.org/gnu/$PACKAGE/ 2>/dev/null | \
     1.9  	sed "/lisp/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q
    1.10  }
    1.11