gallery-dl@1.28.2: Fix hash (Closes #6407)

This commit is contained in:
github-actions[bot] 2024-12-21 12:56:02 +00:00
parent 1cd9889f0c
commit c8b0b0e2e5

View File

@ -4,7 +4,7 @@
"homepage": "https://github.com/mikf/gallery-dl", "homepage": "https://github.com/mikf/gallery-dl",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.28.2/gallery-dl.exe", "url": "https://github.com/mikf/gallery-dl/releases/download/v1.28.2/gallery-dl.exe",
"hash": "c29ec0fc0c01f43fa512b2a9025925e33fb2ba79046151e356b0a54915a333bb", "hash": "c0373e5f2cab6b8f1021ef1093a584139169d978ddc371a8bec84e0f4433c357",
"bin": "gallery-dl.exe", "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 }", "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", "persist": "gallery-dl.conf",