aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/md5sha1sum.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/md5sha1sum.rb')
-rw-r--r--Library/Formula/md5sha1sum.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/md5sha1sum.rb b/Library/Formula/md5sha1sum.rb
index 20698a07d..b49cb28fe 100644
--- a/Library/Formula/md5sha1sum.rb
+++ b/Library/Formula/md5sha1sum.rb
@@ -3,7 +3,7 @@ require 'formula'
class Md5sha1sum < Formula
homepage 'http://www.microbrew.org/tools/md5sha1sum/'
url 'http://www.microbrew.org/tools/md5sha1sum/md5sha1sum-0.9.5.tar.gz'
- md5 'a75c5e21071ffa66fad1001de040517a'
+ sha1 '84a46bfd2b49daa0a601a9c55b7d87c27e19ef87'
def install
system "./configure", "--prefix=#{prefix}"