mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gradle: update to 4.8.
Closes #14935. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
cb3500d01d
commit
a213e88952
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'gradle'
|
# Template file for 'gradle'
|
||||||
pkgname=gradle
|
pkgname=gradle
|
||||||
version=4.7
|
version=4.8
|
||||||
revision=1
|
revision=1
|
||||||
|
noarch=yes
|
||||||
hostmakedepends="unzip"
|
hostmakedepends="unzip"
|
||||||
depends="virtual?java-environment"
|
depends="virtual?java-environment"
|
||||||
short_desc="Build system for Java/C/C++ software"
|
short_desc="Build system for Java/C/C++ software"
|
||||||
|
@ -9,9 +10,8 @@ maintainer="Adrian Siekierka <kontakt@asie.pl>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://gradle.org/"
|
homepage="http://gradle.org/"
|
||||||
distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
|
distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
|
||||||
checksum=fca5087dc8b50c64655c000989635664a73b11b9bd3703c7d6cabd31b7dcdb04
|
checksum=f3e29692a8faa94eb0b02ebf36fa263a642b3ae8694ef806c45c345b8683f1ba
|
||||||
nocross=yes
|
nocross=yes
|
||||||
noarch=yes
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir "usr/lib/gradle"
|
vmkdir "usr/lib/gradle"
|
||||||
|
|
Loading…
Add table
Reference in a new issue