summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-12-20 23:27:46 +0300
committerCaleb Maclennan2022-12-20 23:27:46 +0300
commit9fa16c0caeeca9aebb104d54fc149e0303953eb9 (patch)
tree67a567091fa0dc51a52c6d4575cc73e5cfb1df9b /PKGBUILD
parent0b8d87d8f7c59c378b5d89f70ca91f2a308b80a9 (diff)
downloadaur-9fa16c0caeeca9aebb104d54fc149e0303953eb9.tar.gz
upgpkg: nextcloud-app-user-saml 5.1.2-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 34d11992d6e0..21a746aeddae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=5.1.1
+pkgver=5.1.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=('e8f784d92b571a3d38967fabb823405369ff2f4cba4283c40e58f8a2ad08509f')
+sha256sums=('e6f43d22b6e49bd0359915b14aa8d07b0ab8eb255ab82e9d30a066b4ed1c2978')
# 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