summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-12-14 00:04:29 +0300
committerCaleb Maclennan2022-12-14 00:04:29 +0300
commit0b8d87d8f7c59c378b5d89f70ca91f2a308b80a9 (patch)
tree181b464a3cecad248ced8ce10a860fc170c2bbfd
parentaf9f66b2de09b9e65ee2d5c073f34f5a30e9a233 (diff)
downloadaur-0b8d87d8f7c59c378b5d89f70ca91f2a308b80a9.tar.gz
upgpkg: nextcloud-app-user-saml 5.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 fc07d939bc5e..0cc42bf6e4bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-user-saml
pkgdesc = App for authenticating Nextcloud users using SAML
- pkgver = 5.1.0
+ pkgver = 5.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/v5.1.0/user_saml-5.1.0.tar.gz
- sha256sums = 3e982d7652b882119ba4d36d9eb98e2f0adaaa9204962c8fe1f3252e9af1d8ac
+ source = https://github.com/nextcloud/user_saml/archive/v5.1.1/user_saml-5.1.1.tar.gz
+ sha256sums = e8f784d92b571a3d38967fabb823405369ff2f4cba4283c40e58f8a2ad08509f
pkgname = nextcloud-app-user-saml
diff --git a/PKGBUILD b/PKGBUILD
index 3cc774393b81..34d11992d6e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=5.1.0
+pkgver=5.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=('3e982d7652b882119ba4d36d9eb98e2f0adaaa9204962c8fe1f3252e9af1d8ac')
+sha256sums=('e8f784d92b571a3d38967fabb823405369ff2f4cba4283c40e58f8a2ad08509f')
# 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