aws-cli: update to 1.18.26
This commit is contained in:
parent
b7c70347aa
commit
3693cfafbf
|
@ -1,11 +1,10 @@
|
||||||
# Template file for 'aws-cli'
|
# Template file for 'aws-cli'
|
||||||
pkgname=aws-cli
|
pkgname=aws-cli
|
||||||
version=1.17.6
|
version=1.18.26
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="aws-cli-${version}"
|
wrksrc="aws-cli-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="aws-cli"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="groff python3-botocore python3-s3transfer python3-colorama
|
depends="groff python3-botocore python3-s3transfer python3-colorama
|
||||||
python3-rsa python3-yaml python3-docutils"
|
python3-rsa python3-yaml python3-docutils"
|
||||||
|
@ -14,7 +13,7 @@ maintainer="Robert Lowry <bobertlo@gmail.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/aws/aws-cli"
|
homepage="https://github.com/aws/aws-cli"
|
||||||
distfiles="https://github.com/aws/aws-cli/archive/${version}.tar.gz"
|
distfiles="https://github.com/aws/aws-cli/archive/${version}.tar.gz"
|
||||||
checksum=2f2469aabf8e40c39661f976a499570c1b1c72557c014214ebc4f4ae8eaf6d84
|
checksum=6d32a6d9d31bc861a63a74c9c8a74e3b4f3daf5b730bd09143c5e0c789094769
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws
|
vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws
|
||||||
|
|
Loading…
Reference in New Issue