hub: migrate to Homebrew (#23487)

This commit is contained in:
AnastasiaSulyagina 2016-08-06 00:52:17 +03:00 committed by Josh Hagins
parent 25ca2eb7c9
commit e1051448eb
2 changed files with 1 additions and 13 deletions

View File

@ -1,13 +0,0 @@
cask 'hub' do
version '2.2.3'
sha256 '42454bb2e4733938dfb3a50fb73c462e898132dafd6bd83a5a17908e4c6f1646'
url "https://github.com/github/hub/releases/download/v#{version}/hub-darwin-amd64-#{version}.tgz"
appcast 'https://github.com/github/hub/releases.atom',
checkpoint: '0f62a4c284813725a5b5ef3c724340adb4dff89f7fb83904632bc94fe524cf82'
name 'hub'
homepage 'https://github.com/github/hub'
license :mit
binary "hub-darwin-amd64-#{version}/bin/hub"
end

View File

@ -8,5 +8,6 @@
"fpc": "homebrew/core",
"gedit": "homebrew/core",
"go": "homebrew/core",
"hub": "homebrew/core",
"python": "homebrew/core"
}