From b22e0eabc0d2e2132cfb9f9dad1b520d323b042b Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Wed, 24 Apr 2019 22:44:39 +0800 Subject: [PATCH] gallery-dl: Add version 1.8.2 (#9) --- bucket/gallery-dl.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bucket/gallery-dl.json diff --git a/bucket/gallery-dl.json b/bucket/gallery-dl.json new file mode 100644 index 0000000000..b3760349f9 --- /dev/null +++ b/bucket/gallery-dl.json @@ -0,0 +1,13 @@ +{ + "homepage": "https://github.com/mikf/gallery-dl", + "description": "Command-line program to download image-galleries and -collections from several image hosting sites.", + "version": "1.8.2", + "license": "GPL-2.0-or-later", + "url": "https://github.com/mikf/gallery-dl/releases/download/v1.8.2/gallery-dl.exe", + "hash": "41d263a91ffee7f4e1be0bb311b59945f5b60e64ab29ad29b41a3669f66694ea", + "bin": "gallery-dl.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/mikf/gallery-dl/releases/download/v$version/gallery-dl.exe" + } +}