Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages /
aws-cli
Commits:
d0b5c1c8 by Chih-Hsuan Yen at 2024-02-06T13:56:03+08:00
upgpkg: 1.32.34-1: bump
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = aws-cli
pkgdesc = Universal Command Line Interface for Amazon Web Services
- pkgver = 1.32.22
+ pkgver = 1.32.34
pkgrel = 1
url = https://github.com/aws/aws-cli
arch = any
@@ -19,8 +19,8 @@ pkgbase = aws-cli
depends = python-rsa
depends = python-s3transfer
depends = python-yaml
- source =
aws-cli-1.32.22.tar.gz::https://github.com/aws/aws-cli/archive/1.32.22.tar.gz
- md5sums = 3d333fee6fb08d555cf165deeefbea24
- sha256sums =
7949a2041fc94ccac5dcfda0cc32d2223b6ec90cef79a2de3526d36f04ffd594
+ source =
aws-cli-1.32.34.tar.gz::https://github.com/aws/aws-cli/archive/1.32.34.tar.gz
+ md5sums = 97b5ca21d77b6fad0b691d8027b2d78b
+ sha256sums =
ce32592ecd3dad7ea3643e13f209f24af555c4cab8cb4cc46c3fa33c05c72d1f
pkgname = aws-cli
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Alper KANAT <[email protected]>
pkgname=aws-cli
-pkgver=1.32.22
+pkgver=1.32.34
pkgrel=1
pkgdesc='Universal Command Line Interface for Amazon Web Services'
arch=('any')
@@ -16,8 +16,8 @@ depends=('python' 'python-botocore' 'python-dateutil'
'python-jmespath'
'python-s3transfer' 'python-yaml')
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('3d333fee6fb08d555cf165deeefbea24')
-sha256sums=('7949a2041fc94ccac5dcfda0cc32d2223b6ec90cef79a2de3526d36f04ffd594')
+md5sums=('97b5ca21d77b6fad0b691d8027b2d78b')
+sha256sums=('ce32592ecd3dad7ea3643e13f209f24af555c4cab8cb4cc46c3fa33c05c72d1f')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/commit/d0b5c1c81fa8b30beb773b25f443ecd784feca36
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/commit/d0b5c1c81fa8b30beb773b25f443ecd784feca36
You're receiving this email because of your account on gitlab.archlinux.org.