mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.18.0",
|
|
"description": "GitLab CLI",
|
|
"homepage": "https://github.com/profclems/glab",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.18.0/glab_1.18.0_windows_x86_64.zip",
|
|
"hash": "cc24ebd111aab8f0f506ac02b399319df124ac55e828e854a71377ed3b59efe1"
|
|
},
|
|
"32bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v1.18.0/glab_1.18.0_windows_i386.zip",
|
|
"hash": "51f43bca6662d5f456662c81c965f6f00992d26b934a30b352e8360a452f9816"
|
|
}
|
|
},
|
|
"bin": "bin\\glab.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_x86_64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "http://github.com/profclems/glab/releases/download/v$version/glab_$version_windows_i386.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|