homebrew-cask/Casks/hub.rb

13 lines
388 B
Ruby
Raw Normal View History

2015-01-18 11:10:47 +08:00
cask :v1 => 'hub' do
2015-03-12 07:01:40 +08:00
version '2.2.0'
sha256 'dd34cbdc644f2c486af6af34eb193b56e6ea96e37756a0411e8f0dc065cdcf2b'
2015-01-18 11:10:47 +08:00
2015-03-12 07:01:40 +08:00
url "https://github.com/github/hub/releases/download/v#{version}/hub-mac-amd64-#{version}.tar.gz"
2015-03-15 19:51:27 +08:00
appcast 'https://github.com/github/hub/releases.atom'
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
binary "hub-mac-amd64-#{version}/hub"
2015-01-18 11:10:47 +08:00
end