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-03-29 04:20:08 +08:00
version '0.3.0'
sha256 'bbf189533a4fdd8454445fbd9d0abb7fb18f44fd6d0d064d0dfb32778e6974de'
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-03-29 04:20:08 +08:00
checkpoint: '206fef0808fa2ddef710f8e61e4cebce087266ce00568563693505af88df84e5'
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