diff options
| author | Adam Vandenberg | 2009-11-21 15:34:34 -0800 |
|---|---|---|
| committer | Max Howell | 2009-12-12 16:24:17 +0000 |
| commit | 9a425a9cd65dbfa481c368d59cbd461eaf9d7ba2 (patch) | |
| tree | b1d63e8ee16cf51b1a4b793d53591630656029a8 /Library | |
| parent | 3c03a3b326272d93933211d869fb6c64004c8e19 (diff) | |
| download | homebrew-9a425a9cd65dbfa481c368d59cbd461eaf9d7ba2.tar.bz2 | |
Update yajl to 1.0.7
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/yajl.rb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/yajl.rb b/Library/Formula/yajl.rb index 192be0d2b..0548a7b7d 100644 --- a/Library/Formula/yajl.rb +++ b/Library/Formula/yajl.rb @@ -1,18 +1,17 @@ require 'formula' class Yajl <Formula - @homepage='http://lloyd.github.com/yajl/' - @url='http://github.com/lloyd/yajl/tarball/1.0.6' - @md5='bb201150143352b117be702a1bc78405' + homepage 'http://lloyd.github.com/yajl/' + url 'http://cloud.github.com/downloads/lloyd/yajl/yajl-1.0.7.tar.gz' + md5 'bb201150143352b117be702a1bc78405' + # Configure uses cmake, even though it looks like we're + # just using autotools below. depends_on 'cmake' def install ENV.deparallelize - # I have pushed this fix upstream - inreplace 'configure', 'cmake ..', "cmake #{std_cmake_parameters} .." if @version == "1.0.5" - system "./configure --prefix '#{prefix}'" system "make install" end |
