diff options
author | ScrumpyJack <scrumpyjack@st.ilet.to> | 2016-11-24 08:45:42 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-12-07 09:19:51 +0000 |
commit | 5e7c3e48e424ab0c97a631db2bb8c18529ef5062 (patch) | |
tree | 610178e228439657d65484a783f9c00d19662841 /testing/owncloud-client | |
parent | 881eab873d124ea3c2d66bb25875d3c5e275e8f3 (diff) | |
download | aports-5e7c3e48e424ab0c97a631db2bb8c18529ef5062.tar.bz2 aports-5e7c3e48e424ab0c97a631db2bb8c18529ef5062.tar.xz |
testing/owncloud-client: Upgrade to 2.2.4
Upgrades the version from 2.2.0 to 2.2.4 and adds a maintainer
Diffstat (limited to 'testing/owncloud-client')
-rw-r--r-- | testing/owncloud-client/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/owncloud-client/APKBUILD b/testing/owncloud-client/APKBUILD index 6c7b1ec23e..9b1f2f4b3b 100644 --- a/testing/owncloud-client/APKBUILD +++ b/testing/owncloud-client/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leonardo Arena <rnalrd@alpinelinux.org> -# Maintainer: +# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to> pkgname=owncloud-client -pkgver=2.2.0 +pkgver=2.2.4 pkgrel=0 pkgdesc="ownCloud Desktop Client" url="https://github.com/owncloud/client" @@ -36,6 +36,6 @@ package() { # install -m644 -D "$srcdir"/$pkgname.confd "$pkgdir"/etc/conf.d/$pkgname } -md5sums="aeb2ecd8cdaac2c7710ed793a07c7369 owncloud-client-2.2.0.tar.gz" -sha256sums="e3e86eec8f8a07019f510359f65cfb852e380abaadb6a5505b529c1db5ed7323 owncloud-client-2.2.0.tar.gz" -sha512sums="3b9c19902ffa8c8d3d4a3516fe67e978678616b451e7b2812c24b24cbd10835c3025ff95dff45b4802a6825d1c4d8e1a0e70b0e97ba571a1c03d6527ab098518 owncloud-client-2.2.0.tar.gz" +md5sums="144022a1773df0c4a25686a043bf4b1f owncloud-client-2.2.4.tar.gz" +sha256sums="416e8a003ba95387cb5e22fac909c2c2ee21765de413a26397027d36ad89e39b owncloud-client-2.2.4.tar.gz" +sha512sums="95de459bf818201d92b55ea0e4a0c2f6aa8f8d5fd57de2c937b7679bfafd4f98e64a793b00bbc5654da36c06a8c78f8f85aad449b5190b82d8a7f529f8714018 owncloud-client-2.2.4.tar.gz" |