summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Engledow2022-04-21 05:05:50 +0000
committerSteve Engledow2022-04-21 05:05:50 +0000
commit162eef3e1e2537b1379aaea13b4aeb269438dabd (patch)
tree47a689427b3d4330a0f2da863824b57a49fc3632
parent4ece99299a357441184a0379d2d71fea4d28565f (diff)
downloadaur-162eef3e1e2537b1379aaea13b4aeb269438dabd.tar.gz
Update to 2.5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77a378856ea9..eec4649f37f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-cli-v2-bin
pkgdesc = Universal Command Line Interface for Amazon Web Services version 2
- pkgver = 2.5.6
+ pkgver = 2.5.7
pkgrel = 1
url = https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html
arch = i686
@@ -12,7 +12,7 @@ pkgbase = aws-cli-v2-bin
provides = aws-cli-v2
conflicts = aws-cli
conflicts = aws-cli-v2
- source = https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.5.6.zip
- sha256sums = ecafc8881908e4c2049f93d4020a6f5a373bad8c43fe3c8e7726bb7290af9eae
+ source = https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.5.7.zip
+ sha256sums = e87f2708c716608a314aa3bc0f8c56352c98769083ab150e207276fdb96ad266
pkgname = aws-cli-v2-bin
diff --git a/PKGBUILD b/PKGBUILD
index da4fe14c0b44..df649aa62de9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Steve Engledow <steve@engledow.me>
pkgname=aws-cli-v2-bin
-pkgver=2.5.6
+pkgver=2.5.7
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=('ecafc8881908e4c2049f93d4020a6f5a373bad8c43fe3c8e7726bb7290af9eae')
+sha256sums=('e87f2708c716608a314aa3bc0f8c56352c98769083ab150e207276fdb96ad266')
package() {
$srcdir/aws/install -i "$pkgdir/usr/share/aws-cli" -b "$pkgdir/usr/bin" >/dev/null