summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlex D'Andrea2024-02-08 16:35:20 +0100
committerAlex D'Andrea2024-02-08 16:35:33 +0100
commit958dee5e95d02318aee38f74ce5c76a0e9cbecda (patch)
tree8fcdc1bd149676be0fd5a6807952a984ee256edb /PKGBUILD
parent7a3d70bbe2345c7ec7d7755e533e07fe967fb5f0 (diff)
downloadaur-oidc-agent.tar.gz
Upgrade to 5.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 992f0cd2f51c..b2747ed7ae00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=oidc-agent
pkgname=('oidc-agent')
-pkgver=5.0.1
+pkgver=5.1.0
pkgrel=1
pkgdesc='A set of tools to manage OpenID Connect tokens and make them easily usable from the command line'
arch=('x86_64')
@@ -18,7 +18,7 @@ depends=('libmicrohttpd'
'qrencode'
'webkit2gtk')
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/indigo-dc/oidc-agent/archive/v${pkgver}.tar.gz")
-sha256sums=('f35d49c089273461afeaa63bb2c781ee487104220578068dea42f1112f6445dc')
+sha256sums=('13562f08bd88dbb31f57f3d49a5f4094c3b974f31f4116cbea567877a8e468b4')
build() {
cd "$srcdir"/${pkgbase}-${pkgver}