Skip to content

Commit

Permalink
Upgrades to v0.4.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 25, 2024
1 parent 27a56e9 commit 96b0fd2
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!

Unwanted system libraries: /lib/x86_64-linux-gnu/libcrypto.so.3 /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.0-alpha.8/oxigraph_v0.4.0-alpha.8.tar.gz"
sha256 "61703fabd5dbf18d8771bbe2affbc2c4f746a7d5853a0550019218bbf828219e"
url "https://github.com/oxigraph/oxigraph/releases/download/v0.4.0-rc.1/oxigraph_v0.4.0-rc.1.tar.gz"
sha256 "2c25a41f080401278f358226a4f998346ab76b7df3775eb46460384d4083312d"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/oxigraph/oxigraph.git"
depends_on "rust" => :build
Expand Down

0 comments on commit 96b0fd2

Please sign in to comment.