homebrew-cask/Casks/octohub.rb

15 lines
468 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'octohub' do
2015-03-22 17:59:10 +08:00
version '0.5'
sha256 '62e530fc7f7acf4374b44dc4e637f479deacc475016dba4f7994b236022a4e1f'
# hockeyapp.net is the official download host per the vendor homepage
url 'https://rink.hockeyapp.net/api/2/apps/8e6427d1be6e591e851b554c57a77dfc/app_versions/6?format=zip&avtoken=d9d093695c89e51fb1ae75257e7e93fefa8e8f05'
name 'Octohub'
homepage 'http://octohubapp.com/'
2015-09-29 03:19:05 +08:00
license :gratis
2015-03-22 17:59:10 +08:00
depends_on :macos => '>= 10.10'
app 'Octohub.app'
2015-03-22 17:59:10 +08:00
end