summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-09-01 15:34:09 +0300
committerCaleb Maclennan2022-09-01 15:34:09 +0300
commit9265f21bf5ff5cf7efa467a5dc6dd98fcbcc44e6 (patch)
treecdfaacecc62d3cfa4d2f884472c0bd3ece3e5462
parent7532382ca2797c4082e95c13a6606a05424416c8 (diff)
downloadaur-9265f21bf5ff5cf7efa467a5dc6dd98fcbcc44e6.tar.gz
upgpkg: nextcloud-app-user-saml 5.0.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93ee3e5e7bf5..bf078154bee7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-user-saml
pkgdesc = App for authenticating Nextcloud users using SAML
- pkgver = 5.0.2
+ pkgver = 5.0.3
pkgrel = 1
url = https://github.com/nextcloud/user_saml
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = nextcloud-app-user-saml
makedepends = nextcloud
makedepends = rsync
makedepends = yq
- source = https://github.com/nextcloud/user_saml/archive/v5.0.2/user_saml-5.0.2.tar.gz
- sha256sums = 42f781479da55dd08bcba3de6b5c5a64ab3149dd94d29cb4c7b6032e76624d50
+ source = https://github.com/nextcloud/user_saml/archive/v5.0.3/user_saml-5.0.3.tar.gz
+ sha256sums = fcfa8460406ea40e7c13676d2b9e1bf1a4b988ffb5a1dbaa97579ffaca20c969
pkgname = nextcloud-app-user-saml
diff --git a/PKGBUILD b/PKGBUILD
index f7b1611bd9d2..7926c28c3b99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_appname=user_saml
pkgname=nextcloud-app-${_appname/_/-}
-pkgver=5.0.2
+pkgver=5.0.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=('42f781479da55dd08bcba3de6b5c5a64ab3149dd94d29cb4c7b6032e76624d50')
+sha256sums=('fcfa8460406ea40e7c13676d2b9e1bf1a4b988ffb5a1dbaa97579ffaca20c969')
# 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