homebrew-cask/Casks/epub-to-pdf.rb

16 lines
521 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'epub-to-pdf' do
2014-06-25 12:07:13 +08:00
version '3.1'
sha256 'dcfc59d57f756802e844614b7dae43bca67284ec85fe6b909f244e41f20987b3'
# googleapis.com/google-code-archive-downloads/v2/code.google.com/epub-2-pdf was verified as official when first introduced to the cask
url "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/epub-2-pdf/e2p-#{version.major}.dmg"
name 'epub-2-pdf'
2016-01-19 07:00:36 +08:00
homepage 'https://code.google.com/archive/p/epub-2-pdf'
2014-09-16 00:05:32 +08:00
app 'epub-to-pdf.app'
2016-01-19 07:00:36 +08:00
caveats do
discontinued
end
2014-06-25 12:07:13 +08:00
end