Skip to content

Commit e5ad37c

Browse files
authored
Merge pull request #229598 from Homebrew/bump-tika-3.2.1
tika 3.2.1
2 parents 9fd0ac1 + cfeec4d commit e5ad37c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/t/tika.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
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
10-
sha256 cellar: :any_skip_relocation, all: "490308b0b85126911c6affedad427a6dba3be0502f23ec85f3b27728f500d044"
10+
sha256 cellar: :any_skip_relocation, all: "9f9d786884111b091cf81347b58dbc73054d9e369fc41bacff434a41933f220b"
1111
end
1212

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)