summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b20da018a38..07b39efd77c0 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Jonas Heinrich <onny@project-insanity.org>
pkgname=nextcloud-app-collabora-online
-pkgver=1.1.14
+pkgver=1.1.15
pkgrel=1
pkgdesc="Integrate Collabora Online into NextCloud"
arch=('any')
@@ -12,7 +12,7 @@ depends=('nextcloud' 'docker')
makedepends=()
options=('!strip')
source=("collaboraonline-${pkgver}.tar.gz::https://github.com/owncloud/richdocuments/archive/${pkgver}.tar.gz")
-sha512sums=("5a9379296ac3112b62f805ae4f5273c5c60756e91390de47fd8e834d920a4b47d202223ce75694858b65e1aeaab251aeedecec3dd96e8e08d120b08b887851af")
+sha512sums=("710b521e438fdc3779fbd507bbf0e9ff59c6a71998208dfc19e4442e30eca71482c44600fac2a35fb49e51382933f1bdbc60371a017f8031a5c1de63c1d23f63")
build() {
cd "${srcdir}/richdocuments-${pkgver}"