groovy: update to 3.0.9

This commit is contained in:
Wetitpig 2021-09-13 23:21:14 +08:00 committed by Lucinda May Phipps
parent b991c0db71
commit b1c217119b
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://groovy-lang.org/
TERMUX_PKG_DESCRIPTION="A powerful multi-faceted programming language for the JVM platform"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.0.8
TERMUX_PKG_VERSION=3.0.9
TERMUX_PKG_SRCURL=https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-$TERMUX_PKG_VERSION.zip
TERMUX_PKG_SHA256=87cf2a61b77f6378ae1081cfda9d14bc651271b25ffac57fc936cd17662e3240
TERMUX_PKG_SHA256=eb34f4ee229b1a424adb87df5b999f66d1b1285694e5332d0800896744c2e421
TERMUX_PKG_DEPENDS="openjdk-17"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true