Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gdown: update to 3.10.1. #19158

Merged
merged 1 commit into from
Feb 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/gdown/template
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Template file for 'gdown'
pkgname=gdown
version=3.10.0
revision=2
version=3.10.1
revision=1
archs=noarch
build_style=python3-module
hostmakedepends="python3 python3-setuptools"
depends="python3-filelock python3-requests python3-six python3-tqdm
python3-pysocks"
python3-pysocks"
short_desc="Download a large file from Google Drive"
maintainer="travankor <travankor@tuta.io>"
license="MIT"
homepage="https://github.com/wkentaro/gdown"
distfiles="https://github.com/wkentaro/gdown/archive/v${version}.tar.gz"
checksum=021593b2a57b5f3e91d48ed48cfc9176b0492ce261f20297df3733796eb970e7
checksum=8313dd4b8f6b05e2a795da3c9fdcca31a036147cc443ffb2cfa344863aa04490

post_install() {
vlicense LICENSE
Expand Down