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-06-07 06:42:49 +08:00
version '2.30.0'
sha256 '279af9817411dddd22d08b270b321a104f31ffe1bc22149e46e1855c3a79b591'
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