tika 1.8
Closes Homebrew/homebrew#39580. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b71f7cf5ab
commit
206bdb766c
1 changed files with 5 additions and 5 deletions
|
@ -1,13 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Tika < Formula
|
||||
homepage 'http://tika.apache.org/'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=tika/tika-app-1.7.jar'
|
||||
sha1 'd9516b1964be8775edbe0d6d167234c2967fea7a'
|
||||
homepage 'https://tika.apache.org/'
|
||||
url 'https://www.apache.org/dyn/closer.cgi?path=tika/tika-app-1.8.jar'
|
||||
sha256 '9346cf68c00a46b2e6189794d5fb2e127bf9b60ef6d216edf06e01917f7deaef'
|
||||
|
||||
resource 'server' do
|
||||
url 'http://repo1.maven.org/maven2/org/apache/tika/tika-server/1.7/tika-server-1.7.jar'
|
||||
sha1 'b99f9ee4c5b9bfcfc3411171f67e2dcaec13dcef'
|
||||
url 'http://repo1.maven.org/maven2/org/apache/tika/tika-server/1.8/tika-server-1.8.jar'
|
||||
sha256 'ac0b1207284b7bd591acb0b7453081cbb1ea143c650678927ffe1463be659305'
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue