aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bcpp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/bcpp.rb')
-rw-r--r--Library/Formula/bcpp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/bcpp.rb b/Library/Formula/bcpp.rb
index 034469226..03e275c40 100644
--- a/Library/Formula/bcpp.rb
+++ b/Library/Formula/bcpp.rb
@@ -3,7 +3,7 @@ require 'formula'
class Bcpp < Formula
url 'ftp://invisible-island.net/bcpp/bcpp-20090630.tgz'
homepage 'http://invisible-island.net/bcpp/'
- md5 '3428176dafcf4af1d2741804bca05189'
+ sha1 'f8ce9736fa2775e8c15b7fcbfee156103d90ece8'
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"