aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/popt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/popt.rb')
-rw-r--r--Library/Formula/popt.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/popt.rb b/Library/Formula/popt.rb
index ab016ae62..86f85fecf 100644
--- a/Library/Formula/popt.rb
+++ b/Library/Formula/popt.rb
@@ -3,7 +3,7 @@ require 'formula'
class Popt < Formula
url 'http://rpm5.org/files/popt/popt-1.16.tar.gz'
homepage 'http://rpm5.org'
- md5 '3743beefa3dd6247a73f8f7a32c14c33'
+ sha1 'cfe94a15a2404db85858a81ff8de27c8ff3e235e'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"