mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-18 22:06:41 -06:00
7 lines
169 B
Ruby
7 lines
169 B
Ruby
class Calibre < Cask
|
|
url 'http://status.calibre-ebook.com/dist/osx32'
|
|
homepage 'http://calibre-ebook.com/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'calibre.app'
|
|
end
|