summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd92a5d54740..302ed13ee360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Jun 14 12:40:40 UTC 2022
+# Tue Oct 10 13:32:19 UTC 2023
pkgbase = stsauth
pkgdesc = CLI tool for fetching AWS tokens. Creates a temporary AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY that can be used with cli tools such as awscli, ansible, terraform and more.
- pkgver = 1.0.3
- pkgrel = 2
+ pkgver = 1.1.0
+ pkgrel = 1
url = https://github.com/cshamrick/stsauth
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e678fa98553b..a40aaf065e02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer Musikolo <musikolo {at} hotmail [dot] com>
pkgname=stsauth
-pkgver=1.0.3
+pkgver=1.1.0
pkgdesc="CLI tool for fetching AWS tokens. Creates a temporary AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY that can be used with cli tools such as awscli, ansible, terraform and more."
-pkgrel=2
+pkgrel=1
arch=(any)
url="https://github.com/cshamrick/stsauth"
license=(MIT)