homebrew-cask/Casks/sigil.rb

14 lines
539 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sigil' do
2016-12-12 08:15:53 +08:00
version '0.9.7'
sha256 '539801d7c35b0f3e7a393f5ce16bded49755bbe5f2fa4c7cfd23d653d8b0e968'
# github.com/Sigil-Ebook/Sigil was verified as official when first introduced to the cask
2016-01-30 07:50:29 +08:00
url "https://github.com/Sigil-Ebook/Sigil/releases/download/#{version}/Sigil-#{version}-Mac-Package.dmg"
appcast 'https://github.com/Sigil-Ebook/Sigil/releases.atom',
2016-12-12 08:15:53 +08:00
checkpoint: '72eec9fe9708e2704e8ea9e1dbf465b6475afbf7192df66fcfbe59b4e6b5b565'
2015-01-05 01:06:37 +08:00
name 'Sigil'
homepage 'https://sigil-ebook.com/'
2014-09-16 00:06:19 +08:00
app 'Sigil.app'
end