summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2023-07-14 21:34:38 +0300
committerCaleb Maclennan2023-07-14 21:34:38 +0300
commit625b87f7f62443f81b94ec44e8157eea97b91a75 (patch)
treee771630c467195accf32bf354eb7ff1f6812192f /PKGBUILD
parent095fd4e3e1bdfb1b045471a28175f02077180eb3 (diff)
downloadaur-625b87f7f62443f81b94ec44e8157eea97b91a75.tar.gz
upgpkg: nextcloud-app-user-saml 5.2.1-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 2985238468ca..aaa11be7f626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=5.2.0
+pkgver=5.2.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=('2b0328e068c060b82520c5d660adbda48ae4dcb6a820ae585b292b3657fbf960')
+sha256sums=('43c21e3e90fce6fcf1d2ab3e693e8c646823873da203fe152a1b8bbc41458a5d')
# 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