mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
22 lines
692 B
JSON
22 lines
692 B
JSON
{
|
|
"version": "0.9.3",
|
|
"description": "A command runner written in rust",
|
|
"homepage": "https://github.com/casey/just",
|
|
"license": "CC0-1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/casey/just/releases/download/v0.9.3/just-v0.9.3-x86_64-pc-windows-msvc.zip",
|
|
"hash": "20f53809884043416e0bcd82d57ee154ea958d3d2072e47997ffffea2198b4c2"
|
|
}
|
|
},
|
|
"bin": "just.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/casey/just/releases/download/v$version/just-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|