wok diff rails/receipt @ rev 25317
updated soundtouch and soundtouch-dev (2.1.2 -> 2.3.1)
author | Hans-Günter Theisgen |
---|---|
date | Thu Jul 21 07:14:01 2022 +0100 (2022-07-21) |
parents | 30cc9f65eaa5 |
children |
line diff
1.1 --- a/rails/receipt Sat Apr 11 17:45:45 2020 +0100 1.2 +++ b/rails/receipt Thu Jul 21 07:14:01 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\//!d;s|.*versions/||;s|".*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {