You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
229 B
7 lines
229 B
class Calibre < Cask
|
|
url 'http://calibre-ebook.googlecode.com/files/calibre-0.9.29.dmg'
|
|
homepage 'http://calibre-ebook.com/'
|
|
version '0.9.29'
|
|
sha1 '800eb31748ee31ee71a4fb46b70950680cbb1033'
|
|
link :app, 'calibre.app'
|
|
end
|
|
|