2024-11-21 00:37:13 +00:00

29 lines
909 B
JSON

{
"version": "0.18.2",
"description": "Fast and secure open source backup.",
"homepage": "https://kopia.io/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kopia/kopia/releases/download/v0.18.2/kopia-0.18.2-windows-x64.zip",
"hash": "9c742611000d18b17eb2840997407cedc1c333045be391e288aabfe9f08dea6b",
"extract_dir": "kopia-0.18.2-windows-x64"
}
},
"bin": "kopia.exe",
"checkver": {
"github": "https://github.com/kopia/kopia"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kopia/kopia/releases/download/v$version/kopia-$version-windows-x64.zip",
"extract_dir": "kopia-$version-windows-x64"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}