diff options
| author | Mike McQuaid | 2014-07-03 11:58:20 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 11:58:20 +0100 |
| commit | bcf68a646b113b46385f1c95550554ff85a36597 (patch) | |
| tree | cb161bb2904509d6cfc750387cf8ceaa98b3af6d /Library/Formula | |
| parent | 1378f06822a2ace49843d89f23998f7e96c46502 (diff) | |
| download | homebrew-bcf68a646b113b46385f1c95550554ff85a36597.tar.bz2 | |
hllib: fix SHA1.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hllib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hllib.rb b/Library/Formula/hllib.rb index 8ca27551b..3ce6d0cf8 100644 --- a/Library/Formula/hllib.rb +++ b/Library/Formula/hllib.rb @@ -3,7 +3,7 @@ require 'formula' class Hllib < Formula homepage 'http://nemesis.thewavelength.net/index.php?p=35' url 'http://nemesis.thewavelength.net/files/files/hllib242.zip' - sha1 '0407ab96755dd4a1f061f059d0e2afd92d1760f0' + sha1 '2b2b9900e7cc412c6d36224d469c9a6b0477011f' version '2.4.2' def install |
