Skip to content

Commit

Permalink
libyaml 0.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
tenderlove authored and adamv committed Jul 16, 2011
1 parent 86cda78 commit 8938823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/libyaml.rb
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 8938823

Please sign in to comment.