homebrew-cask/Casks/sigil.rb

15 lines
529 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sigil' do
2015-12-21 04:04:34 +08:00
version '0.9.2'
sha256 'ea9aca6e9c1c4d7931982fd6a3c5bcc4e1d35986e728fe3522dc92e9a6200f25'
# github.com is the official download host per the vendor homepage
2014-10-03 13:19:24 +08:00
url "https://github.com/user-none/Sigil/releases/download/#{version}/Sigil-#{version}-Mac-Package.dmg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/user-none/Sigil/releases.atom',
:checkpoint => '23751416ae96455509d00cb3e55beedbf6047c089c5f0d3c4663ca4faf6e64e8'
2015-01-05 01:06:37 +08:00
name 'Sigil'
homepage 'http://sigil-ebook.com/'
license :gpl
2014-09-16 00:06:19 +08:00
app 'Sigil.app'
end