wok diff owncloud-client/receipt @ rev 24920

updated mp (5.2.10 -> 5.58)
author Hans-G?nter Theisgen
date Sun Apr 10 07:48:27 2022 +0100 (2022-04-10)
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	Sun Apr 10 07:48:27 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  {