homebrew-cask/Casks/mirador.rb

15 lines
531 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mirador' do
2016-04-02 04:16:28 +08:00
version '1.4'
sha256 '4131c4114fba598e86b803d20ba1ef9732b7b92897b6c4b753ae62e892d9bdf1'
2014-11-13 05:47:42 +08:00
2015-01-18 09:31:00 +08:00
# github.com is the official download host per the vendor homepage
2014-11-13 05:47:42 +08:00
url "https://github.com/mirador/mirador/releases/download/#{version}/mirador-macosx-#{version}.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/mirador/mirador/releases.atom',
2016-04-02 04:16:28 +08:00
checkpoint: 'f170ed80b82bb18d60baca9c3310a9039ce8b88ee1c023f02a6a676bd0f6cdf6'
2015-04-14 04:23:14 +08:00
name 'Mirador'
2014-11-13 05:47:42 +08:00
homepage 'http://fathom.info/mirador/'
license :gpl
app 'Mirador.app'
end