Skip to content

Commit

Permalink
Merge pull request #151996 from BrewTestBot/bump-tika-2.9.1
Browse files Browse the repository at this point in the history
tika 2.9.1
  • Loading branch information
BrewTestBot authored Oct 21, 2023
2 parents 8a2ea6c + 6876b20 commit adcb867
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions Formula/t/tika.rb
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
class Tika < Formula
desc "Content analysis toolkit"
homepage "https://tika.apache.org/"
url "https://www.apache.org/dyn/closer.lua?path=tika/2.9.0/tika-app-2.9.0.jar"
mirror "https://archive.apache.org/dist/tika/2.9.0/tika-app-2.9.0.jar"
sha256 "390382b0ad31a7da55d83cce58538f4b59988eda6ebdf259459d4ef109df1b06"
url "https://www.apache.org/dyn/closer.lua?path=tika/2.9.1/tika-app-2.9.1.jar"
mirror "https://archive.apache.org/dist/tika/2.9.1/tika-app-2.9.1.jar"
sha256 "ae6c37cf93a849453f53b03e7a0f7d21ccf1144ace31186f328761874597a759"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4eecc14f26bdb4d50be34ebbbf862b14a093505e5051681553c07f4fb2e78c71"
sha256 cellar: :any_skip_relocation, arm64_ventura: "4eecc14f26bdb4d50be34ebbbf862b14a093505e5051681553c07f4fb2e78c71"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4eecc14f26bdb4d50be34ebbbf862b14a093505e5051681553c07f4fb2e78c71"
sha256 cellar: :any_skip_relocation, arm64_big_sur: "4eecc14f26bdb4d50be34ebbbf862b14a093505e5051681553c07f4fb2e78c71"
sha256 cellar: :any_skip_relocation, sonoma: "4eecc14f26bdb4d50be34ebbbf862b14a093505e5051681553c07f4fb2e78c71"
sha256 cellar: :any_skip_relocation, ventura: "4eecc14f26bdb4d50be34ebbbf862b14a093505e5051681553c07f4fb2e78c71"
sha256 cellar: :any_skip_relocation, monterey: "4eecc14f26bdb4d50be34ebbbf862b14a093505e5051681553c07f4fb2e78c71"
sha256 cellar: :any_skip_relocation, big_sur: "4eecc14f26bdb4d50be34ebbbf862b14a093505e5051681553c07f4fb2e78c71"
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c4f3424c99b047b7efa897eb4928a23495b32f54fddd368a9b0cb0faa5f3a62"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "14adb5a15982895adf1a7822a1297517990fd592b406a58793b32917b201e02f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "14adb5a15982895adf1a7822a1297517990fd592b406a58793b32917b201e02f"
sha256 cellar: :any_skip_relocation, arm64_monterey: "14adb5a15982895adf1a7822a1297517990fd592b406a58793b32917b201e02f"
sha256 cellar: :any_skip_relocation, sonoma: "14adb5a15982895adf1a7822a1297517990fd592b406a58793b32917b201e02f"
sha256 cellar: :any_skip_relocation, ventura: "14adb5a15982895adf1a7822a1297517990fd592b406a58793b32917b201e02f"
sha256 cellar: :any_skip_relocation, monterey: "14adb5a15982895adf1a7822a1297517990fd592b406a58793b32917b201e02f"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d84213fc6dadb86eb062b5cd5bf6c003af618eff3cc368e4b0e11ca7e9388348"
end

depends_on "openjdk"

resource "server" do
url "https://www.apache.org/dyn/closer.lua?path=tika/2.9.0/tika-server-standard-2.9.0.jar"
mirror "https://archive.apache.org/dist/tika/2.9.0/tika-server-standard-2.9.0.jar"
sha256 "ec1a17c1a23d72cb585ff3864fc8758182df6e86e636446ded0220784bcf85eb"
url "https://www.apache.org/dyn/closer.lua?path=tika/2.9.1/tika-server-standard-2.9.1.jar"
mirror "https://archive.apache.org/dist/tika/2.9.1/tika-server-standard-2.9.1.jar"
sha256 "4e38d309c9396892ae14b4337cdf13f90f83da81b3b8123d72fde08fea2120bd"
end

def install
Expand Down

0 comments on commit adcb867

Please sign in to comment.