summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-01-18 12:55:06 +0300
committerCaleb Maclennan2024-01-18 12:55:06 +0300
commit3ed1bceaf148f32423fb88c39536b6c391159664 (patch)
tree1ebdbe742da052ff7d08a60d6d67a1bdd50e49eb /PKGBUILD
parent59006da6b96f1761d25b0abcfcf386bc569a8c31 (diff)
downloadaur-3ed1bceaf148f32423fb88c39536b6c391159664.tar.gz
upgpkg: nextcloud-app-user-saml 6.1.0-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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