wok diff hp15c/receipt @ rev 24493
updated dokuwiki (20180422b -> 20200729)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 19 11:02:17 2022 +0100 (2022-02-19) |
parents | 19ad77dc1d71 |
children | 6b3ebe448683 |
line diff
1.1 --- a/hp15c/receipt Fri May 04 00:21:41 2018 +0200 1.2 +++ b/hp15c/receipt Sat Feb 19 11:02:17 2022 +0100 1.3 @@ -14,6 +14,13 @@ 1.4 DEPENDS="tk tcl" 1.5 BUILD_DEPENDS="wget" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - http://hp-15c.homepage.t-online.de/download.htm 2>/dev/null | \ 1.11 + sed '/version is/!d;s|.*<strong>||;s|,.*||;q' 1.12 +} 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 {