summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Dementyev2021-11-16 16:53:41 +1300
committerEugene Dementyev2021-11-16 16:53:41 +1300
commitc189a04e599552e8b5e230374f16c2a82b4a432f (patch)
tree207af671e50b41f3eedcf50be01d9a90343b4d07
parente1da1cf4f945a343054282e689ba4350058cee3b (diff)
downloadaur-c189a04e599552e8b5e230374f16c2a82b4a432f.tar.gz
Update to 2.2.4 with fixed update command
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9832c03bd841..3e1bea2194fa 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.2.3
+ pkgver = 2.2.4
pkgrel = 1
url = https://github.com/springload/aws-ssh
arch = x86_64
license = Apache License 2.0
makedepends = go
- source = aws-ssh-2.2.3.tar.gz::https://github.com/springload/aws-ssh/archive/v2.2.3.tar.gz
- md5sums = f40e9a9735e1f720b560d6d76a9a0fe6
+ source = aws-ssh-2.2.4.tar.gz::https://github.com/springload/aws-ssh/archive/v2.2.4.tar.gz
+ md5sums = 5b399decfecd0f6dc5cfb0b073242e04
pkgname = aws-ssh
diff --git a/PKGBUILD b/PKGBUILD
index d4bb28e93328..b97f235ccad2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Eugene Dementyev <e@dementyev.me>
pkgname=aws-ssh
-pkgver=2.2.3
+pkgver=2.2.4
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=(f40e9a9735e1f720b560d6d76a9a0fe6)
+md5sums=(5b399decfecd0f6dc5cfb0b073242e04)
validpgpkeys=()
build() {