homebrew-cask/Casks/mirador.rb

14 lines
540 B
Ruby

cask 'mirador' do
version '1.4.1'
sha256 '654288f08d66ae18372c422260b891d2d89126eca76ea51fea40205974c135c9'
# github.com/mirador/mirador was verified as official when first introduced to the cask
url "https://github.com/mirador/mirador/releases/download/#{version}/mirador-macosx-#{version}.zip"
appcast 'https://github.com/mirador/mirador/releases.atom',
checkpoint: 'e28f3cb994524bbe25555c09e1298caf1992d676cbe4140017472f7de997dee5'
name 'Mirador'
homepage 'https://fathom.info/mirador/'
app 'Mirador.app'
end