Skip to content

Commit

Permalink
calibre.rb: download from calibre-ebook.com again
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Aug 30, 2015
1 parent 2faa760 commit 918a5a2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Casks/calibre.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@
if MacOS.release < :mountain_lion
version '1.48.0'
sha256 '0533283965fbc9a6618d0b27c85bdf3671fe75ff0e89eeff406fe1457ee61b14'
url "http://download.calibre-ebook.com/#{version}/calibre-#{version}.dmg"
else
version '2.36.0'
sha256 '2ab762f4d2829116bd0860b551f141ca5f20a7ff26ec8ab6e4b66dc59c210b61'

# 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"
appcast 'https://github.com/kovidgoyal/calibre/releases.atom'
end

url "http://download.calibre-ebook.com/#{version}/calibre-#{version}.dmg"
name 'calibre'
homepage 'http://calibre-ebook.com/'
license :gpl
Expand Down

0 comments on commit 918a5a2

Please sign in to comment.