{
    "version": "0.2",
    "description": "A tool that splits files into encrypted fragments.",
    "homepage": "https://github.com/jesseduffield/horcrux",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Windows_x86_64.zip",
            "hash": "374ad79d46bd9cf165fb254b5a82836da383cbff86510e16639c99fd084f3efd"
        },
        "32bit": {
            "url": "https://github.com/jesseduffield/horcrux/releases/download/v0.2/horcrux_0.2_Windows_32-bit.zip",
            "hash": "0cb68e6c818a3092f7f498001df2d2f9e78a5804c3a691f73554cd10f900a642"
        }
    },
    "bin": "horcrux.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jesseduffield/horcrux/releases/download/v$version/horcrux_$version_Windows_x86_64.zip"
            },
            "32bit": {
                "url": "https://github.com/jesseduffield/horcrux/releases/download/v$version/horcrux_$version_Windows_32-bit.zip"
            }
        },
        "hash": {
            "url": "$baseurl/horcrux_$version_checksums.txt"
        }
    }
}
