mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.3.1",
|
|
"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.1/gut_Windows_x86_64.zip",
|
|
"hash": "199e06d5471c3504aa1f1249d9d1230be3ccd89678c0d7935ba271ecfc334f67"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/julien040/gut/releases/download/0.3.1/gut_Windows_i386.zip",
|
|
"hash": "9ba283e71fb5c2683fe9aa40142574fbd5e87fd7a0590f16fa2669673452c110"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/julien040/gut/releases/download/0.3.1/gut_Windows_arm64.zip",
|
|
"hash": "52b6f5224732ab91a21bc601a9f35aebc7fbcd92a6c2ff18088f0828acb5b18a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|