summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 865176994007..5504913e8518 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = saml2aws-bin
pkgdesc = CLI tool to login and retrieve AWS temporary credentials using a SAML IDP
- pkgver = 2.30.0
+ pkgver = 2.31.0
pkgrel = 1
url = https://github.com/versent/saml2aws
arch = x86_64
license = MIT
provides = saml2aws
conflicts = saml2aws
- source = https://github.com/versent/saml2aws/releases/download/v2.30.0/saml2aws_2.30.0_linux_amd64.tar.gz
- sha256sums = fad3c2302c3396f609ade0d343d297fb7a672b8609bb359d441d2b4258c41794
+ source = https://github.com/versent/saml2aws/releases/download/v2.31.0/saml2aws_2.31.0_linux_amd64.tar.gz
+ b2sums = 8daf1c43a4bd1ca3af09fc46e57e91bc30f70b105b4e94679374dfd322caee91b0c8954e1b82623bd1d8c61e7504fc54662b3812413c7c24315b70ef6b9db09a
pkgname = saml2aws-bin
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..20cbcc24c3b2
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg
+saml2aws*
+src
diff --git a/PKGBUILD b/PKGBUILD
index cbf92530a8f0..5286464b6193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=saml2aws-bin
_pkgname="${pkgname%-bin}"
-pkgver=2.30.0
+pkgver=2.31.0
pkgrel=1
pkgdesc='CLI tool to login and retrieve AWS temporary credentials using a SAML IDP'
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('MIT')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$url/releases/download/v$pkgver/${_pkgname}_${pkgver}_${_goos}_${_goarch}.tar.gz")
-sha256sums=(fad3c2302c3396f609ade0d343d297fb7a672b8609bb359d441d2b4258c41794)
+b2sums=(8daf1c43a4bd1ca3af09fc46e57e91bc30f70b105b4e94679374dfd322caee91b0c8954e1b82623bd1d8c61e7504fc54662b3812413c7c24315b70ef6b9db09a)
package() {
install -Dm 755 "$_pkgname" -t "$pkgdir/usr/bin"