homebrew-cask/Casks/calibre.rb

10 lines
175 B
Ruby

class Calibre < Cask
version 'latest'
sha256 :no_check
url 'http://status.calibre-ebook.com/dist/osx32'
homepage 'http://calibre-ebook.com/'
app 'calibre.app'
end