gradle: update to 7.3 (#7963)

This commit is contained in:
Master Java 2021-11-11 18:15:04 +06:00 committed by GitHub
parent bf51d022ef
commit a156319255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://gradle.org/
TERMUX_PKG_DESCRIPTION="Powerful build system for the JVM"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1:7.2
TERMUX_PKG_VERSION=1:7.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://services.gradle.org/distributions/gradle-${TERMUX_PKG_VERSION:2}-all.zip
TERMUX_PKG_SHA256=a8da5b02437a60819cad23e10fc7e9cf32bcb57029d9cb277e26eeff76ce014b
TERMUX_PKG_SHA256=00b273629df4ce46e68df232161d5a7c4e495b9a029ce6e0420f071e21316867
TERMUX_PKG_DEPENDS="openjdk-17"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true