mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
s3cmd: update to 2.1.0.
This commit is contained in:
parent
f7c7e6100e
commit
f83a5d8fbe
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 's3cmd'
|
# Template file for 's3cmd'
|
||||||
pkgname=s3cmd
|
pkgname=s3cmd
|
||||||
version=2.0.2
|
version=2.1.0
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="S3"
|
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-dateutil"
|
depends="python3-dateutil"
|
||||||
short_desc="Command line tool for Amazon S3"
|
short_desc="Command line tool for Amazon S3"
|
||||||
|
@ -13,7 +12,7 @@ license="GPL-2.0-or-later"
|
||||||
#changelog="https://github.com/s3tools/s3cmd/raw/master/NEWS"
|
#changelog="https://github.com/s3tools/s3cmd/raw/master/NEWS"
|
||||||
homepage="http://s3tools.org/s3cmd"
|
homepage="http://s3tools.org/s3cmd"
|
||||||
distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/s3tools/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=50e11a040f97c08b5a80fe28a21ac337f5d62deeddfdf14bb6543e911b273347
|
checksum=2293f775fde77201bf8e489f20516fd594168c77897168f129e5c1a2b33b7e37
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
export S3CMD_INSTPATH_DOC="share/doc"
|
export S3CMD_INSTPATH_DOC="share/doc"
|
||||||
|
|
Loading…
Add table
Reference in a new issue