summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Dementyev2021-07-29 19:01:48 +1200
committerEugene Dementyev2021-07-29 19:01:48 +1200
commitca398846a9a838930fd6567cc5280e0b77d34a21 (patch)
treea78889879de2a660edc27bf939d29ee5c59b5b72
parent2062a7c25036032c65572448a8cd333a91c8bdfa (diff)
downloadaur-ca398846a9a838930fd6567cc5280e0b77d34a21.tar.gz
Update to 2.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f0e445a6da4..4968c626d116 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = aws-ssh
pkgdesc = aws-ssh goes through all available AWS accounts in parallel, looks up ec2 instances and generates ssh config to access them
- pkgver = 2.1
+ pkgver = 2.1.2
pkgrel = 1
url = https://github.com/springload/aws-ssh
arch = x86_64
license = Apache License 2.0
makedepends = go
- source = aws-ssh-2.1.tar.gz::https://github.com/springload/aws-ssh/archive/v2.1.tar.gz
- md5sums = 1d18077676ec7ec239a456b3e9cb7493
+ source = aws-ssh-2.1.2.tar.gz::https://github.com/springload/aws-ssh/archive/v2.1.2.tar.gz
+ md5sums = 34730b10eb370e5cda9da0857e973a33
pkgname = aws-ssh
diff --git a/PKGBUILD b/PKGBUILD
index 36e44f63a1d4..77d276cceb49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Eugene Dementyev <e@dementyev.me>
pkgname=aws-ssh
-pkgver=2.1
+pkgver=2.1.2
pkgrel=1
epoch=
pkgdesc="aws-ssh goes through all available AWS accounts in parallel, looks up ec2 instances and generates ssh config to access them"
@@ -21,7 +21,7 @@ install=
changelog=
source=("${pkgname}-$pkgver.tar.gz::https://github.com/springload/aws-ssh/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=(1d18077676ec7ec239a456b3e9cb7493)
+md5sums=(34730b10eb370e5cda9da0857e973a33)
validpgpkeys=()
build() {