Skip to content

Commit

Permalink
fuseki 3.14.0 (Homebrew#49863)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn authored Feb 6, 2020
1 parent 73e8753 commit a313255
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/fuseki.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Fuseki < Formula
desc "SPARQL server"
homepage "https://jena.apache.org/documentation/fuseki2/"
url "https://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-3.13.1.tar.gz"
sha256 "fe3003941ded224edeab9e9dc3221b46b3cfa2743d1b0218210dcacde2010b05"
url "https://archive.apache.org/dist/jena/binaries/apache-jena-fuseki-3.14.0.tar.gz"
sha256 "11cdfc60c515281efeb392394d750f1847ee77a2b0a4728ab006f4faafee916a"

bottle :unneeded

Expand All @@ -16,6 +16,7 @@ def install
:FUSEKI_HOME => libexec,
:FUSEKI_LOGS => var/"log/fuseki",
:FUSEKI_RUN => var/"run")
chmod 0755, libexec/exe
end

# Non-symlinked binaries and application files
Expand Down

0 comments on commit a313255

Please sign in to comment.