homebrew-cask/Casks/calibre.rb

14 lines
487 B
Ruby
Raw Normal View History

2014-11-14 01:25:31 +08:00
cask :v1 => 'calibre' do
2015-04-10 15:33:44 +08:00
version '2.24.0'
sha256 '24093ea7de545b993262f870841a05fad1c1aacbcee6b825bedc624b6546019d'
2015-03-08 18:35:50 +08:00
# github.com is an official download host per the vendor homepage, and a faster mirror than the main one
url "https://github.com/kovidgoyal/calibre/releases/download/v#{version}/calibre-#{version}.dmg"
2015-03-15 19:47:28 +08:00
appcast 'https://github.com/kovidgoyal/calibre/releases.atom'
2015-02-28 23:44:37 +08:00
name 'calibre'
homepage 'http://calibre-ebook.com/'
license :gpl
2014-09-16 00:05:21 +08:00
app 'calibre.app'
2013-05-08 01:04:43 +08:00
end