homebrew-cask/Casks/calibre.rb

10 lines
176 B
Ruby
Raw Normal View History

2013-05-08 01:04:43 +08:00
class Calibre < Cask
2013-05-12 07:18:43 +08:00
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://status.calibre-ebook.com/dist/osx32'
homepage 'http://calibre-ebook.com/'
2013-06-01 07:51:31 +08:00
link 'calibre.app'
2013-05-08 01:04:43 +08:00
end