little-cms: Use SourceForge download

For the following reasons:

  - The main downloads page at littlecms.com directs users to SourceForge.

  - The parent site of the little-cms 1.x downloads, littlecms.com/1 looks
    ancient and unmaintained.

  - The server that provides the 1.x downloads does not properly set
    Content-Encoding and Content-Type headers which causes some proxies to
    perform on-the-fly gunzipping. This causes the checksum to fail.

Closes Homebrew/homebrew#12418.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
master
Karsten Sperling 2012-05-25 18:42:04 +12:00 committed by Charlie Sharpsteen
parent 54c4364743
commit f9c280c536
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
require 'formula'
class LittleCms < Formula
url 'http://www.littlecms.com/1/lcms-1.19.tar.gz'
mirror 'http://sourceforge.net/projects/lcms/files/lcms/1.19/lcms-1.19.tar.gz'
url 'http://sourceforge.net/projects/lcms/files/lcms/1.19/lcms-1.19.tar.gz'
homepage 'http://www.littlecms.com/'
md5 '8af94611baf20d9646c7c2c285859818'