Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / aws-cli-v2
Commits: fed3af6b by Carl Smedstad at 2026-01-03T16:21:21+01:00 upgpkg: 2.32.28-1: Upstream release https://github.com/aws/aws-cli/blob/2.32.28/CHANGELOG.rst - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = aws-cli-v2 pkgdesc = Universal Command Line Interface for Amazon Web Services (version 2) - pkgver = 2.32.16 - pkgrel = 2 + pkgver = 2.32.28 + pkgrel = 1 url = https://docs.aws.amazon.com/cli install = aws-cli-v2.install arch = any @@ -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.32.16 + source = git+https://github.com/aws/aws-cli#tag=2.32.28 source = https://github.com/boto/botocore/commit/f0ff061aebd9ef15a66f87b675789275e373da43.patch source = aws-cli-v2-python-prompt-toolkit-3.0.52-compat.patch source = aws-cli-v2-python-3.14-argparse-compat.patch - b2sums = 00a06faee88e7dccedcf5c234644b8c63cc71b059d8976be1299d04cc941f1ad4dbb9491b0166bddf7d2a4e9f08355fd3ad40e32143a388305314b1962ee0583 + b2sums = fb5cd9b408bc00a235ee9b112ddd0d817b3d765e1d7ee13c00899a4ea01a8e8f3e6e272842a11b462dcad58bb854034867d8cfbaae7c3b7d24d5563b1e6c100a b2sums = 34b49f02e77f5b0918df1ec61ba7076d6a795cb9d55708261aa6cfc2d065e4282c88ea6f4c40e0de6c7ca380056f527962cafc309ac9cc76e0286bcc1be6b409 b2sums = e8a53aa1c524f38baedf8062e8ef5a8591e7eac053d52d772f3015debdb87100ffcb4974137a6cd0226f7709379de683ff1cff4c89a24c0c3a87f32541ccbca0 b2sums = b11a980fd602f7ed61575677c4e75af7ce7784d9f3ff8ed4d7b9f7e830e8aae8780bbb27331f881d00d959469f7a35890725d1abc6e9d5f87b5ac632b3341ba6 ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ # Contributor: David Birks <[email protected]> pkgname=aws-cli-v2 -pkgver=2.32.16 -pkgrel=2 +pkgver=2.32.28 +pkgrel=1 pkgdesc='Universal Command Line Interface for Amazon Web Services (version 2)' arch=('any') url="https://docs.aws.amazon.com/cli" @@ -44,7 +44,7 @@ source=( "$pkgname-python-prompt-toolkit-3.0.52-compat.patch" "$pkgname-python-3.14-argparse-compat.patch" ) -b2sums=('00a06faee88e7dccedcf5c234644b8c63cc71b059d8976be1299d04cc941f1ad4dbb9491b0166bddf7d2a4e9f08355fd3ad40e32143a388305314b1962ee0583' +b2sums=('fb5cd9b408bc00a235ee9b112ddd0d817b3d765e1d7ee13c00899a4ea01a8e8f3e6e272842a11b462dcad58bb854034867d8cfbaae7c3b7d24d5563b1e6c100a' '34b49f02e77f5b0918df1ec61ba7076d6a795cb9d55708261aa6cfc2d065e4282c88ea6f4c40e0de6c7ca380056f527962cafc309ac9cc76e0286bcc1be6b409' 'e8a53aa1c524f38baedf8062e8ef5a8591e7eac053d52d772f3015debdb87100ffcb4974137a6cd0226f7709379de683ff1cff4c89a24c0c3a87f32541ccbca0' 'b11a980fd602f7ed61575677c4e75af7ce7784d9f3ff8ed4d7b9f7e830e8aae8780bbb27331f881d00d959469f7a35890725d1abc6e9d5f87b5ac632b3341ba6') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/commit/fed3af6b7ec8885969154a4865add7d8f7bf7164 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli-v2/-/commit/fed3af6b7ec8885969154a4865add7d8f7bf7164 You're receiving this email because of your account on gitlab.archlinux.org.
