aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/picoc.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/picoc.rb')
-rw-r--r--Library/Formula/picoc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/picoc.rb b/Library/Formula/picoc.rb
index 9b3e23965..b5c239c5a 100644
--- a/Library/Formula/picoc.rb
+++ b/Library/Formula/picoc.rb
@@ -3,7 +3,7 @@ require 'formula'
class Picoc < Formula
homepage 'http://code.google.com/p/picoc/'
url 'http://picoc.googlecode.com/files/picoc-2.1.tar.bz2'
- md5 '6505fb108d195bad0854c7024993cc24'
+ sha1 '24fdc3c8302915d663fcaefaf878ab5ad5a2d69b'
def install
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags} -DUNIX_HOST"