{
    "version": "0.24.0",
    "description": "Configuration profiles manager and scheduler for restic backup",
    "homepage": "https://creativeprojects.github.io/resticprofile/",
    "license": "GPL-3.0-only",
    "suggest": {
        "restic": "restic"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.24.0/resticprofile_no_self_update_0.24.0_windows_amd64.tar.gz",
            "hash": "b67e9982dfe9a1bf3a340d2865de7e95fd287fb8d9e5dda2a7e00cf500d4b1f5"
        },
        "32bit": {
            "url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.24.0/resticprofile_no_self_update_0.24.0_windows_386.tar.gz",
            "hash": "e3189a06fff26181aee33351214983229beb6a922c2a18940c30433b7ba42123"
        }
    },
    "bin": "resticprofile.exe",
    "checkver": {
        "github": "https://github.com/creativeprojects/resticprofile"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/creativeprojects/resticprofile/releases/download/v$version/resticprofile_no_self_update_$version_windows_amd64.tar.gz"
            },
            "32bit": {
                "url": "https://github.com/creativeprojects/resticprofile/releases/download/v$version/resticprofile_no_self_update_$version_windows_386.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
