summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-03-30 16:42:14 +0300
committerCaleb Maclennan2023-03-30 16:42:14 +0300
commit3e2a8c7371ba3a73eab4e0674fb5fd1380e2e4fa (patch)
treee01242e70d45c33774001a95c05bcee9b5d271b2
parentf49bdf4b80233f259ea19795081bff0a5a80be11 (diff)
downloadaur-3e2a8c7371ba3a73eab4e0674fb5fd1380e2e4fa.tar.gz
upgpkg: nextcloud-app-integration-gitlab 1.0.13-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3561da8963e..1965a5830a65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nextcloud-app-integration-gitlab
pkgdesc = GitLab integration into Nextcloud
- pkgver = 1.0.12
- pkgrel = 2
+ pkgver = 1.0.13
+ pkgrel = 1
url = https://github.com/nextcloud/integration_gitlab
arch = any
license = AGPL3
makedepends = nextcloud
makedepends = rsync
makedepends = yq
- source = https://github.com/nextcloud/integration_gitlab/releases/download/v1.0.12/integration_gitlab-1.0.12.tar.gz
- sha256sums = ff2f53d2339ea97517c5697d7ec8138ec08b7c7df14afed128ed5992e64cd8f0
+ source = https://github.com/nextcloud/integration_gitlab/releases/download/v1.0.13/integration_gitlab-1.0.13.tar.gz
+ sha256sums = cca6830afd28e2d10ff48729981fd43607891f077b3420e57d9bc7b8b346921c
pkgname = nextcloud-app-integration-gitlab
diff --git a/PKGBUILD b/PKGBUILD
index a25ee47e8c3b..ac948f1bf50a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_appname=integration_gitlab
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=1.0.12
-pkgrel=2
+pkgver=1.0.13
+pkgrel=1
pkgdesc='GitLab integration into Nextcloud'
arch=(any)
url="https://github.com/nextcloud/$_appname"
@@ -14,7 +14,7 @@ makedepends=(nextcloud
yq)
_archive="$_appname-$pkgver"
source=("$url/releases/download/v$pkgver/$_archive.tar.gz")
-sha256sums=('ff2f53d2339ea97517c5697d7ec8138ec08b7c7df14afed128ed5992e64cd8f0')
+sha256sums=('cca6830afd28e2d10ff48729981fd43607891f077b3420e57d9bc7b8b346921c')
# 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