homebrew-cask/Casks/rodeo.rb

15 lines
524 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'rodeo' do
2016-07-27 16:44:29 +08:00
version '2.0.13'
sha256 'ce94198d783679c587f81a40815471f760d8b1c93ae3de2fb2829f2d68150855'
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-07-27 16:44:29 +08:00
checkpoint: '40fe3e4c3cba1046852a13ad05af5dbee585a3f62cb4b53a0f561d66606bc5e6'
name 'Rodeo'
homepage 'http://rodeo.yhat.com/'
2016-06-16 08:58:47 +08:00
license :affero
app 'Rodeo.app'
end