wok-current diff lz4/receipt @ rev 22837
modified get-libaacs
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 11 08:08:11 2020 +0100 (2020-02-11) |
parents | ccbeea36a6bc |
children | 314dd7281637 |
line diff
1.1 --- a/lz4/receipt Wed Sep 11 10:54:36 2019 +0200 1.2 +++ b/lz4/receipt Tue Feb 11 08:08:11 2020 +0100 1.3 @@ -13,6 +13,12 @@ 1.4 1.5 BUILD_DEPENDS="wget" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/*}/ 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*archive/v\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {