mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 15:13:56 -05:00
AutoBuild: update-ant started at 2025-06-20-10UTC (#12086)
* ant => 1.10.15 * Add built packages for linux/386 to update-ant * Add built packages for linux/amd64 to update-ant * Add built packages for linux/arm/v7 to update-ant --------- Co-authored-by: SupeChicken666 <supechicken666@gmail.com> Co-authored-by: supechicken <supechicken@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c4c437f2bb
commit
9f50c78262
@@ -3,21 +3,21 @@ require 'package'
|
||||
class Ant < Package
|
||||
description 'Apache Ant is a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other.'
|
||||
homepage 'https://ant.apache.org/'
|
||||
version '1.10.14'
|
||||
version '1.10.15'
|
||||
license 'Apache-2.0'
|
||||
compatibility 'all'
|
||||
source_url 'https://downloads.apache.org/ant/source/apache-ant-1.10.14-src.tar.xz'
|
||||
source_sha256 '9eea3cd8a793574a07fde2f87b203dc86339492baeb539367d5aa5be497aea24'
|
||||
source_url "https://downloads.apache.org/ant/source/apache-ant-#{version}-src.tar.xz"
|
||||
source_sha256 '6c6e4c15233cb7b9851283051f99a9f04aa0e3291375138ea50399717d489878'
|
||||
binary_compression 'tar.zst'
|
||||
|
||||
binary_sha256({
|
||||
aarch64: '467ba617135bbe2ba177bacbe2c98b9a520361b21d14b3e2508acee527c9f588',
|
||||
armv7l: '467ba617135bbe2ba177bacbe2c98b9a520361b21d14b3e2508acee527c9f588',
|
||||
i686: '979f1f0284376f53b341b8d3e015ce5bc0d425931590e5a6bde21b9de87157c2',
|
||||
x86_64: '2763cdc4ddd5fa2a1b71f766302204f30814fad4a82528e09f947a779bc5da1a'
|
||||
aarch64: '6b8e1787b8d544328024ddfea56e78cc8ce765473fd6fd3e1e7dcd7a03f62b4c',
|
||||
armv7l: '6b8e1787b8d544328024ddfea56e78cc8ce765473fd6fd3e1e7dcd7a03f62b4c',
|
||||
i686: 'cd8a568925785eaf3332db34df8ae3ae2ca3bbfae0a16d4dda27c34c4c57e3f1',
|
||||
x86_64: 'fb4b5be76ab5d62cbc56888b97dce5fac1eedf47c210b60dfb4c733d85f3f065'
|
||||
})
|
||||
|
||||
depends_on 'openjdk8'
|
||||
depends_on 'openjdk17'
|
||||
|
||||
no_fhs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user