wok diff libaal/receipt @ rev 25052
ruby-ncurses: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 05 11:43:47 2022 +0000 (2022-06-05) |
parents | 0092ce369ef4 |
children |
line diff
1.1 --- a/libaal/receipt Tue Mar 19 15:04:43 2019 +0100 1.2 +++ b/libaal/receipt Sun Jun 05 11:43:47 2022 +0000 1.3 @@ -11,6 +11,13 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WGET_URL="$SF_MIRROR/reiser4/$TARBALL" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://sourceforge.net/projects//reiser4/files/reiser4-utils/libaal/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;/tar/!d;s|.*/libaal-||;s|.tar.*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {