diff --git a/Formula/oxigraph.rb b/Formula/oxigraph.rb index ff189a4..175fcaa 100644 --- a/Formula/oxigraph.rb +++ b/Formula/oxigraph.rb @@ -1,8 +1,8 @@ class Oxigraph < Formula desc "SPARQL database HTTP server" homepage "https://oxigraph.org/server/" - url "https://github.com/oxigraph/oxigraph/releases/download/v0.4.0-alpha.4/oxigraph_v0.4.0-alpha.4.tar.gz" - sha256 "5c5ca9243dd8baf0d53802cb2c55f1941c8c24cd689c7e038b49635ddc44f956" + url "https://github.com/oxigraph/oxigraph/releases/download/v0.4.0-alpha.5/oxigraph_v0.4.0-alpha.5.tar.gz" + sha256 "9722e581c7adce18928a61225b664b1baafa46bccb1f7e8fca9564617e3bc980" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/oxigraph/oxigraph.git" depends_on "rust" => :build