homebrew-cask/Casks/rodeo.rb

14 lines
505 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'rodeo' do
2016-09-30 08:23:07 +08:00
version '2.4.2'
sha256 '3aea0105c92f53066bd24e07aac28148882f0e7bdc1495e6324886286da12992'
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-09-30 08:23:07 +08:00
checkpoint: '661be9585dc69fa30fa3042b78631f52c453a6adcbba083e1b99f142f1d13832'
name 'Rodeo'
homepage 'http://rodeo.yhat.com/'
app 'Rodeo.app'
end