summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-07-24 20:43:32 +0300
committerCaleb Maclennan2023-07-24 20:43:32 +0300
commitd7f0704bc27b84c6339644e01504c288627b1dc3 (patch)
tree5dac0af7e0692e325e1b8f14a683f99fefe7e6f5
parent625b87f7f62443f81b94ec44e8157eea97b91a75 (diff)
downloadaur-d7f0704bc27b84c6339644e01504c288627b1dc3.tar.gz
upgpkg: nextcloud-app-user-saml 5.2.2-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 094cd2e96e5b..459eeb8ac1f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-user-saml
pkgdesc = App for authenticating Nextcloud users using SAML
- pkgver = 5.2.1
+ pkgver = 5.2.2
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.2.1/user_saml-5.2.1.tar.gz
- sha256sums = 43c21e3e90fce6fcf1d2ab3e693e8c646823873da203fe152a1b8bbc41458a5d
+ source = https://github.com/nextcloud/user_saml/archive/v5.2.2/user_saml-5.2.2.tar.gz
+ sha256sums = c57f0b9033d1f38409b22f692bfb8f83565e725cae542dc8d79ff1ffa1354ad4
pkgname = nextcloud-app-user-saml
diff --git a/PKGBUILD b/PKGBUILD
index aaa11be7f626..9f2e869ac5d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=5.2.1
+pkgver=5.2.2
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=('43c21e3e90fce6fcf1d2ab3e693e8c646823873da203fe152a1b8bbc41458a5d')
+sha256sums=('c57f0b9033d1f38409b22f692bfb8f83565e725cae542dc8d79ff1ffa1354ad4')
# 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