tika 1.26 (#74166)
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>master
parent
2a4e2346ff
commit
58b2a31386
|
@ -1,9 +1,9 @@
|
|||
class Tika < Formula
|
||||
desc "Content analysis toolkit"
|
||||
homepage "https://tika.apache.org/"
|
||||
url "https://www.apache.org/dyn/closer.lua?path=tika/tika-app-1.25.jar"
|
||||
mirror "https://archive.apache.org/dist/tika/tika-app-1.25.jar"
|
||||
sha256 "7a9965d6f69ef1dc5189179f3ac95ca243b07d9f80c63b753219f9ca1261e6df"
|
||||
url "https://www.apache.org/dyn/closer.lua?path=tika/tika-app-1.26.jar"
|
||||
mirror "https://archive.apache.org/dist/tika/tika-app-1.26.jar"
|
||||
sha256 "6ed7332f02e8d80cebafb59907e6d370d9db3e9a81d547e4fc0d071d2cf0dc26"
|
||||
license "Apache-2.0"
|
||||
|
||||
bottle :unneeded
|
||||
|
@ -11,9 +11,8 @@ class Tika < Formula
|
|||
depends_on "openjdk"
|
||||
|
||||
resource "server" do
|
||||
url "https://www.apache.org/dyn/closer.lua?path=tika/tika-server-1.24.1.jar"
|
||||
mirror "https://archive.apache.org/dist/tika/tika-server-1.24.1.jar"
|
||||
sha256 "466ae64b3f6fa52fe08bfa2b0339671e69988e84fd8bb0a359d345ff0ae024a3"
|
||||
url "https://downloads.apache.org/tika/tika-server-1.26.jar"
|
||||
sha256 "18b5ec5b8a7f80a3ce253cf93c5ea5f031a3c17bc83e88ab0d29a516e8e73d95"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in New Issue