wok diff spruz/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 | 3c1752d57bae |
children |
line diff
1.1 --- a/spruz/receipt Fri Apr 24 07:20:56 2020 +0100 1.2 +++ b/spruz/receipt Thu Oct 13 16:42:57 2022 +0100 1.3 @@ -16,6 +16,13 @@ 1.4 1.5 COOK_OPT="!repack_src !unpack" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - $WEB_SITE 2>/dev/null | \ 1.11 + sed '/versions.[0-9]/!d;s|.*sions/||;s|".*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {