mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
gradle: update to 4.7.
Closes #13596. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
a66688f49b
commit
b6a92fa5f4
1 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,7 @@
|
||||||
# Template file for 'gradle'
|
# Template file for 'gradle'
|
||||||
pkgname=gradle
|
pkgname=gradle
|
||||||
version=4.6
|
version=4.7
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
|
||||||
nocross=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"
|
||||||
|
@ -11,7 +9,9 @@ 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=98bd5fd2b30e070517e03c51cbb32beee3e2ee1a84003a5a5d748996d4b1b915
|
checksum=fca5087dc8b50c64655c000989635664a73b11b9bd3703c7d6cabd31b7dcdb04
|
||||||
|
nocross=yes
|
||||||
|
noarch=yes
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir "usr/lib/gradle"
|
vmkdir "usr/lib/gradle"
|
||||||
|
|
Loading…
Add table
Reference in a new issue