wok-6.x diff txt2tags/receipt @ rev 24477
updated dialog and dialog-dev (1.3_20210324 -> 1.3_20220117)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 18 10:50:23 2022 +0100 (2022-02-18) |
parents | a78610b2eb47 |
children | 1805f71c5d9f |
line diff
1.1 --- a/txt2tags/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/txt2tags/receipt Fri Feb 18 10:50:23 2022 +0100 1.3 @@ -11,6 +11,13 @@ 1.4 WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL" 1.5 DEPENDS="python" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - https://github.com/txt2tags/txt2tags/releases 2>/dev/null | \ 1.11 + sed '/archive.*tar/!d;s|.*/[A-Za-z_-]*\(.*\).tar.*|\1|;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {