From 329ed23f44deab2dc9b786a9d25258796f0e86a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Jul 2025 08:29:42 +0000 Subject: [PATCH] gallery-dl: Update to version 1.30.1 --- 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 fe601c5d16..de4703c477 100644 --- a/bucket/gallery-dl.json +++ b/bucket/gallery-dl.json @@ -1,10 +1,10 @@ { - "version": "1.30.0", + "version": "1.30.1", "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.0/gallery-dl.exe", - "hash": "b863d09964c42359977566fa25d4418d873466ceb3c47f25b526a038f3f42f21", + "url": "https://github.com/mikf/gallery-dl/releases/download/v1.30.1/gallery-dl.exe", + "hash": "a39bc89aaf36745ea332f5c08547aa08510f7aba5d0812885146a4c9f9e4f89f", "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",