summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Dementyev2021-07-21 14:19:14 +1200
committerEugene Dementyev2021-07-21 14:19:14 +1200
commit2062a7c25036032c65572448a8cd333a91c8bdfa (patch)
treecfd220adbf239d9c1c879931173613cdf067ea00
parent7775f01df627036781154efa23d608b3cb4c58e3 (diff)
downloadaur-2062a7c25036032c65572448a8cd333a91c8bdfa.tar.gz
Update to 2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 205f8e493f21..7f0e445a6da4 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.0
+ pkgver = 2.1
pkgrel = 1
url = https://github.com/springload/aws-ssh
arch = x86_64
license = Apache License 2.0
makedepends = go
- source = aws-ssh-2.0.tar.gz::https://github.com/springload/aws-ssh/archive/v2.0.tar.gz
- md5sums = ae1f779219fa2d83ebb92e649a5571c9
+ source = aws-ssh-2.1.tar.gz::https://github.com/springload/aws-ssh/archive/v2.1.tar.gz
+ md5sums = 1d18077676ec7ec239a456b3e9cb7493
pkgname = aws-ssh
diff --git a/PKGBUILD b/PKGBUILD
index 84cca8e12040..36e44f63a1d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Eugene Dementyev <e@dementyev.me>
pkgname=aws-ssh
-pkgver=2.0
+pkgver=2.1
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=(ae1f779219fa2d83ebb92e649a5571c9)
+md5sums=(1d18077676ec7ec239a456b3e9cb7493)
validpgpkeys=()
build() {