aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chmlib.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/chmlib.rb')
-rw-r--r--Library/Formula/chmlib.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/chmlib.rb b/Library/Formula/chmlib.rb
index ebabe0d41..c17d3d3e5 100644
--- a/Library/Formula/chmlib.rb
+++ b/Library/Formula/chmlib.rb
@@ -3,7 +3,7 @@ require 'formula'
class Chmlib < Formula
url 'http://www.jedrea.com/chmlib/chmlib-0.40.tar.gz'
homepage 'http://www.jedrea.com/chmlib'
- md5 '96b8e9ac52015902941862171f5daa4c'
+ sha1 '8d9e4b9b79a23974aa06fb792ae652560bac5c4e'
def install
system "./configure", "--disable-io64", "--enable-examples", "--prefix=#{prefix}"