Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-cli-v2
Commits: 2d1920f3 by Carl Smedstad at 2025-10-26T02:11:40+01:00 upgpkg: 2.31.22-1: Upstream release https://github.com/aws/aws-cli/releases/tag/2.31.22 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = aws-cli-v2 pkgdesc = Universal Command Line Interface for Amazon Web Services (version 2) - pkgver = 2.31.18 + pkgver = 2.31.22 pkgrel = 1 url = https://docs.aws.amazon.com/cli install = aws-cli-v2.install @@ -26,11 +26,11 @@ pkgbase = aws-cli-v2 depends = python-urllib3 provides = aws-cli conflicts = aws-cli - source = git+https://github.com/aws/aws-cli#tag=2.31.18 + source = git+https://github.com/aws/aws-cli#tag=2.31.22 source = https://github.com/boto/botocore/commit/f0ff061aebd9ef15a66f87b675789275e373da43.patch source = aws-cli-v2-python-prompt-toolkit-3.0.52-compat.patch source = https://github.com/carlsmedstad/aws-cli/commit/0eaa376cb01e4e1297b34a19b275ed635152ae5f.patch - sha256sums = 7344b0a23fc012a7782c7393ca3b469726de59777bf18f2581fd4515e5263eb4 + sha256sums = d9369ff9b590316e9ca8185b46926711fdfe56cc371e64cfb566cf82b54fe2a8 sha256sums = 8c1b98482b1ba6f072cd5bc0c81efdb2a64dcc484a8394c24959078841ac5b18 sha256sums = 2e9149840a8b37083957345a697399ada16dce274990133156f9c6254b62ff2d sha256sums = 78661afca23ae5741969a013b8649fcb162400dcebe0ae375bf1abc558e1407b ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: David Birks <[email protected]> pkgname=aws-cli-v2 -pkgver=2.31.18 +pkgver=2.31.22 pkgrel=1 pkgdesc='Universal Command Line Interface for Amazon Web Services (version 2)' arch=('any') @@ -44,7 +44,7 @@ source=( "$pkgname-python-prompt-toolkit-3.0.52-compat.patch" "https://github.com/carlsmedstad/aws-cli/commit/0eaa376cb01e4e1297b34a19b275ed635152ae5f.patch" ) -sha256sums=('7344b0a23fc012a7782c7393ca3b469726de59777bf18f2581fd4515e5263eb4' +sha256sums=('d9369ff9b590316e9ca8185b46926711fdfe56cc371e64cfb566cf82b54fe2a8' '8c1b98482b1ba6f072cd5bc0c81efdb2a64dcc484a8394c24959078841ac5b18' '2e9149840a8b37083957345a697399ada16dce274990133156f9c6254b62ff2d' '78661afca23ae5741969a013b8649fcb162400dcebe0ae375bf1abc558e1407b') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/commit/2d1920f3ed9da38fef9e7c737fc506436290877b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/commit/2d1920f3ed9da38fef9e7c737fc506436290877b You're receiving this email because of your account on gitlab.archlinux.org.
