diff options
author | Eugene Dementyev | 2021-10-08 15:54:05 +1300 |
---|---|---|
committer | Eugene Dementyev | 2021-10-08 15:54:05 +1300 |
commit | a183678e66973351eec6a5d4ce597f8096710685 (patch) | |
tree | 5bf224f45993bf6a09864f7114abe6c4dd645f80 /PKGBUILD | |
parent | e9120e9217b00a576662c09c7469d737284ca251 (diff) | |
download | aur-a183678e66973351eec6a5d4ce597f8096710685.tar.gz |
Update to 2.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Eugene Dementyev <e@dementyev.me> pkgname=aws-ssh -pkgver=2.2.1 +pkgver=2.2.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=(10078a3bb96109f2ba3f6ff6b3feaa5f) +md5sums=(13e07d5eda76808dd457fc34a0bd2ad8) validpgpkeys=() build() { |