diff options
| author | Adam Vandenberg | 2013-01-27 14:17:25 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:39:47 -0800 |
| commit | da05cf9ef1eb3715a82854f83f7035507d53e07c (patch) | |
| tree | 0996245a728f02a7edcfcbfdc3524f0af21f1954 /Library | |
| parent | 1af73f7c4c4847fab083be00abfcccf33c1240d6 (diff) | |
| download | homebrew-da05cf9ef1eb3715a82854f83f7035507d53e07c.tar.bz2 | |
djvu2pdf: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/djvu2pdf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/djvu2pdf.rb b/Library/Formula/djvu2pdf.rb index 0387f12ba..a0150815e 100644 --- a/Library/Formula/djvu2pdf.rb +++ b/Library/Formula/djvu2pdf.rb @@ -1,8 +1,8 @@ require 'formula' class Djvu2pdf < Formula - url 'http://0x2a.at/site/projects/djvu2pdf/djvu2pdf-0.9.2.tar.gz' homepage 'http://0x2a.at/s/projects/djvu2pdf' + url 'http://0x2a.at/site/projects/djvu2pdf/djvu2pdf-0.9.2.tar.gz' sha1 'eb34c8a6381673e531fbbd21619606e20fdb1d97' depends_on 'djvulibre' |
