summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f09a93e722b..9dfbbc6d5812 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_appname=integration_gitlab
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=1.0.18
+pkgver=1.0.19
pkgrel=1
pkgdesc='GitLab integration into Nextcloud'
arch=(any)
@@ -15,7 +15,7 @@ makedepends=(nextcloud
yq)
_archive="$_appname-v$pkgver"
source=("$_url/releases/download/v$pkgver/$_archive.tar.gz")
-sha256sums=('b3aa6b88b3b85fa038c4d145c4756cb21e848870b31dedaefa9fc3a1e3460227')
+sha256sums=('a74515aaeb45a9fa0dec94864b2b72533679cd82336fd9cb5789339c9bf6c85a')
# BEGIN boilerplate nextcloud app version clamping, see also other packages in group
# 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory