serd 0.30.2
Closes #45950. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
bb80c24c57
commit
67bdaf015c
1 changed files with 6 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Serd < Formula
|
||||
desc "C library for RDF syntax"
|
||||
homepage "https://drobilla.net/software/serd/"
|
||||
url "https://download.drobilla.net/serd-0.30.0.tar.bz2"
|
||||
sha256 "6efb0efa5c2155e6bbac941cddeeabb7ed26d70a57d24178894ff169d8f6cefb"
|
||||
url "https://download.drobilla.net/serd-0.30.2.tar.bz2"
|
||||
sha256 "9d3102701172804f823f2215ca3147c50eba992641f9fbe014272355f4937202"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
@ -19,4 +19,8 @@ class Serd < Formula
|
|||
system "./waf"
|
||||
system "./waf", "install"
|
||||
end
|
||||
|
||||
test do
|
||||
pipe_output("serdi -", "() a <http://example.org/List> .", 0)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue