* [PR PATCH] gradle: update to 8.12.
@ 2025-01-09 20:16 Bnyro
2025-01-26 16:19 ` [PR PATCH] [Updated] " Bnyro
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Bnyro @ 2025-01-09 20:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 465 bytes --]
There is a new pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages gradle
https://github.com/void-linux/void-packages/pull/53910
gradle: update to 8.12.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/53910.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle-53910.patch --]
[-- Type: text/x-diff, Size: 1040 bytes --]
From e3356195f2b87baf5d481ab3a1fb2a3e5339151b Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 9 Jan 2025 21:16:09 +0100
Subject: [PATCH] gradle: update to 8.12.
---
srcpkgs/gradle/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index aace3f86b11047..b2efa0b49695c0 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
# Template file for 'gradle'
pkgname=gradle
-version=8.11.1
+version=8.12
revision=1
depends="virtual?java-environment"
short_desc="Build system for Java/C/C++ software"
@@ -9,7 +9,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=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
+checksum=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
do_install() {
vmkdir "usr/lib/gradle"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] gradle: update to 8.12.
2025-01-09 20:16 [PR PATCH] gradle: update to 8.12 Bnyro
@ 2025-01-26 16:19 ` Bnyro
2025-03-02 21:03 ` [PR PATCH] [Updated] gradle: update to 8.12.1 Bnyro
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2025-01-26 16:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 470 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages gradle
https://github.com/void-linux/void-packages/pull/53910
gradle: update to 8.12.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/53910.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle-53910.patch --]
[-- Type: text/x-diff, Size: 1045 bytes --]
From ab7e9a502dcc90945695743ca2e84061374e7ca8 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 26 Jan 2025 17:19:18 +0100
Subject: [PATCH] gradle: update to 8.12.1.
---
srcpkgs/gradle/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index aace3f86b11047..a7680d9e77c230 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
# Template file for 'gradle'
pkgname=gradle
-version=8.11.1
+version=8.12.1
revision=1
depends="virtual?java-environment"
short_desc="Build system for Java/C/C++ software"
@@ -9,7 +9,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=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
+checksum=8d97a97984f6cbd2b85fe4c60a743440a347544bf18818048e611f5288d46c94
do_install() {
vmkdir "usr/lib/gradle"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] gradle: update to 8.12.1.
2025-01-09 20:16 [PR PATCH] gradle: update to 8.12 Bnyro
2025-01-26 16:19 ` [PR PATCH] [Updated] " Bnyro
@ 2025-03-02 21:03 ` Bnyro
2025-06-01 2:14 ` gradle: update to 8.13 github-actions
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2025-03-02 21:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 472 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages gradle
https://github.com/void-linux/void-packages/pull/53910
gradle: update to 8.12.1.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/53910.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle-53910.patch --]
[-- Type: text/x-diff, Size: 1040 bytes --]
From e97aa984a298e4a3e9102d4a0555a1463d58d2f4 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 2 Mar 2025 22:02:57 +0100
Subject: [PATCH] gradle: update to 8.13.
---
srcpkgs/gradle/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index aace3f86b11047..65b5e536d2d8ec 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
# Template file for 'gradle'
pkgname=gradle
-version=8.11.1
+version=8.13
revision=1
depends="virtual?java-environment"
short_desc="Build system for Java/C/C++ software"
@@ -9,7 +9,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=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
+checksum=20f1b1176237254a6fc204d8434196fa11a4cfb387567519c61556e8710aed78
do_install() {
vmkdir "usr/lib/gradle"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: gradle: update to 8.13.
2025-01-09 20:16 [PR PATCH] gradle: update to 8.12 Bnyro
2025-01-26 16:19 ` [PR PATCH] [Updated] " Bnyro
2025-03-02 21:03 ` [PR PATCH] [Updated] gradle: update to 8.12.1 Bnyro
@ 2025-06-01 2:14 ` github-actions
2025-06-01 10:41 ` [PR PATCH] [Updated] " Bnyro
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2025-06-01 2:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/53910#issuecomment-2926290542
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] gradle: update to 8.13.
2025-01-09 20:16 [PR PATCH] gradle: update to 8.12 Bnyro
` (2 preceding siblings ...)
2025-06-01 2:14 ` gradle: update to 8.13 github-actions
@ 2025-06-01 10:41 ` Bnyro
2025-06-08 20:05 ` [PR PATCH] [Merged]: gradle: update to 8.14.1 Duncaen
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Bnyro @ 2025-06-01 10:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 470 bytes --]
There is an updated pull request by Bnyro against master on the void-packages repository
https://github.com/Bnyro/void-packages gradle
https://github.com/void-linux/void-packages/pull/53910
gradle: update to 8.13.
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/53910.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle-53910.patch --]
[-- Type: text/x-diff, Size: 1044 bytes --]
From 7585ecbcdfbe78379f6ae02301eac84c98eec912 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 1 Jun 2025 12:41:35 +0200
Subject: [PATCH] gradle: update to 8.14.1.
---
srcpkgs/gradle/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index aace3f86b11047..a49795d979cc68 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
# Template file for 'gradle'
pkgname=gradle
-version=8.11.1
+version=8.14.1
revision=1
depends="virtual?java-environment"
short_desc="Build system for Java/C/C++ software"
@@ -9,7 +9,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=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
+checksum=845952a9d6afa783db70bb3b0effaae45ae5542ca2bb7929619e8af49cb634cf
do_install() {
vmkdir "usr/lib/gradle"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Merged]: gradle: update to 8.14.1.
2025-01-09 20:16 [PR PATCH] gradle: update to 8.12 Bnyro
` (3 preceding siblings ...)
2025-06-01 10:41 ` [PR PATCH] [Updated] " Bnyro
@ 2025-06-08 20:05 ` Duncaen
2025-06-10 7:56 ` MIvanchev
2025-06-10 12:26 ` MIvanchev
6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2025-06-08 20:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 321 bytes --]
There's a merged pull request on the void-packages repository
gradle: update to 8.14.1.
https://github.com/void-linux/void-packages/pull/53910
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gradle: update to 8.14.1.
2025-01-09 20:16 [PR PATCH] gradle: update to 8.12 Bnyro
` (4 preceding siblings ...)
2025-06-08 20:05 ` [PR PATCH] [Merged]: gradle: update to 8.14.1 Duncaen
@ 2025-06-10 7:56 ` MIvanchev
2025-06-10 12:26 ` MIvanchev
6 siblings, 0 replies; 8+ messages in thread
From: MIvanchev @ 2025-06-10 7:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
New comment by MIvanchev on void-packages repository
https://github.com/void-linux/void-packages/pull/53910#issuecomment-2958050407
Comment:
It is possible folks that this update caused some build issues for musl, look at https://github.com/void-linux/void-packages/pull/51361 which no longer builds.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: gradle: update to 8.14.1.
2025-01-09 20:16 [PR PATCH] gradle: update to 8.12 Bnyro
` (5 preceding siblings ...)
2025-06-10 7:56 ` MIvanchev
@ 2025-06-10 12:26 ` MIvanchev
6 siblings, 0 replies; 8+ messages in thread
From: MIvanchev @ 2025-06-10 12:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 195 bytes --]
New comment by MIvanchev on void-packages repository
https://github.com/void-linux/void-packages/pull/53910#issuecomment-2959008269
Comment:
Yep, this definitely seems to affect Gradle builds.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-06-10 12:26 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09 20:16 [PR PATCH] gradle: update to 8.12 Bnyro
2025-01-26 16:19 ` [PR PATCH] [Updated] " Bnyro
2025-03-02 21:03 ` [PR PATCH] [Updated] gradle: update to 8.12.1 Bnyro
2025-06-01 2:14 ` gradle: update to 8.13 github-actions
2025-06-01 10:41 ` [PR PATCH] [Updated] " Bnyro
2025-06-08 20:05 ` [PR PATCH] [Merged]: gradle: update to 8.14.1 Duncaen
2025-06-10 7:56 ` MIvanchev
2025-06-10 12:26 ` MIvanchev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).