Skip to content

Commit 5e7a290

Browse files
BrewTestBotchenrui333
authored andcommitted
tika 3.2.1
tika: server 3.2.1 Signed-off-by: Rui Chen <[email protected]>
1 parent 1f4cefe commit 5e7a290

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/t/tika.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
class Tika < Formula
22
desc "Content analysis toolkit"
33
homepage "https://tika.apache.org/"
4-
url "https://www.apache.org/dyn/closer.lua?path=tika/3.2.0/tika-app-3.2.0.jar"
5-
mirror "https://archive.apache.org/dist/tika/3.2.0/tika-app-3.2.0.jar"
6-
sha256 "1056397a40cefbb45952a379075c54b7f8dff244d4ad5ec3c785d8a110d4f533"
4+
url "https://www.apache.org/dyn/closer.lua?path=tika/3.2.1/tika-app-3.2.1.jar"
5+
mirror "https://archive.apache.org/dist/tika/3.2.1/tika-app-3.2.1.jar"
6+
sha256 "268512b774a7a30e26ac1d6e3e5f7982cf6203a9822d4563be37b1922365d108"
77
license "Apache-2.0"
88

99
bottle do
@@ -13,9 +13,9 @@ class Tika < Formula
1313
depends_on "openjdk"
1414

1515
resource "server" do
16-
url "https://www.apache.org/dyn/closer.lua?path=tika/3.2.0/tika-server-standard-3.2.0.jar"
17-
mirror "https://archive.apache.org/dist/tika/3.2.0/tika-server-standard-3.2.0.jar"
18-
sha256 "60cc16fc933ee47f94e9f4a56e8d6f9554e0caf14facf896d9727b1e834224c1"
16+
url "https://www.apache.org/dyn/closer.lua?path=tika/3.2.1/tika-server-standard-3.2.1.jar"
17+
mirror "https://archive.apache.org/dist/tika/3.2.1/tika-server-standard-3.2.1.jar"
18+
sha256 "383a8a99ec886ea95e4143bfe200208afe1884db14b4c1e470950edec82d2c5d"
1919
end
2020

2121
def install

0 commit comments

Comments
 (0)