summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLászló Várady2021-12-02 15:46:26 +0100
committerLászló Várady2021-12-02 15:46:26 +0100
commitaeb16557f0c3a0e0d687fc4d1619ae1b84105068 (patch)
tree6daad33bb2d3d7f1aa118066f08bf508d3d30b26 /PKGBUILD
parentbca7559aa72cd398fae02d94235f21ae04340c53 (diff)
downloadaur-aeb16557f0c3a0e0d687fc4d1619ae1b84105068.tar.gz
v0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a671d451fd0f..a3dc5b63c5b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: László Várady <laszlo.varady93@gmail.com>
pkgname=openconnect-sso
-pkgver=0.7.3
+pkgver=0.8.0
pkgrel=1
pkgdesc="Wrapper script for OpenConnect supporting Azure AD (SAMLv2) authentication"
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-pytest-asyncio')
optdepends=()
source=("https://github.com/vlaci/openconnect-sso/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('4159d133ea7d27a61f958479c3d551f9f2a5a825c91cdef405500284112bba18')
+sha256sums=('a7bde0a8dd35d7bab3c66f28b420c343c270a7ee45e98e04bfa6ecc6958f5c5b')
build() {
cd "$pkgname-$pkgver"