wok-current diff razorqt/receipt @ rev 24287
updated smtube (20.1.0 -> 21.10.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 13 14:17:04 2022 +0100 (2022-01-13) |
parents | c5bb6b8ba595 |
children | ac8ca9758df1 |
line diff
1.1 --- a/razorqt/receipt Mon Apr 22 10:58:42 2019 +0200 1.2 +++ b/razorqt/receipt Thu Jan 13 14:17:04 2022 +0100 1.3 @@ -20,6 +20,12 @@ 1.4 1.5 GENERIC_MENUS="no" 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 configure and make the package. 1.14 compile_rules() 1.15 {