diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/raptor.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/raptor.rb b/Library/Formula/raptor.rb index 13bfd5d42..2da38ab3d 100644 --- a/Library/Formula/raptor.rb +++ b/Library/Formula/raptor.rb @@ -2,8 +2,8 @@ require 'formula' class Raptor < Formula homepage 'http://librdf.org/raptor/' - url 'http://download.librdf.org/source/raptor2-2.0.9.tar.gz' - sha1 '5770aeaa9c1e9b655634d60a85227bbd57a262e9' + url 'http://download.librdf.org/source/raptor2-2.0.10.tar.gz' + sha1 'b03c6dc87af9b5d3adb3edad29249f3184843dd6' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" |
