{
    "version": "0.33.1",
    "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.33.1/resticprofile_no_self_update_0.33.1_windows_amd64.tar.gz",
            "hash": "a11c4a14eaf06d807b90d9be43ff8872ac28b26b27979188f046dd037ea25cd7"
        },
        "32bit": {
            "url": "https://github.com/creativeprojects/resticprofile/releases/download/v0.33.1/resticprofile_no_self_update_0.33.1_windows_386.tar.gz",
            "hash": "9167d162ed11058c7020d48bdd8aadb955d32cb473ac72324a6f2494bf4df07b"
        }
    },
    "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"
        }
    }
}
