Skip to content

Commit

Permalink
Upgrades to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 21, 2024
1 parent 811e212 commit 44e13db
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.3/oxigraph_v0.4.3.tar.gz"
sha256 "0c5fac33a36bf7b6d85d5530cb09d6eea6f41257eb56199866e3ceab9a0943de"
url "https://github.com/oxigraph/oxigraph/releases/download/v0.4.4/oxigraph_v0.4.4.tar.gz"
sha256 "d505ae1d618fbbcb7b3161deb1e4ec45154763b264f734c0c395f3d3434141c0"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/oxigraph/oxigraph.git"
depends_on "rust" => :build
Expand Down

0 comments on commit 44e13db

Please sign in to comment.