wok diff blogotext/receipt @ rev 24101
lrzip: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 16 16:33:44 2021 +0000 (2021-09-16) |
parents | 72676386ff84 |
children | 343c093ad221 |
line diff
1.1 --- a/blogotext/receipt Sat Jan 04 09:22:17 2020 +0100 1.2 +++ b/blogotext/receipt Thu Sep 16 16:33:44 2021 +0000 1.3 @@ -13,6 +13,12 @@ 1.4 DEPENDS="php-gd" 1.5 BUILD_DEPENDS="" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - ${WGET_URL%/arch*}/releases 2>/dev/null | \ 1.10 + sed '/archive.*tar/!d;s|.*/\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 {