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
2017-01-07 10:04:16 +08:00
version '2.5.2'
sha256 '9e96d1966cc2a5159c4079312e30c1c20ad834fa766bc92dac938fb944c79d0d'
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',
2017-01-07 10:04:16 +08:00
checkpoint: '11314607f359d744a2a1f03a11aef9528e71290df56645f146d9a9a94974c893'
name 'Rodeo'
homepage 'http://rodeo.yhat.com/'
app 'Rodeo.app'
end