wok-6.x diff coccinella/receipt @ rev 25004
updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 16:20:40 2022 +0100 (2022-05-16) |
parents | a78610b2eb47 |
children | 6023b31d568c |
line diff
1.1 --- a/coccinella/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/coccinella/receipt Mon May 16 16:20:40 2022 +0100 1.3 @@ -14,6 +14,14 @@ 1.4 DEPENDS="tk" 1.5 BUILD_DEPENDS="" 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/coccinella/files/coccinella/ 2>/dev/null | \ 1.11 + sed '/scope="row/!d;s|.*href="|"https://sourceforge.net|;q' | xargs wget -O - 2>/dev/null | \ 1.12 + sed '/scope="row/!d;s|.*/coccinella/||;s|/.*||;q' 1.13 +} 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 {