wok diff marble/receipt @ rev 25052
ruby-ncurses: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jun 05 11:43:47 2022 +0000 (2022-06-05) |
parents | 98f4f9b31076 |
children |
line diff
1.1 --- a/marble/receipt Sat Dec 26 17:50:35 2015 +0100 1.2 +++ b/marble/receipt Sun Jun 05 11:43:47 2022 +0000 1.3 @@ -15,6 +15,13 @@ 1.4 DEPENDS="libQtWebkit libQtDeclarative libQtDBus" 1.5 BUILD_DEPENDS="git Qt4-dev cmake libQtDeclarative qmake" 1.6 1.7 +# What is the latest version available today? 1.8 +current_version() 1.9 +{ 1.10 + wget -O - 'https://invent.kde.org/education/marble/-/tags?sort=updated_desc' 2>/dev/null | \ 1.11 + sed '/-\/tags\/v/!d;s|.*/v|v|;s|".*||;q' 1.12 +} 1.13 + 1.14 # Rules to configure and make the package. 1.15 compile_rules() 1.16 {