Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
gh 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
probablycorey committed Dec 5, 2019
1 parent ea992fa commit ee89de4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/gh.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class Gh < Formula
desc "GitHub CLI"
homepage "https://github.com/github/gh-cli"
version "0.3.1"
version "0.3.4"

if OS.mac?
url "https://github.com/github/homebrew-gh/releases/download/v0.3.1/gh_0.3.1_macOS_amd64.tar.gz"
sha256 "70ed1e629ac46aa53ae98622f31c32c1cfdfe5e43fc3e51a86e84f99ca4a76d8"
url "https://github.com/github/homebrew-gh/releases/download/v0.3.4/gh_0.3.4_macOS_amd64.tar.gz"
sha256 "e7345adbf97cb98d574c5a187c4f3dfe2d5082493815bdcfd06ca716fb9bf74d"
elsif OS.linux?
# TODO
end
Expand Down

0 comments on commit ee89de4

Please sign in to comment.