wok-current diff phpfm/receipt @ rev 24437
updated coreutils packages (8.31 -> 9.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Feb 13 17:24:01 2022 +0100 (2022-02-13) |
parents | 54f6cfa51542 |
children | d008cce77ad1 |
line diff
1.1 --- a/phpfm/receipt Thu Oct 02 12:48:18 2014 +0200 1.2 +++ b/phpfm/receipt Sun Feb 13 17:24:01 2022 +0100 1.3 @@ -13,6 +13,12 @@ 1.4 1.5 DEPENDS="php" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://sourceforge.net/projects/phpfm/files/phpFileManager/ 2>/dev/null | \ 1.10 + sed '/Click to/!d;s|.*version ||;s|".*||;q' 1.11 +} 1.12 + 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 {