diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/raptor.rb | 8 |
1 files changed, 5 insertions, 3 deletions
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 |
