Skip to content

Commit

Permalink
Upgrades to v0.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 3, 2024
1 parent 04c50b6 commit add6f93
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
desc "SPARQL database HTTP server"
homepage "https://oxigraph.org/server/"
url "https://github.com/oxigraph/oxigraph/releases/download/v0.3.22/oxigraph_v0.3.22.tar.gz"
sha256 "be50204dc8f84c699343d1bd277919090ea3bdaff2a7fc5608c04d58092ec6da"
url "https://github.com/oxigraph/oxigraph/releases/download/v0.4.0-alpha.1/oxigraph_v0.4.0-alpha.1.tar.gz"
sha256 "2417e86c4d368aed52a9f9ef2c8e12a48c53bbb65d83e4722169ba36b72dca60"
license any_of: ["Apache-2.0", "MIT"]
head "https://github.com/oxigraph/oxigraph.git"
depends_on "rust" => :build
Expand Down

0 comments on commit add6f93

Please sign in to comment.