summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-11-06 17:45:58 +0300
committerCaleb Maclennan2023-11-06 17:45:58 +0300
commit59006da6b96f1761d25b0abcfcf386bc569a8c31 (patch)
tree6cb6b02896a209d1b090026485861c63b92a540b /PKGBUILD
parent59c69092b4589813e3ccb9daa431d5b74e03b67c (diff)
downloadaur-59006da6b96f1761d25b0abcfcf386bc569a8c31.tar.gz
upgpkg: nextcloud-app-user-saml 5.2.4-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 0a4eb8e8f077..96370e82315d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=5.2.3
+pkgver=5.2.4
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=('0093578936a7f28adedd6770fe33bddd2479f33ce6aff8e8450963dad7e18f37')
+sha256sums=('dc28ae8def0fdca70ed859092037aa17080e303b6774af9ee95ec6de91b45687')
# 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