{
    "version": "1.24.0",
    "description": "DirHash is a Windows console program that computes the hash of a given directory content or a single file",
    "homepage": "https://idrassi.github.io/DirHash",
    "license": "BSD-3-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.24.0/DirHash-1.24.0-x64.zip",
            "hash": "379a3daa1c803568fb88858db94167e27a87b882c0830cdd7c0924dd409e3adf"
        },
        "32bit": {
            "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.24.0/DirHash-1.24.0-x86.zip",
            "hash": "07df60ba2d32b2fbb0435db1fcc1ce371bf709c9632c426faee242e3459bb77d"
        }
    },
    "bin": "DirHash.exe",
    "checkver": {
        "github": "https://github.com/idrassi/DirHash",
        "regex": "DirHash-([\\d.]+)-x64\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_$version/DirHash-$version-x64.zip"
            },
            "32bit": {
                "url": "https://github.com/idrassi/DirHash/releases/download/DirHash_$version/DirHash-$version-x86.zip"
            }
        },
        "hash": {
            "url": "https://github.com/idrassi/DirHash/releases/tag/DirHash_$version",
            "regex": "$basename:\\s*$sha256"
        }
    }
}
