makedeb
The latest version of the AWS CLI.
Click here to go back to the commit logs for aws-cli.
Hash: 463da4aa386bbfe0e7d0e0523a8abc69d3221e50
Message: Updated to 2.11.4
diff --git a/.SRCINFO b/.SRCINFO
index 195c6b6..5465360 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,11 @@ pkgname = aws-cli
pkgbase = aws-cli
pkgdesc = The latest version of the AWS CLI.
pkgrel = 1
-pkgver = 2.7.12
+pkgver = 2.11.4
url = https://github.com/aws/aws-cli
-arch = x86_64
+arch = amd64
license = Apache-2.0
makedepends = zip
-source = https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.7.12.zip
-sha256sums = b03e475a0889465bda250f620bec7854e19681a6443bad4f2257a11cc9638564
+source = https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.11.4.zip
+sha512sums = 1298838899974bb9512c3a9e5783fab1c9bd8d9d49541e8d77859b648501b7be2fbc1656604f0f2366207faa937548831b0e1cf16c73054fab115078032885a8
makedepends = zip
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..49ca293
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.deb
+*.zip
+pkg/**
+src/**
diff --git a/PKGBUILD b/PKGBUILD
index b34f37b..9ed96ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: thesting <fxcw_vacilon@slmail.me>
# Changelog: https://github.com/aws/aws-cli/blob/v2/CHANGELOG.rst
pkgname=aws-cli
-pkgver=2.7.12
+pkgver=2.11.4
pkgrel=1
pkgdesc="The latest version of the AWS CLI."
-arch=('x86_64')
+arch=('amd64')
license=('Apache-2.0')
depends=()
makedepends=('zip')
url="https://github.com/aws/aws-cli"
-_filename="awscli-exe-linux-${arch}-${pkgver}.zip"
+_filename="awscli-exe-linux-x86_64-${pkgver}.zip"
source=(
- https://awscli.amazonaws.com/awscli-exe-linux-${arch}-${pkgver}.zip
+ https://awscli.amazonaws.com/awscli-exe-linux-x86_64-${pkgver}.zip
)
-sha256sums=(
- b03e475a0889465bda250f620bec7854e19681a6443bad4f2257a11cc9638564
+sha512sums=(
+ 1298838899974bb9512c3a9e5783fab1c9bd8d9d49541e8d77859b648501b7be2fbc1656604f0f2366207faa937548831b0e1cf16c73054fab115078032885a8
)