From 8dc3cba49f4feb3028fff7e2196afca7c7659d4e Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 31 Oct 2024 13:54:58 +0000 Subject: [PATCH] Upgrades to v0.4.2 --- Formula/oxigraph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/oxigraph.rb b/Formula/oxigraph.rb index 95eba68..f3a94f8 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.1/oxigraph_v0.4.1.tar.gz" - sha256 "c7fe9f5946397eaf7c74408681a595ab8fbb49cd472ac7becc3082a1a74d5ba1" + url "https://github.com/oxigraph/oxigraph/releases/download/v0.4.2/oxigraph_v0.4.2.tar.gz" + sha256 "9e1873f31f2f4f73f6122a7c242c8639e5393a4dc2efb7e90ee8745f2e115c50" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/oxigraph/oxigraph.git" depends_on "rust" => :build