diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-03-14 07:16:38 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-03-14 07:16:57 +0000 |
commit | e5fd5b1f32dc39124632e0cd3dbdfc3386c80236 (patch) | |
tree | 4d10337c68f6bd80ea24751748c7151c5bf13a15 /community/nextcloud | |
parent | e47c77e03ed3f9c46813b7cbffbbcf0ee768101a (diff) | |
download | aports-e5fd5b1f32dc39124632e0cd3dbdfc3386c80236.tar.bz2 aports-e5fd5b1f32dc39124632e0cd3dbdfc3386c80236.tar.xz |
community/nextcloud: upgrade to 13.0.1
Diffstat (limited to 'community/nextcloud')
-rw-r--r-- | community/nextcloud/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD index e07af6645f..8035999c25 100644 --- a/community/nextcloud/APKBUILD +++ b/community/nextcloud/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> pkgname=nextcloud _pkgver="13.0.0" -pkgver=${_pkgver/RC/_rc} +pkgver=13.0.1 pkgrel=0 pkgdesc="A safe home for all your data" url="http://nextcloud.com" |