mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
gradle: update to 4.8.1.
This commit is contained in:
parent
751a99157b
commit
b62bf947b2
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gradle'
|
||||
pkgname=gradle
|
||||
version=4.8
|
||||
version=4.8.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
hostmakedepends="unzip"
|
||||
|
@ -8,9 +8,10 @@ depends="virtual?java-environment"
|
|||
short_desc="Build system for Java/C/C++ software"
|
||||
maintainer="Adrian Siekierka <kontakt@asie.pl>"
|
||||
license="Apache-2.0"
|
||||
homepage="http://gradle.org/"
|
||||
homepage="https://gradle.org/"
|
||||
changelog="https://docs.gradle.org/${version}/release-notes.html"
|
||||
distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
|
||||
checksum=f3e29692a8faa94eb0b02ebf36fa263a642b3ae8694ef806c45c345b8683f1ba
|
||||
checksum=af334d994b5e69e439ab55b5d2b7d086da5ea6763d78054f49f147b06370ed71
|
||||
nocross=yes
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue