homebrew-cask/Casks/sigil.rb

15 lines
554 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'sigil' do
2016-06-26 03:06:18 +08:00
version '0.9.6'
sha256 'fc71c79a920e022ae7a0eaccc5e1cfdc4fd116e2a0b8a3dfa27522605f943b59'
# 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-06-26 03:06:18 +08:00
checkpoint: 'd5436acdc8e533bc0b2aea3e30a4cffdf513ec10f21e27cd3396f839780d39e6'
2015-01-05 01:06:37 +08:00
name 'Sigil'
homepage 'https://sigil-ebook.com/'
license :gpl
2014-09-16 00:06:19 +08:00
app 'Sigil.app'
end