aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAaron Patterson2011-07-16 15:07:02 +0900
committerAdam Vandenberg2011-07-16 09:00:20 -0700
commit89388239fa3b8056d68eb9670995691074a63f32 (patch)
tree2b6c0fe7387bc9e2648156599b6a1f36ebef0b9e /Library/Formula
parent86cda781bca1f4ed0b6989c907741358349a40c6 (diff)
downloadhomebrew-89388239fa3b8056d68eb9670995691074a63f32.tar.bz2
libyaml 0.1.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libyaml.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libyaml.rb b/Library/Formula/libyaml.rb
index 5d86649df..4dda35bc8 100644
--- a/Library/Formula/libyaml.rb
+++ b/Library/Formula/libyaml.rb
@@ -1,9 +1,9 @@
require 'formula'
class Libyaml < Formula
- url 'http://pyyaml.org/download/libyaml/yaml-0.1.3.tar.gz'
+ url 'http://pyyaml.org/download/libyaml/yaml-0.1.4.tar.gz'
homepage 'http://pyyaml.org/wiki/LibYAML'
- md5 'b8ab9064e8e0330423fe640de76608cd'
+ md5 '36c852831d02cf90508c29852361d01b'
def install
system "./configure", "--prefix=#{prefix}"