homebrew-cask/Casks/hub.rb

14 lines
477 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'hub' do
2015-10-30 14:06:48 +08:00
version '2.2.2'
sha256 '570664fdb22c5c40b16f0d17eb33d881332601ac289f724fe3aceab0c610a2a6'
2015-01-18 11:10:47 +08:00
2015-10-30 14:06:48 +08:00
url "https://github.com/github/hub/releases/download/v#{version}/hub-darwin-amd64-#{version}.tgz"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/github/hub/releases.atom',
:sha256 => 'eec9baedadcccad08f996cc9f3767e77318e7936d0190ae45320bdc6208450e3'
2015-01-18 11:10:47 +08:00
name 'hub'
homepage 'https://github.com/github/hub'
license :mit
2015-03-12 07:01:40 +08:00
2015-10-30 14:06:48 +08:00
binary "hub-darwin-amd64-#{version}/bin/hub"
2015-01-18 11:10:47 +08:00
end