summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJP Roemer2024-05-29 11:03:10 +0200
committerJP Roemer2024-05-29 11:03:10 +0200
commit8826fecda2b07535bc752f09dd2934c8cf930cc6 (patch)
treeb5c71769568cba6a44943865a2278746b9b49e3a /PKGBUILD
parentbf93c7402b74031290d4de1f1c56347f219cf572 (diff)
downloadaur-saml2aws.tar.gz
Bump version to v2.36.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97f1a21f5792..240dfb39cec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: David Stark <david@starkers.org>
pkgname=saml2aws
-pkgver=2.36.15
+pkgver=2.36.16
pkgrel=1
pkgdesc='CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP'
arch=('x86_64' 'armv7h' 'aarch64')
@@ -14,7 +14,7 @@ makedepends=('git' 'go')
provides=("${pkgname}")
conflicts=("${pkgname}-bin")
source=("${pkgname}_${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('d31b6b611453bd91fb0ffe4ea13cbd710463f2069bc35cd69cc1c842d78e6823')
+sha256sums=('a2be057a638bef4fa3c9537adcc8683493c09e45a1ce250ee964e02628535543')
export GGO_ENABLED="1"
export CGO_CPPFLAGS="${CPPFLAGS}"