{
    "version": "2026.05.06",
    "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/gdl-org/builds/releases/download/2026.05.06/gallery-dl_windows.exe#/gallery-dl.exe",
            "hash": "bdf7b2ab96a54ef36aa31976e56b94d89c709934ab084770fb726a4bb67d5755"
        },
        "32bit": {
            "url": "https://github.com/gdl-org/builds/releases/download/2026.05.06/gallery-dl_windows_x86.exe#/gallery-dl.exe",
            "hash": "2ff5988c1e3d49f088d8988487c6297e31157316dd07aaf4edb64c87a4441bfa"
        }
    },
    "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": "https://github.com/gdl-org/builds"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/gdl-org/builds/releases/download/$version/gallery-dl_windows.exe#/gallery-dl.exe"
            },
            "32bit": {
                "url": "https://github.com/gdl-org/builds/releases/download/$version/gallery-dl_windows_x86.exe#/gallery-dl.exe"
            }
        }
    }
}
