diff options
| author | Misty De Meo | 2012-07-18 22:48:05 -0500 |
|---|---|---|
| committer | Misty De Meo | 2012-07-18 23:21:46 -0500 |
| commit | 5439370b468069dae4af963627bac2d40c4a71fa (patch) | |
| tree | 8bbcf481006eec190a4e6ca8bbd12fad4d0790f8 /Library/Formula | |
| parent | 1325736edc88ae01eb353c684a6cc87c33fdbbec (diff) | |
| download | homebrew-5439370b468069dae4af963627bac2d40c4a71fa.tar.bz2 | |
jasper: use sha1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jasper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jasper.rb b/Library/Formula/jasper.rb index 502322019..27d982917 100644 --- a/Library/Formula/jasper.rb +++ b/Library/Formula/jasper.rb @@ -3,7 +3,7 @@ require 'formula' class Jasper < Formula homepage 'http://www.ece.uvic.ca/~frodo/jasper/' url 'http://www.ece.uvic.ca/~frodo/jasper/software/jasper-1.900.1.zip' - md5 'a342b2b4495b3e1394e161eb5d85d754' + sha1 '9c5735f773922e580bf98c7c7dfda9bbed4c5191' depends_on 'jpeg' |
