gdown: update to 3.10.1.
This commit is contained in:
parent
fe2fd6d307
commit
daf9fba393
1 changed files with 4 additions and 4 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'gdown'
|
# Template file for 'gdown'
|
||||||
pkgname=gdown
|
pkgname=gdown
|
||||||
version=3.10.0
|
version=3.10.1
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3 python3-setuptools"
|
hostmakedepends="python3 python3-setuptools"
|
||||||
depends="python3-filelock python3-requests python3-six python3-tqdm
|
depends="python3-filelock python3-requests python3-six python3-tqdm
|
||||||
python3-pysocks"
|
python3-pysocks"
|
||||||
short_desc="Download a large file from Google Drive"
|
short_desc="Download a large file from Google Drive"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/wkentaro/gdown"
|
homepage="https://github.com/wkentaro/gdown"
|
||||||
distfiles="https://github.com/wkentaro/gdown/archive/v${version}.tar.gz"
|
distfiles="https://github.com/wkentaro/gdown/archive/v${version}.tar.gz"
|
||||||
checksum=021593b2a57b5f3e91d48ed48cfc9176b0492ce261f20297df3733796eb970e7
|
checksum=8313dd4b8f6b05e2a795da3c9fdcca31a036147cc443ffb2cfa344863aa04490
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue