diff options
| author | Charlie Sharpsteen | 2012-12-30 09:49:27 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-12-30 09:49:27 -0800 |
| commit | f21866843aa0af9499c77450d2f910230a6848d9 (patch) | |
| tree | 09437e96360311301c7cbe9c147e0af52e41e241 /Library/Formula | |
| parent | ba2b1a653a7f713d683f25e02f513342182df820 (diff) | |
| download | homebrew-f21866843aa0af9499c77450d2f910230a6848d9.tar.bz2 | |
jbig2dec: Move download URL to Sourceforge
Original URL is returning 404. The software homepage is hosted on Sourceforge,
so it makes sense to fetch downloads from there as well.
Closes #14980
Closes #16800
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jbig2dec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jbig2dec.rb b/Library/Formula/jbig2dec.rb index dca7db7d6..ac80f97fa 100644 --- a/Library/Formula/jbig2dec.rb +++ b/Library/Formula/jbig2dec.rb @@ -2,7 +2,7 @@ require 'formula' class Jbig2dec < Formula homepage 'http://jbig2dec.sourceforge.net' - url 'http://ghostscript.com/~giles/jbig2/jbig2dec/jbig2dec-0.11.tar.gz' + url 'http://sourceforge.net/projects/jbig2dec/files/jbig2dec/0.11/jbig2dec-0.11.tar.gz' sha1 '349cd765616db7aac1f4dd1d45957d1da65ea925' def install |
