Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-cli-v2
Commits: 50b243f9 by Carl Smedstad at 2025-10-11T10:31:56+02:00 upgpkg: 2.31.13-1: Upstream release https://github.com/aws/aws-cli/releases/tag/2.31.13 - - - - - 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.8 + pkgver = 2.31.13 pkgrel = 1 url = https://docs.aws.amazon.com/cli install = aws-cli-v2.install @@ -26,10 +26,10 @@ pkgbase = aws-cli-v2 depends = python-urllib3 provides = aws-cli conflicts = aws-cli - source = git+https://github.com/aws/aws-cli#tag=2.31.8 + source = git+https://github.com/aws/aws-cli#tag=2.31.13 source = https://github.com/boto/botocore/commit/f0ff061aebd9ef15a66f87b675789275e373da43.patch source = aws-cli-v2-python-prompt-toolkit-3.0.52-compat.patch - sha256sums = 340c2fbb73034b8f18932cbd466077cfa4aa1885ef5594e2510b9bbfb8cbfaad + sha256sums = e06c355def507f3d9c64e6da5c4af7f6436b0662b02025448cd97ee306cf8e80 sha256sums = 8c1b98482b1ba6f072cd5bc0c81efdb2a64dcc484a8394c24959078841ac5b18 sha256sums = 2e9149840a8b37083957345a697399ada16dce274990133156f9c6254b62ff2d ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: David Birks <[email protected]> pkgname=aws-cli-v2 -pkgver=2.31.8 +pkgver=2.31.13 pkgrel=1 pkgdesc='Universal Command Line Interface for Amazon Web Services (version 2)' arch=('any') @@ -43,7 +43,7 @@ source=( "https://github.com/boto/botocore/commit/f0ff061aebd9ef15a66f87b675789275e373da43.patch" "$pkgname-python-prompt-toolkit-3.0.52-compat.patch" ) -sha256sums=('340c2fbb73034b8f18932cbd466077cfa4aa1885ef5594e2510b9bbfb8cbfaad' +sha256sums=('e06c355def507f3d9c64e6da5c4af7f6436b0662b02025448cd97ee306cf8e80' '8c1b98482b1ba6f072cd5bc0c81efdb2a64dcc484a8394c24959078841ac5b18' '2e9149840a8b37083957345a697399ada16dce274990133156f9c6254b62ff2d') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/commit/50b243f9ed9a7e5b09722e8c861a0ca75b9cc390 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/commit/50b243f9ed9a7e5b09722e8c861a0ca75b9cc390 You're receiving this email because of your account on gitlab.archlinux.org.
