summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-04-03 17:15:11 +0300
committerCaleb Maclennan2023-04-03 17:15:11 +0300
commit888cba21a1bdb6575a32da6aa641fbf46630a218 (patch)
treee3da79b597fc49ae43d8d7beeebd3d2d7c793add /PKGBUILD
parent3e2a8c7371ba3a73eab4e0674fb5fd1380e2e4fa (diff)
downloadaur-888cba21a1bdb6575a32da6aa641fbf46630a218.tar.gz
upgpkg: nextcloud-app-integration-gitlab 1.0.15-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac948f1bf50a..890e9e321dfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_appname=integration_gitlab
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=1.0.13
+pkgver=1.0.15
pkgrel=1
pkgdesc='GitLab integration into Nextcloud'
arch=(any)
@@ -14,7 +14,7 @@ makedepends=(nextcloud
yq)
_archive="$_appname-$pkgver"
source=("$url/releases/download/v$pkgver/$_archive.tar.gz")
-sha256sums=('cca6830afd28e2d10ff48729981fd43607891f077b3420e57d9bc7b8b346921c')
+sha256sums=('20fc988ab988f5924747d45d83822adb3be08ad49c3cdc21fe5887e9c27cefb0')
# 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