aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/raptor.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/raptor.rb b/Library/Formula/raptor.rb
index ef81885ab..412c8b292 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.7.tar.gz'
- md5 '699073463467dc8eded2ca89de2ab2ea'
+ url 'http://download.librdf.org/source/raptor2-2.0.8.tar.gz'
+ sha1 '6caec62d28dbf5bc26e8de5a46101b52aabf94fd'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"