wok-6.x diff lmms/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 | 47e011a6bcee |
children | 9981cfce1dd8 |
line diff
1.1 --- a/lmms/receipt Mon Dec 26 09:41:03 2016 +0100 1.2 +++ b/lmms/receipt Fri Feb 18 10:50:23 2022 +0100 1.3 @@ -17,6 +17,12 @@ 1.4 libsndfile-dev libsamplerate-dev Qt4-dev phonon-dev qmake cmake pkg-config \ 1.5 freetype-dev" 1.6 1.7 +current_version() 1.8 +{ 1.9 + wget -O - https://github.com/LMMS/lmms/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 {