mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.3.2",
|
|
"description": "An easy to use Git client for the command line",
|
|
"homepage": "https://gut-cli.dev",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/julien040/gut/releases/download/0.3.2/gut_Windows_x86_64.zip",
|
|
"hash": "3177da1c823c7729e0419cfa9103adb826c9f69f2329710d9681c47a49300690"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/julien040/gut/releases/download/0.3.2/gut_Windows_i386.zip",
|
|
"hash": "429b709f27fc3b883a91f916625e0773907ca8ea97594ff7e92f7ecb4ed58917"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/julien040/gut/releases/download/0.3.2/gut_Windows_arm64.zip",
|
|
"hash": "b8805a8288a691122d98753b96fa837f4ff14edf0f13c4553f28cfd230c76f4b"
|
|
}
|
|
},
|
|
"bin": "gut.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/julien040/gut"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/julien040/gut/releases/download/$version/gut_Windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/julien040/gut/releases/download/$version/gut_Windows_i386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/julien040/gut/releases/download/$version/gut_Windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|