homebrew-cask-versions/Casks/sigil.rb
Amory Meltzer 98eaf94a32 Update sigil homepage and version (0.8.4)
Add note re official download host
2015-02-08 18:14:56 -08:00

12 lines
382 B
Ruby

cask :v1 => 'sigil' do
version '0.8.4'
sha256 '755dc457cd37bd08cf5eac68fdc93831c03eb4f16cabc710469f361aab45332d'
# github.com is the official download host per the vendor homepage
url "https://github.com/user-none/Sigil/releases/download/#{version}/Sigil-#{version}-Mac-Package.dmg"
name 'Sigil'
homepage 'http://sigil-ebook.com/'
license :gpl
app 'Sigil.app'
end