mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
gh: Add version 0.6.1 (#841)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
parent
43c1dbe9ca
commit
cc9f852d2b
33
bucket/gh.json
Normal file
33
bucket/gh.json
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"version": "0.6.1",
|
||||
"homepage": "https://cli.github.com",
|
||||
"description": "Official GitHub CLI",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/cli/cli/releases/download/v0.6.1/gh_0.6.1_windows_amd64.zip",
|
||||
"hash": "80ce857ba2837128bff71648dae8e28660c1fc7d84c7530e9fe8a61e8476f320"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/cli/cli/releases/download/v0.6.1/gh_0.6.1_windows_386.zip",
|
||||
"hash": "ae07d29ad6f51dd4d12aeeb4aaeace48958b336200e96ea4579f8f425c1c8a34"
|
||||
}
|
||||
},
|
||||
"bin": "bin\\gh.exe",
|
||||
"checkver": {
|
||||
"github": "https://github.com/cli/cli"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_amd64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_386.zip"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "$baseurl/gh_$version_checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user