aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorRyan Baumann2014-08-26 14:52:54 -0400
committerJack Nagel2014-08-26 19:32:02 -0500
commit868ce9f31b0787c2d4e2ce0baa8ebb4c19b03330 (patch)
treefa0d9101fca53851893567bd5a5c7fd3dbdf8cd2 /Library
parent65f48ed4ad71e6e9e23136cdaf1e654b650f8930 (diff)
downloadhomebrew-868ce9f31b0787c2d4e2ce0baa8ebb4c19b03330.tar.bz2
fuseki 1.1.0
Update to fuseki 1.1.0 - the previous version cannot be found on the Apache mirrors. Closes #31910. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/fuseki.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/fuseki.rb b/Library/Formula/fuseki.rb
index 016ab2972..53fbf28e2 100644
--- a/Library/Formula/fuseki.rb
+++ b/Library/Formula/fuseki.rb
@@ -2,9 +2,9 @@ require 'formula'
class Fuseki < Formula
homepage 'http://jena.apache.org/documentation/serving_data/'
- url 'http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.2-distribution.tar.gz'
- version '1.0.2'
- sha1 'ffd73f760493f97501e5205e8e04c95a1361b3e8'
+ url 'http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.0-distribution.tar.gz'
+ version '1.1.0'
+ sha1 '41aba227379f288db0b41022e472ca757faf107b'
def install
# Remove windows files
@@ -42,7 +42,7 @@ class Fuseki < Formula
prefix.install 'Data'
# Install documentation
- prefix.install 'DEPENDENCIES', 'LICENSE', 'NOTICE', 'ReleaseNotes.txt'
+ prefix.install 'LICENSE', 'NOTICE', 'ReleaseNotes.txt'
end
def caveats; <<-EOS.undent