homebrew-cask/Casks/mirador.rb

14 lines
448 B
Ruby
Raw Normal View History

2014-11-14 01:26:24 +08:00
cask :v1 => 'mirador' do
2015-06-29 22:08:54 +08:00
version '1.3'
sha256 'bc9e8a6f3de948a8674de3d35b9f9074be15421f24f4bcce5591899dc828a9c2'
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-03-15 19:53:04 +08:00
appcast 'https://github.com/mirador/mirador/releases.atom'
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