wok diff owncloud-client/receipt @ rev 25003
updated nspr and nspr-dev (4.25 -> 4.33)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 14:53:05 2022 +0100 (2022-05-16) |
parents | 380ffe05937a |
children | c85bdee1fe53 |
line diff
1.1 --- a/owncloud-client/receipt Sat Aug 10 17:00:38 2013 +0000 1.2 +++ b/owncloud-client/receipt Mon May 16 14:53:05 2022 +0100 1.3 @@ -13,6 +13,14 @@ 1.4 1.5 DEPENDS="csync libQtTest libQtNetwork libQtCore libQtXml libQtGui" 1.6 BUILD_DEPENDS="csync-dev Qt4-dev cmake qmake" 1.7 + 1.8 +# What is the latest version available today? 1.9 +current_version() 1.10 +{ 1.11 + wget -O - https://github.com/owncloud/client/releases 2>/dev/null | \ 1.12 + sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' 1.13 +} 1.14 + 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 {