From c857c07908dd75761b6819a2473f45d289197087 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 22 Sep 2024 18:40:52 +0000 Subject: [PATCH] Upgrades to v0.4.0 --- Formula/oxigraph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/oxigraph.rb b/Formula/oxigraph.rb index 21d19b9..38798d3 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-rc.2/oxigraph_v0.4.0-rc.2.tar.gz" - sha256 "7af7380800a43270ada27cf5c69c32ce11142920267bf8a565f61f7f22647170" + url "https://github.com/oxigraph/oxigraph/releases/download/v0.4.0/oxigraph_v0.4.0.tar.gz" + sha256 "360b364f1aab5837797599460519c37cd9c9a3fcfb0b0383914ce311b77a4e86" license any_of: ["Apache-2.0", "MIT"] head "https://github.com/oxigraph/oxigraph.git" depends_on "rust" => :build