wok-6.x diff xmlstarlet/receipt @ rev 24718
updated libarchive and libarchive-dev (3.4.2 -> 3.6.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Mar 15 07:41:02 2022 +0100 (2022-03-15) |
parents | c6ff64491e71 |
children | 7dd01dedad38 |
line diff
1.1 --- a/xmlstarlet/receipt Sat Jul 09 15:48:02 2016 +0300 1.2 +++ b/xmlstarlet/receipt Tue Mar 15 07:41:02 2022 +0100 1.3 @@ -13,6 +13,13 @@ 1.4 DEPENDS="libxml2 libxslt zlib" 1.5 BUILD_DEPENDS="libxslt-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://sourceforge.net/projects/xmlstar/files/ 2>/dev/null | \ 1.10 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.11 + sed '/files_name_h/!d;/xmlstarlet/!d;s|.*xmlstarlet/||;s|/.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {