mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
gradle: revert to 8.11.1
This commit is contained in:
parent
f2b36bb4d0
commit
c38294f393
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'gradle'
|
||||
pkgname=gradle
|
||||
version=8.14.1
|
||||
revision=1
|
||||
reverts="8.14.1_1"
|
||||
version=8.11.1
|
||||
revision=2
|
||||
depends="virtual?java-environment"
|
||||
short_desc="Build system for Java/C/C++ software"
|
||||
maintainer="Bnyro <bnyro@tutanota.com>"
|
||||
|
@ -9,7 +10,7 @@ license="Apache-2.0"
|
|||
homepage="https://gradle.org/"
|
||||
changelog="https://docs.gradle.org/${version}/release-notes.html"
|
||||
distfiles="https://services.gradle.org/distributions/gradle-${version}-bin.zip"
|
||||
checksum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
|
||||
checksum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
|
||||
|
||||
do_install() {
|
||||
vmkdir "usr/lib/gradle"
|
||||
|
|
Loading…
Add table
Reference in a new issue