gallery-dl: update to 1.4.2. (#1283)
This commit is contained in:
parent
f038e7ab9d
commit
fb909590e6
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'gallery-dl'
|
||||
pkgname=gallery-dl
|
||||
version=1.4.0
|
||||
version=1.4.2
|
||||
revision=1
|
||||
wrksrc="gallery_dl-${version}"
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_modules="gallery_dl"
|
||||
hostmakedepends="python3"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-requests"
|
||||
short_desc="Command-line program to download image galleries"
|
||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/mikf/gallery-dl"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=09cd0a34deb4d4a26b4c2f4fb410a642939900ab4d9f9f1837c246b2732e813f
|
||||
distfiles="${homepage}/releases/download/v${version}/gallery_dl-${version}.tar.gz"
|
||||
checksum=443746e47df2296335c7dbecfdee1441dd6cd15c072af68da0deebd89ffae5eb
|
||||
|
|
Loading…
Reference in a new issue