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

gallery-dl: update to 1.14.2. #23377

Merged
merged 1 commit into from
Jul 3, 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
4 changes: 2 additions & 2 deletions srcpkgs/gallery-dl/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'gallery-dl'
pkgname=gallery-dl
version=1.14.1
version=1.14.2
revision=1
archs=noarch
build_style=python3-module
Expand All @@ -13,7 +13,7 @@ license="GPL-2.0-or-later"
homepage="https://github.com/mikf/gallery-dl"
changelog="https://raw.githubusercontent.com/mikf/gallery-dl/master/CHANGELOG.md"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=a1cb56dec274a1a529872312a945a181e168fc4d5b05ea3934a0954b1f28397f
checksum=a3ab8df1d6ec8cac540139886b29c11d43b8ecd79365644720c6e99d6ee2950a

do_check() {
make test
Expand Down