From a40e47197734b00052d90d47f0da6984e92585cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:27:56 +0000 Subject: [PATCH] gallery-dl: Update to version 1.28.2 --- bucket/gallery-dl.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/gallery-dl.json b/bucket/gallery-dl.json index 3027faa9b1..aa6d04cad9 100644 --- a/bucket/gallery-dl.json +++ b/bucket/gallery-dl.json @@ -1,10 +1,10 @@ { - "version": "1.28.1", + "version": "1.28.2", "description": "Command-line program to download image-galleries and -collections from several image hosting sites.", "homepage": "https://github.com/mikf/gallery-dl", "license": "GPL-2.0-or-later", - "url": "https://github.com/mikf/gallery-dl/releases/download/v1.28.1/gallery-dl.exe", - "hash": "89b5128a3c22540e8310d0ecc16bea654b4bb5628c50af098943a13fc4760f35", + "url": "https://github.com/mikf/gallery-dl/releases/download/v1.28.2/gallery-dl.exe", + "hash": "c29ec0fc0c01f43fa512b2a9025925e33fb2ba79046151e356b0a54915a333bb", "bin": "gallery-dl.exe", "pre_install": "if (-not (Test-Path \"$persist_dir\\gallery-dl.conf\")) { Set-Content \"$dir\\gallery-dl.conf\" '{}' -Encoding Ascii | Out-Null }", "persist": "gallery-dl.conf",