From 04c50b6965035b2512586eabd809fe417a02191d Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 1 Dec 2023 14:40:43 +0000 Subject: [PATCH] Upgrades to v0.3.22 --- Formula/oxigraph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/oxigraph.rb b/Formula/oxigraph.rb index ed52103..b680934 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.3.21/oxigraph_v0.3.21.tar.gz" - sha256 "169d7cd3cbe9b87716fdf8faa9737a70739b6e398322755faddab2bb03e56d79" + url "https://github.com/oxigraph/oxigraph/releases/download/v0.3.22/oxigraph_v0.3.22.tar.gz" + sha256 "be50204dc8f84c699343d1bd277919090ea3bdaff2a7fc5608c04d58092ec6da" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/oxigraph/oxigraph.git" depends_on "rust" => :build