Updated raptor to 1.4.20.
This commit is contained in:
parent
5a48c4015f
commit
42fe9b27d4
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Raptor <Formula
|
||||
@url='http://download.librdf.org/source/raptor-1.4.19.tar.gz'
|
||||
@homepage='http://librdf.org/raptor/'
|
||||
@md5='50acbd3b416c3f9e1a3a8ddb825bac25'
|
||||
url 'http://download.librdf.org/source/raptor-1.4.20.tar.gz'
|
||||
homepage 'http://librdf.org/raptor/'
|
||||
md5 '4d9c950ea794d3e141ff60875b0a2bbc'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
|
||||
|
|
Loading…
Reference in a new issue