Skip to content

Commit

Permalink
gh: Add version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Aug 28, 2021
1 parent 83d7fc2 commit 3ed1ec4
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions bucket/gh.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"version": "2.0.0",
"description": "Official GitHub CLI",
"homepage": "https://cli.github.com",
"license": "MIT",
"changelog": "https://github.com/cli/cli/releases/tag/v2.0.0",
"architecture": {
"64bit": {
"url": "https://github.com/cli/cli/releases/download/v2.0.0/gh_2.0.0_windows_amd64.zip",
"hash": "3c33ac49e2f969cc76d082a88db13f6c8050a5677ff149bce7adaca06a2b81c6"
},
"32bit": {
"url": "https://github.com/cli/cli/releases/download/v2.0.0/gh_2.0.0_windows_386.zip",
"hash": "dffae9fac9bcafaf9da9a78331407585f20a35ca9b1061fa2f201863580ce798"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v2.0.0/gh_2.0.0_windows_arm64.zip",
"hash": "3c33ac49e2f969cc76d082a88db13f6c8050a5677ff149bce7adaca06a2b81c6"
}
},
"bin": "bin\\gh.exe",
"checkver": {
"github": "https://github.com/cli/cli"
},
"autoupdate": {
"changelog": "https://github.com/cli/cli/releases/tag/v$version",
"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"
},
"arm64": {
"url": "https://github.com/cli/cli/releases/download/v$version/gh_$version_windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/gh_$version_checksums.txt"
}
}
}

0 comments on commit 3ed1ec4

Please sign in to comment.