ScoopInstaller_Main/bucket/gallery-dl.json
2026-01-16 16:30:52 +00:00

31 lines
1.3 KiB
JSON

{
"version": "1.31.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",
"architecture": {
"64bit": {
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.31.3/gallery-dl.exe",
"hash": "e8c3ccc86d65be6a2c7ed7aa04967a27b7c7893ee0ac19e78412d51110b8d3d9"
},
"32bit": {
"url": "https://github.com/mikf/gallery-dl/releases/download/v1.31.3/gallery-dl_x86.exe#/gallery-dl.exe",
"hash": "ebf88baa5daeb0c5f9c647489409919e6647156cffb66e9a40a28b13542c9275"
}
},
"pre_install": "if (-not (Test-Path \"$persist_dir\\gallery-dl.conf\")) { Set-Content \"$dir\\gallery-dl.conf\" '{}' -Encoding Ascii | Out-Null }",
"bin": "gallery-dl.exe",
"persist": "gallery-dl.conf",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mikf/gallery-dl/releases/download/v$version/gallery-dl.exe"
},
"32bit": {
"url": "https://github.com/mikf/gallery-dl/releases/download/v$version/gallery-dl_x86.exe#/gallery-dl.exe"
}
}
}
}