diff options
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" |