summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Syntychakis2024-08-28 18:27:09 +0300
committerNick Syntychakis2024-08-28 18:27:09 +0300
commit757860bb74889ccc0f26101b894d36ccfec9c6ad (patch)
tree58a3b0e813d06cea3feba3f062234e36eb241f14
parent7714b233f55f94fbff7fb4b48659bd3d187ff3f9 (diff)
downloadaur-757860bb74889ccc0f26101b894d36ccfec9c6ad.tar.gz
New version
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD6
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9c603f87ebd..24c78e4f2f25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aws-cli-v2-bin
pkgdesc = Unified command line interface for Amazon Web Services (version 2) (binary release)
- pkgver = 2.17.34
+ pkgver = 2.17.39
pkgrel = 1
epoch = 2
url = https://github.com/aws/aws-cli/tree/v2
@@ -15,16 +15,16 @@ pkgbase = aws-cli-v2-bin
conflicts = aws-cli-v2
options = !strip
options = !debug
- source = aws_bash_completer::https://raw.githubusercontent.com/aws/aws-cli/2.17.34/bin/aws_bash_completer
- source = aws_zsh_completer.sh::https://raw.githubusercontent.com/aws/aws-cli/2.17.34/bin/aws_zsh_completer.sh
- source = LICENSE.txt::https://raw.githubusercontent.com/aws/aws-cli/2.17.34/LICENSE.txt
+ source = aws_bash_completer::https://raw.githubusercontent.com/aws/aws-cli/2.17.39/bin/aws_bash_completer
+ source = aws_zsh_completer.sh::https://raw.githubusercontent.com/aws/aws-cli/2.17.39/bin/aws_zsh_completer.sh
+ source = LICENSE.txt::https://raw.githubusercontent.com/aws/aws-cli/2.17.39/LICENSE.txt
validpgpkeys = FB5DB77FD5C118B80511ADA8A6310ACC4672475C
sha256sums = 451a681062516a0473c8764a6593b0a65b6e558bf6128899b1d5e19b258f679e
sha256sums = 426e99f1e8cd00cce9263693d29ceac5b4834f6cf1766cd57b985a440eea2e87
sha256sums = a395e1165c2ed0e2bf041ae28e528245aedd4009b7e94ad407780257f704afc1
- source_x86_64 = aws-cli-v2-bin-2.17.34-x86_64.zip::https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.34.zip
- sha256sums_x86_64 = dee571009e3ff3e617003862dc3223c7e7deed22081c75bc4f8e292f306605f1
- source_aarch64 = aws-cli-v2-bin-2.17.34-aarch64.zip::https://awscli.amazonaws.com/awscli-exe-linux-aarch64-2.17.34.zip
- sha256sums_aarch64 = 30e0559035a0c3c4c0c2e137e8c9bbb8fc506a2cc29300190234076e22f0e6cf
+ source_x86_64 = aws-cli-v2-bin-2.17.39-x86_64.zip::https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.17.39.zip
+ sha256sums_x86_64 = fa47746394f20614d948c58feda7678a39db58916005e795f081f5b6872479d3
+ source_aarch64 = aws-cli-v2-bin-2.17.39-aarch64.zip::https://awscli.amazonaws.com/awscli-exe-linux-aarch64-2.17.39.zip
+ sha256sums_aarch64 = 555908c264aef209618bf0d0a7b53d872646dd7245d8f65794c6051ebc2fa42c
pkgname = aws-cli-v2-bin
diff --git a/PKGBUILD b/PKGBUILD
index 991f5ed45574..b07cb0ccac98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=aws-cli-v2-bin
# https://github.com/aws/aws-cli/raw/v2/CHANGELOG.rst
-pkgver=2.17.34
+pkgver=2.17.39
pkgrel=1
epoch=2
pkgdesc='Unified command line interface for Amazon Web Services (version 2) (binary release)'
@@ -30,8 +30,8 @@ sha256sums=('451a681062516a0473c8764a6593b0a65b6e558bf6128899b1d5e19b258f679e'
source_x86_64=(${pkgname}-${pkgver}-x86_64.zip::https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${pkgver}.zip)
source_aarch64=(${pkgname}-${pkgver}-aarch64.zip::https://awscli.amazonaws.com/awscli-exe-linux-aarch64-${pkgver}.zip)
-sha256sums_x86_64=('dee571009e3ff3e617003862dc3223c7e7deed22081c75bc4f8e292f306605f1')
-sha256sums_aarch64=('30e0559035a0c3c4c0c2e137e8c9bbb8fc506a2cc29300190234076e22f0e6cf')
+sha256sums_x86_64=('fa47746394f20614d948c58feda7678a39db58916005e795f081f5b6872479d3')
+sha256sums_aarch64=('555908c264aef209618bf0d0a7b53d872646dd7245d8f65794c6051ebc2fa42c')
validpgpkeys=(
'FB5DB77FD5C118B80511ADA8A6310ACC4672475C' # the key mentioned on https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html
)