wok diff ncftp/receipt @ rev 25474
openjdk-6-src: use find from findutils in place of busybox find
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 13 16:42:57 2022 +0100 (2022-10-13) |
parents | 241fb98cab1c |
children |
line diff
1.1 --- a/ncftp/receipt Tue Feb 15 18:29:48 2022 +0000 1.2 +++ b/ncftp/receipt Thu Oct 13 16:42:57 2022 +0100 1.3 @@ -17,8 +17,8 @@ 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 - sed "/latest/d;/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-||;s|.[a-z].*||" | sort -Vr | sed q 1.9 + wget -O - $WEB_SITE 2>/dev/null | \ 1.10 + sed '/FF0000/!d;s|.*0000">||;s|</FONT.*||;q' 1.11 } 1.12 1.13 # Rules to configure and make the package.