summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2022-11-24 16:33:40 +0300
committerCaleb Maclennan2022-11-24 16:33:40 +0300
commitaf9f66b2de09b9e65ee2d5c073f34f5a30e9a233 (patch)
tree5170c18dd32ee7c47abba99530857e434df78235 /PKGBUILD
parent9265f21bf5ff5cf7efa467a5dc6dd98fcbcc44e6 (diff)
downloadaur-af9f66b2de09b9e65ee2d5c073f34f5a30e9a233.tar.gz
upgpkg: nextcloud-app-user-saml 5.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 7926c28c3b99..3cc774393b81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=5.0.3
+pkgver=5.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=('fcfa8460406ea40e7c13676d2b9e1bf1a4b988ffb5a1dbaa97579ffaca20c969')
+sha256sums=('3e982d7652b882119ba4d36d9eb98e2f0adaaa9204962c8fe1f3252e9af1d8ac')
# 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