wok-current diff qupzilla/receipt @ rev 25106
linux-libre: update wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jun 22 14:39:56 2022 +0000 (2022-06-22) |
parents | a119d001bdf6 |
children | 3ad63c8fc2f9 |
line diff
1.1 --- a/qupzilla/receipt Fri Jan 23 02:10:01 2015 +0200 1.2 +++ b/qupzilla/receipt Wed Jun 22 14:39:56 2022 +0000 1.3 @@ -17,6 +17,12 @@ 1.4 BUILD_DEPENDS="wget cacerts Qt4-dev qmake openssl-dev xorg-libX11-dev" 1.5 SUGGESTED="libQtWebkit-video qupzilla-locales" 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|.*/v\(.*\).tar.*|\1|;q' 1.11 +} 1.12 + 1.13 # Rules to configure and make the PACKAGE. 1.14 compile_rules() 1.15 {