summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-18 12:55:06 +0300
committerCaleb Maclennan2024-01-18 12:55:06 +0300
commit3ed1bceaf148f32423fb88c39536b6c391159664 (patch)
tree1ebdbe742da052ff7d08a60d6d67a1bdd50e49eb
parent59006da6b96f1761d25b0abcfcf386bc569a8c31 (diff)
downloadaur-3ed1bceaf148f32423fb88c39536b6c391159664.tar.gz
upgpkg: nextcloud-app-user-saml 6.1.0-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 88106a59498e..4336610b65b8 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.4
+ pkgver = 6.1.0
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.4/user_saml-5.2.4.tar.gz
- sha256sums = dc28ae8def0fdca70ed859092037aa17080e303b6774af9ee95ec6de91b45687
+ source = https://github.com/nextcloud/user_saml/archive/v6.1.0/user_saml-6.1.0.tar.gz
+ sha256sums = 3bab61181f789212c16a536bc994bd9a065247aed0246da058559c761b9723da
pkgname = nextcloud-app-user-saml
diff --git a/PKGBUILD b/PKGBUILD
index 96370e82315d..3c61ade6c940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=5.2.4
+pkgver=6.1.0
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=('dc28ae8def0fdca70ed859092037aa17080e303b6774af9ee95ec6de91b45687')
+sha256sums=('3bab61181f789212c16a536bc994bd9a065247aed0246da058559c761b9723da')
# 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