Updating Tika to version 1.6

This just updates the Tika Formula to the newly-released 1.6 version of Apache Tika.

Closes Homebrew/homebrew#32151.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Andy Jackson 2014-09-08 11:34:08 +01:00 committed by Mike McQuaid
parent 3040d24c4c
commit 7a4e6d8701
1 changed files with 4 additions and 4 deletions

View File

@ -2,12 +2,12 @@ require 'formula'
class Tika < Formula class Tika < Formula
homepage 'http://tika.apache.org/' homepage 'http://tika.apache.org/'
url 'http://www.apache.org/dyn/closer.cgi?path=tika/tika-app-1.5.jar' url 'http://www.apache.org/dyn/closer.cgi?path=tika/tika-app-1.6.jar'
sha1 '7f3657da1075bf95ac8faa2bafcba24228e6c714' sha1 '99df0d8c3f6a2be498d275053e611fb5afdf0a9d'
resource 'server' do resource 'server' do
url 'http://repo1.maven.org/maven2/org/apache/tika/tika-server/1.5/tika-server-1.5.jar' url 'http://repo1.maven.org/maven2/org/apache/tika/tika-server/1.6/tika-server-1.6.jar'
sha1 '4c0a659ca54d881ab187091169439cf0891a8154' sha1 '0e4a9fc0394b5a99b214423b6868d8eb6b0df7b0'
end end
def install def install