homebrew-cask/Casks/medis.rb

14 lines
512 B
Ruby
Raw Normal View History

2016-01-11 18:33:35 +08:00
cask 'medis' do
2016-12-08 21:25:16 +08:00
version '0.5.0'
sha256 '894dd52129d445176a59fc75d8838417eb90aced4c678cc306ab7e57bef269be'
2016-01-11 18:33:35 +08:00
2016-03-21 04:18:19 +08:00
# github.com/luin/medis was verified as official when first introduced to the cask
2016-02-03 08:25:51 +08:00
url "https://github.com/luin/medis/releases/download/v#{version}/medis-v#{version}-mac-x64.zip"
2016-01-11 18:33:35 +08:00
appcast 'https://github.com/luin/medis/releases.atom',
2016-12-08 21:25:16 +08:00
checkpoint: '9fcd1fc611d622ea8286d35f8d97a73f34e615a41fb83c54ac5b7d58ff8e83bf'
2016-01-11 18:33:35 +08:00
name 'Medis'
2016-03-21 04:18:19 +08:00
homepage 'http://getmedis.com/'
2016-01-11 18:33:35 +08:00
app 'Medis.app'
end