wok diff f2fs-tools/receipt @ rev 25054
Up quarry (0.3.0.1), sunxi-tools (1.4.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 06 08:51:13 2022 +0000 (2022-06-06) |
parents | 401224c936cc |
children | c3a6f662a1c1 |
line diff
1.1 --- a/f2fs-tools/receipt Mon Feb 12 13:54:33 2018 +0100 1.2 +++ b/f2fs-tools/receipt Mon Jun 06 08:51:13 2022 +0000 1.3 @@ -13,6 +13,13 @@ 1.4 DEPENDS="util-linux-uuid" 1.5 BUILD_DEPENDS="git autoconf automake libtool util-linux-uuid-dev" 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 "/latest/d;/$PACKAGE-[0-9]/!d;/[^a-z][0-9].tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*|\\1|" | sort -Vr | sed q 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {