mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gradle: update to 8.2.1, adopt
This commit is contained in:
parent
71ae3be24b
commit
8448beaea1
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'gradle'
|
# Template file for 'gradle'
|
||||||
pkgname=gradle
|
pkgname=gradle
|
||||||
version=8.2
|
version=8.2.1
|
||||||
revision=1
|
revision=1
|
||||||
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"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Bnyro <bnyro@tutanota.com>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://gradle.org/"
|
homepage="https://gradle.org/"
|
||||||
changelog="https://docs.gradle.org/${version}/release-notes.html"
|
changelog="https://docs.gradle.org/${version}/release-notes.html"
|
||||||
distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
|
distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
|
||||||
checksum=38f66cd6eef217b4c35855bb11ea4e9fbc53594ccccb5fb82dfd317ef8c2c5a3
|
checksum=03ec176d388f2aa99defcadc3ac6adf8dd2bce5145a129659537c0874dea5ad1
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir "usr/lib/gradle"
|
vmkdir "usr/lib/gradle"
|
||||||
|
|
Loading…
Add table
Reference in a new issue