mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
https://github.com/vitiral/artifact > Note: this project, and the python re-write, should now be considered abandoned. Please use it as you see fit.
28 lines
1.1 KiB
JSON
28 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.1",
|
|
"description": "The open source design documentation tool",
|
|
"homepage": "https://github.com/vitiral/artifact",
|
|
"license": "MIT|Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/vitiral/artifact/releases/download/1.0.1/artifact-app-1.0.1-x86_64-pc-windows-gnu.zip",
|
|
"hash": "f377c360b53528f4599b729dfb33aed788f06bdc782ef190063d786f09799e1b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/vitiral/artifact/releases/download/1.0.1/artifact-app-1.0.1-i686-pc-windows-gnu.zip",
|
|
"hash": "1a7176b7c132ff4789b38545c745819a438dfd06f2013b8f8e66fdc99863bc5c"
|
|
}
|
|
},
|
|
"bin": "art.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|