mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
28 lines
1.0 KiB
JSON
28 lines
1.0 KiB
JSON
{
|
|
"version": "0.9.6",
|
|
"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.6/artifact-app-0.9.6-x86_64-pc-windows-gnu.zip",
|
|
"hash": "843055d3f9780f6d38e87d508d025eb39a228e4d654e8cf9d0953d8a93df48de"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/vitiral/artifact/releases/download/0.9.6/artifact-app-0.9.6-i686-pc-windows-gnu.zip",
|
|
"hash": "420003f0fa97a5b81c6fd2d32781090b7bbd845153ad879fb3a4537454c5a7b9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|