summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2022-01-29 11:23:50 +0100
committerPeter Mattern2022-01-29 11:23:50 +0100
commit32f10dfd2eb6539e018691e80277f90c7205be32 (patch)
tree3554e9b9b350ce3377d8f1f2e0a54fc373d07b84
parent8cc9a172f230ade83fc5aab234b897d39ab03e36 (diff)
downloadaur-32f10dfd2eb6539e018691e80277f90c7205be32.tar.gz
Upstream update: release 1.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27470023d101..49585e84bb88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python3-saml
pkgdesc = OneLogin's SAML Python Toolkit. Upstream python3-saml targeted at Python 3.
- pkgver = 1.11.0
+ pkgver = 1.12.0
pkgrel = 1
url = https://github.com/onelogin/python3-saml
arch = any
@@ -9,7 +9,7 @@ pkgbase = python3-saml
depends = python-lxml
depends = python-isodate
depends = python-xmlsec
- source = python3-saml-1.11.0.tar.gz::https://github.com/onelogin/python3-saml/archive/refs/tags/v1.11.0.tar.gz
- sha256sums = 8d1fa3863eabaf9d0ec02af1ec264a917c5f80cf95742e6a4ea1dee5e8fa099a
+ source = python3-saml-1.12.0.tar.gz::https://github.com/onelogin/python3-saml/archive/refs/tags/v1.12.0.tar.gz
+ sha256sums = 339f4604b3f12ecc44ffe62fb3f6eccdfab8045bffa9e82a8dd2474b789c47a3
pkgname = python3-saml
diff --git a/PKGBUILD b/PKGBUILD
index 656115857e17..63f7e8369ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Mattern <pmattern at arcor dot de>
pkgname=python3-saml
-pkgver=1.11.0
+pkgver=1.12.0
pkgrel=1
pkgdesc="OneLogin's SAML Python Toolkit. Upstream python3-saml targeted at Python 3."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=('python-lxml' 'python-isodate' 'python-xmlsec')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('8d1fa3863eabaf9d0ec02af1ec264a917c5f80cf95742e6a4ea1dee5e8fa099a')
+sha256sums=('339f4604b3f12ecc44ffe62fb3f6eccdfab8045bffa9e82a8dd2474b789c47a3')
build() {