From 5bb59bf98d4f94157bc5033ea7d464cad1e26ab8 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 30 Nov 2013 09:46:37 -0800 Subject: raptor 2.0.11 --- Library/Formula/raptor.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/raptor.rb b/Library/Formula/raptor.rb index 2da38ab3d..1a2da4c20 100644 --- a/Library/Formula/raptor.rb +++ b/Library/Formula/raptor.rb @@ -2,11 +2,13 @@ require 'formula' class Raptor < Formula homepage 'http://librdf.org/raptor/' - url 'http://download.librdf.org/source/raptor2-2.0.10.tar.gz' - sha1 'b03c6dc87af9b5d3adb3edad29249f3184843dd6' + url 'http://download.librdf.org/source/raptor2-2.0.11.tar.gz' + sha1 '5e1596e45b1e186972b464a977fbc57941c9afc8' def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "./configure", "--disable-debug", + "--disable-dependency-tracking", + "--prefix=#{prefix}" system "make install" end end -- cgit v1.2.3