wok diff sed/receipt @ rev 25616
Add emu2
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 26 15:51:29 2023 +0000 (14 months ago) |
parents | b81ceff0b056 |
children |
line diff
1.1 --- a/sed/receipt Thu Jul 20 09:05:42 2023 +0000 1.2 +++ b/sed/receipt Sat Aug 26 15:51:29 2023 +0000 1.3 @@ -18,7 +18,7 @@ 1.4 # What is the latest version available today? 1.5 current_version() 1.6 { 1.7 - wget -O - https://ftp.gnu.org/gnu/sed/ 2>/dev/null | \ 1.8 + wget -O - https://ftp.gnu.org/gnu/$PACKAGE/ 2>/dev/null | \ 1.9 sed "/latest/d;/$PACKAGE-/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q 1.10 } 1.11