mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-12 22:55:13 +00:00
28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
{
|
|
"version": "0.9.4",
|
|
"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.4/artifact-app-0.9.4-x86_64-pc-windows-gnu.zip",
|
|
"hash": "8de1769ef10b254a6772457afd4e0247f850d71be9112618bbebafebfcb51642"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/vitiral/artifact/releases/download/0.9.4/artifact-app-0.9.4-i686-pc-windows-gnu.zip",
|
|
"hash": "f871d4281b12062dc28982f0907e29da501916004130aa7ed8a35811bb23948d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|