summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSteve Engledow2021-10-18 13:08:52 +0100
committerSteve Engledow2021-10-18 13:08:52 +0100
commit428d2f703d56324501ab073ad93ddafdab7decec (patch)
tree658810437bda87b8b735487cfe443fae7e0b5c0e /PKGBUILD
parenta891d0e0d910316bd913c84e53b418cb9ea347aa (diff)
downloadaur-428d2f703d56324501ab073ad93ddafdab7decec.tar.gz
Revert "Update to 2.2.9"
This reverts commit a891d0e0d910316bd913c84e53b418cb9ea347aa.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08bffa5b1d80..20859c6061c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Steve Engledow <steve@engledow.me>
pkgname=aws-cli-v2-bin
-pkgver=2.2.9
+pkgver=2.2.44
pkgrel=1
pkgdesc='Universal Command Line Interface for Amazon Web Services version 2'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ conflicts=('aws-cli' 'aws-cli-v2')
makedepends=('unzip')
depends=('less')
source=("https://awscli.amazonaws.com/awscli-exe-linux-x86_64-$pkgver.zip")
-sha256sums=('c778f4cc55877833679fdd4ae9c94c07d0ac3794d0193da3f18cb14713af615f')
+sha256sums=('ec9937c6d67743b9db0206eebf39a94597365aaa467aa383a9916f95c02a908d')
package() {
$srcdir/aws/install -i "$pkgdir/usr/share/aws-cli" -b "$pkgdir/usr/bin" >/dev/null