summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-30 21:40:39 +0300
committerCaleb Maclennan2024-01-30 21:40:39 +0300
commitc37ad88b46296b1026c6eae98b7dd78e27f8cce4 (patch)
treeb74fc41fa9c62d37fc8b4549e270845052ce99ea
parent3ed1bceaf148f32423fb88c39536b6c391159664 (diff)
downloadaur-c37ad88b46296b1026c6eae98b7dd78e27f8cce4.tar.gz
upgpkg: nextcloud-app-user-saml 6.1.1-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 4336610b65b8..bed3674a3ce1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-user-saml
pkgdesc = App for authenticating Nextcloud users using SAML
- pkgver = 6.1.0
+ pkgver = 6.1.1
pkgrel = 1
url = https://github.com/nextcloud/user_saml
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = nextcloud-app-user-saml
makedepends = nextcloud
makedepends = rsync
makedepends = yq
- source = https://github.com/nextcloud/user_saml/archive/v6.1.0/user_saml-6.1.0.tar.gz
- sha256sums = 3bab61181f789212c16a536bc994bd9a065247aed0246da058559c761b9723da
+ source = https://github.com/nextcloud/user_saml/archive/v6.1.1/user_saml-6.1.1.tar.gz
+ sha256sums = c66e6f97a227bbb6b8ce9faad9aeb71d4b7c16c191939a4b913172cfe95ecf69
pkgname = nextcloud-app-user-saml
diff --git a/PKGBUILD b/PKGBUILD
index 3c61ade6c940..145de6c43414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=6.1.0
+pkgver=6.1.1
pkgrel=1
pkgdesc="App for authenticating Nextcloud users using SAML"
arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(composer
yq)
_archive="$_appname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('3bab61181f789212c16a536bc994bd9a065247aed0246da058559c761b9723da')
+sha256sums=('c66e6f97a227bbb6b8ce9faad9aeb71d4b7c16c191939a4b913172cfe95ecf69')
# 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