Skip to content

Commit

Permalink
Upgrades to v0.4.0-alpha.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 22, 2024
1 parent 0dee792 commit fe33e6e
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.6/oxigraph_v0.4.0-alpha.6.tar.gz"
sha256 "8191ab84067b5df68383e47123c7fe36199db4f533a0a5ff111b0c0f922c336b"
url "https://github.com/oxigraph/oxigraph/releases/download/v0.4.0-alpha.7/oxigraph_v0.4.0-alpha.7.tar.gz"
sha256 "100c626c09204e62a403820878dbbb4f4c1ddd1314c60ba2b4ae5fe54f55d942"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/oxigraph/oxigraph.git"
depends_on "rust" => :build
Expand Down

0 comments on commit fe33e6e

Please sign in to comment.