serd 0.30.2

Closes #45950.

Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
EricFromCanada 2019-10-29 16:38:11 -04:00 committed by Rui Chen
parent bb80c24c57
commit 67bdaf015c

View file

@ -1,8 +1,8 @@
class Serd < Formula class Serd < Formula
desc "C library for RDF syntax" desc "C library for RDF syntax"
homepage "https://drobilla.net/software/serd/" homepage "https://drobilla.net/software/serd/"
url "https://download.drobilla.net/serd-0.30.0.tar.bz2" url "https://download.drobilla.net/serd-0.30.2.tar.bz2"
sha256 "6efb0efa5c2155e6bbac941cddeeabb7ed26d70a57d24178894ff169d8f6cefb" sha256 "9d3102701172804f823f2215ca3147c50eba992641f9fbe014272355f4937202"
bottle do bottle do
cellar :any cellar :any
@ -19,4 +19,8 @@ class Serd < Formula
system "./waf" system "./waf"
system "./waf", "install" system "./waf", "install"
end end
test do
pipe_output("serdi -", "() a <http://example.org/List> .", 0)
end
end end