Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #20 from boxen/fix-sha
Browse files Browse the repository at this point in the history
Fix SHA for brew
  • Loading branch information
jacobbednarz committed Sep 25, 2017
2 parents 5a4e45f + c70468a commit 153c461
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion files/brews/hub.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@ class Hub < Formula
desc "Add GitHub support to git on the command-line"
homepage "https://hub.github.com/"
url "https://github.com/github/hub/archive/v2.2.9.tar.gz"
sha256 "b3cf227e38a34a56e37b7705a60bec258cea52174d8e030b559f74af647a70d6"
sha256 "b3f949c4500288a18ed68c38755962c9571c9e10063fb77583a19d0fcca5ecdf"

head "https://github.com/github/hub.git"

bottle do
cellar :any_skip_relocation
sha256 "1f000de1097dfd51b978193a32793aa29d7e9e040418bf2459565cb1f3a670bb" => :high_sierra
sha256 "6c23abd1255f04855fc1dfb8d44706337b728b5785e5b79f2319637575be93c7" => :sierra
sha256 "3452a355c8e4ef25714be7105d8946e01319e7760ffe97f7df3fc9dd21c89c76" => :el_capitan
sha256 "3f116b4c0587ab5d2a87d9d2f013ea058407ac2f9e845461d4970f36548e6be4" => :yosemite
end

option "without-completions", "Disable bash/zsh completions"
option "without-docs", "Don't install man pages"

depends_on "go" => :build

Expand Down

0 comments on commit 153c461

Please sign in to comment.