summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-12-21 17:07:36 +0300
committerCaleb Maclennan2022-12-21 17:07:36 +0300
commitd8f085dcdfeb0bfdbe29e973050f3eeb22debef3 (patch)
tree736adf8e381dff6ebbe6aefc0797d5e4e59db835
parent8514fcc0e598982dc87cadfab7da06ed477a7eb4 (diff)
downloadaur-d8f085dcdfeb0bfdbe29e973050f3eeb22debef3.tar.gz
upgpkg: nextcloud-app-integration-gitlab 1.0.12-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5325c069a78d..bbaff73e983c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-integration-gitlab
pkgdesc = GitLab integration into Nextcloud
- pkgver = 1.0.10
+ pkgver = 1.0.12
pkgrel = 1
url = https://github.com/nextcloud/integration_gitlab
arch = any
@@ -8,7 +8,7 @@ pkgbase = nextcloud-app-integration-gitlab
makedepends = nextcloud
makedepends = rsync
makedepends = yq
- source = https://github.com/nextcloud/integration_gitlab/releases/download/v1.0.10/integration_gitlab-1.0.10.tar.gz
- sha256sums = b17428191da8452e72bb54713412f5cad6f00b4ab50073a96e56504a6e61b01d
+ source = https://github.com/nextcloud/integration_gitlab/releases/download/v1.0.12/integration_gitlab-1.0.12.tar.gz
+ sha256sums = ff2f53d2339ea97517c5697d7ec8138ec08b7c7df14afed128ed5992e64cd8f0
pkgname = nextcloud-app-integration-gitlab
diff --git a/PKGBUILD b/PKGBUILD
index 82c948518b9a..9511cb261da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_appname=integration_gitlab
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=1.0.10
+pkgver=1.0.12
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=('b17428191da8452e72bb54713412f5cad6f00b4ab50073a96e56504a6e61b01d')
+sha256sums=('ff2f53d2339ea97517c5697d7ec8138ec08b7c7df14afed128ed5992e64cd8f0')
# 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