From ea0af931d87f2a64ef351a23304e643d73d92b28 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 16:29:49 +0000 Subject: [PATCH] gallery-dl: Update to version 1.30.3 --- 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 ef59ebc86f..684b7ec3a1 100644 --- a/bucket/gallery-dl.json +++ b/bucket/gallery-dl.json @@ -1,10 +1,10 @@ { - "version": "1.30.2", + "version": "1.30.3", "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-only", - "url": "https://github.com/mikf/gallery-dl/releases/download/v1.30.2/gallery-dl.exe", - "hash": "59eb7e7deb50c4bd0eedbb86873cebe08d4e7eda68a0122366e08191221a72b4", + "url": "https://github.com/mikf/gallery-dl/releases/download/v1.30.3/gallery-dl.exe", + "hash": "ad730eeb121fde81b4e386e5e5b54b4d4e6fe7c9e7cacc418bb8a4b9721325c7", "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",