homebrew-cask/Casks/calibre.rb

13 lines
423 B
Ruby
Raw Normal View History

2014-11-14 01:25:31 +08:00
cask :v1 => 'calibre' do
2015-03-14 03:13:26 +08:00
version '2.21.0'
sha256 'be3ebde825d291ef0e212939061ea2e9a095419b9ec45ab9fa766f7bad07094d'
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-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