mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 07:28:01 -05:00
updater-tika-3.2.3 — tika → 3.2.3 (#12854)
* Add unbuilt tika to updater-tika-3.2.3 * updater-tika-3.2.3: Build Run on linux/arm/v7. * updater-tika-3.2.3: Build Run on linux/amd64. --------- Co-authored-by: satmandu <satmandu@users.noreply.github.com> Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
1830d216c0
commit
9e9b3107a3
@@ -1,3 +1,4 @@
|
||||
# Total size: 289560056
|
||||
/usr/local/bin/jar
|
||||
/usr/local/bin/jarsigner
|
||||
/usr/local/bin/java
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Total size: 56732819
|
||||
/usr/local/bin/tika
|
||||
/usr/local/share/tika/tika-app-3.1.0.jar
|
||||
/usr/local/share/tika/tika-app-3.2.3.jar
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# Total size: 338255095
|
||||
/usr/local/bin/jar
|
||||
/usr/local/bin/jarsigner
|
||||
/usr/local/bin/java
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Total size: 56732819
|
||||
/usr/local/bin/tika
|
||||
/usr/local/share/tika/tika-app-3.1.0.jar
|
||||
/usr/local/share/tika/tika-app-3.2.3.jar
|
||||
|
||||
@@ -3,11 +3,11 @@ require 'package'
|
||||
class Tika < Package
|
||||
description 'The Apache Tika™ toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF).'
|
||||
homepage 'https://tika.apache.org/'
|
||||
version '3.1.0'
|
||||
version '3.2.3'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'aarch64 armv7l x86_64'
|
||||
source_url "https://dlcdn.apache.org/tika/#{version}/tika-app-#{version}.jar"
|
||||
source_sha256 '73d6fec4f16d056a45dbd14c7748ee7c5946fc8826ea9ae517911e501e094855'
|
||||
source_sha256 '80c20c085e2c0976bbd55969e5bf90dda2b7155db31068639fbc871d0369e7e7'
|
||||
|
||||
depends_on 'openjdk17'
|
||||
depends_on 'libx11'
|
||||
|
||||
Reference in New Issue
Block a user