2024-03-23 21:04:56 +00:00

29 lines
909 B
JSON

{
"version": "0.16.0",
"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.16.0/kopia-0.16.0-windows-x64.zip",
"hash": "d5eb97a900724300031bfdaa452995f85a9e500b91022b103e2c0b0bef2897c3",
"extract_dir": "kopia-0.16.0-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"
}
}
}