homebrew-cask/Casks/mirador.rb

14 lines
540 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'mirador' do
2016-12-06 20:57:51 +08:00
version '1.4.1'
sha256 '654288f08d66ae18372c422260b891d2d89126eca76ea51fea40205974c135c9'
2014-11-13 05:47:42 +08:00
2016-06-18 06:05:54 +08:00
# github.com/mirador/mirador was verified as official when first introduced to the cask
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-12-06 20:57:51 +08:00
checkpoint: 'e28f3cb994524bbe25555c09e1298caf1992d676cbe4140017472f7de997dee5'
2015-04-14 04:23:14 +08:00
name 'Mirador'
homepage 'https://fathom.info/mirador/'
2014-11-13 05:47:42 +08:00
app 'Mirador.app'
end