python3-boto3: update to 1.18.21.

This commit is contained in:
Leah Neukirchen 2021-08-14 18:54:54 +02:00
parent db9c7c6eb5
commit 48690cfe83

View file

@ -1,6 +1,6 @@
# Template file for 'python3-boto3' # Template file for 'python3-boto3'
pkgname=python3-boto3 pkgname=python3-boto3
version=1.17.104 version=1.18.21
revision=1 revision=1
wrksrc="boto3-${version}" wrksrc="boto3-${version}"
build_style=python3-module build_style=python3-module
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"
homepage="https://github.com/boto/boto3" homepage="https://github.com/boto/boto3"
distfiles="https://github.com/boto/boto3/archive/${version}.tar.gz" distfiles="https://github.com/boto/boto3/archive/${version}.tar.gz"
checksum=6d95784d86134df8bf55df8993c10f213cdd268d344622fd17e7a145dfcd7575 checksum=bbcf1cab76c65296394310264cf141992d3493519d402f1b3d95894f85c08dab
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE