ScoopInstaller_Main/artifact.json
2017-09-07 17:00:24 +00:00

28 lines
1.0 KiB
JSON

{
"version": "0.9.5",
"homepage": "https://github.com/vitiral/artifact",
"license": "LGPL",
"bin": "art.exe",
"checkver": "github",
"architecture": {
"64bit": {
"url": "https://github.com/vitiral/artifact/releases/download/0.9.5/artifact-app-0.9.5-x86_64-pc-windows-gnu.zip",
"hash": "1ebe38e1adf5df6c648d49bcddbf6c68fb9e7370c290ff12f27c290fc8b8c021"
},
"32bit": {
"url": "https://github.com/vitiral/artifact/releases/download/0.9.5/artifact-app-0.9.5-i686-pc-windows-gnu.zip",
"hash": "282305bb0f751c5cdd4993fa5faaf34e46c42dd815246884c864096570040bda"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/vitiral/artifact/releases/download/$version/artifact-app-$version-x86_64-pc-windows-gnu.zip"
},
"32bit": {
"url": "https://github.com/vitiral/artifact/releases/download/$version/artifact-app-$version-i686-pc-windows-gnu.zip"
}
}
}
}