aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/jam.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/jam.rb')
-rw-r--r--Library/Formula/jam.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/jam.rb b/Library/Formula/jam.rb
index 88813c00b..40d287f03 100644
--- a/Library/Formula/jam.rb
+++ b/Library/Formula/jam.rb
@@ -3,7 +3,7 @@ require 'formula'
class Jam < Formula
homepage 'http://www.perforce.com/jam/jam.html'
url 'ftp://ftp.perforce.com/jam/jam-2.5.zip'
- md5 'f92caadb62fe4cb0b152eff508c9d450'
+ sha1 '794a3f4483315c6b9f010f03b592646d3815328c'
def install
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"