Skip to content

Commit

Permalink
Upgrades to v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 31, 2024
1 parent f359621 commit 8dc3cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/oxigraph.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Oxigraph < Formula

Check warning on line 1 in Formula/oxigraph.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

`brew linkage --test oxigraph` failed on Linux!

/lib/x86_64-linux-gnu/libssl.so.3
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
Expand Down

0 comments on commit 8dc3cba

Please sign in to comment.