diff options
| author | Ryan Baumann | 2014-08-26 14:52:54 -0400 |
|---|---|---|
| committer | Jack Nagel | 2014-08-26 19:32:02 -0500 |
| commit | 868ce9f31b0787c2d4e2ce0baa8ebb4c19b03330 (patch) | |
| tree | fa0d9101fca53851893567bd5a5c7fd3dbdf8cd2 | |
| parent | 65f48ed4ad71e6e9e23136cdaf1e654b650f8930 (diff) | |
| download | homebrew-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>
| -rw-r--r-- | Library/Formula/fuseki.rb | 8 |
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 |
