summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-05 22:06:26 +0300
committerCaleb Maclennan2024-04-05 22:06:26 +0300
commit3b7060d6140862135e741cae0c8f9ba699ea37e9 (patch)
tree8cea559b6e6fe40432abd0fb94a86e5cdf116dbd /PKGBUILD
parentc9a668aea67b5fe8d95ea7df66f67742d2951b48 (diff)
downloadaur-nextcloud-app-user-saml.tar.gz
upgpkg: nextcloud-app-user-saml 6.1.3-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 017c99266dd6..d10be45601ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=6.1.2
+pkgver=6.1.3
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=('6a6f20585d8a190890110a983e26763533dfb2cac531bc1f4302bd5d83f2f080')
+sha256sums=('9a1466faf4072cfb089bcb4a3c0ac6e30cfd94af27d215557c320b0c0c5fc65f')
# 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