homebrew-cask/Casks/rodeo.rb

15 lines
523 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'rodeo' do
2016-08-30 22:12:41 +08:00
version '2.1.4'
sha256 '0b8c5bc936a5308ef930cd5e4fd219c0e1c80e2d5be8e1cf711254f2624a9087'
2016-06-14 19:33:15 +08:00
# github.com/yhat/rodeo was verified as official when first introduced to the cask
url "https://github.com/yhat/rodeo/releases/download/v#{version}/Rodeo-#{version}.dmg"
appcast 'https://github.com/yhat/rodeo/releases.atom',
2016-08-30 22:12:41 +08:00
checkpoint: '0fa49d3199deb4df237bba4452b2adb0a648c027e781efb6a914b8398bc19a58'
name 'Rodeo'
homepage 'http://rodeo.yhat.com/'
2016-06-16 08:58:47 +08:00
license :affero
app 'Rodeo.app'
end