* [PR PATCH] Update Gradle Version 7.1.1
@ 2021-07-14 23:19 thegarlynch
2021-07-17 2:49 ` ericonr
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: thegarlynch @ 2021-07-14 23:19 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1601 bytes --]
There is a new pull request by thegarlynch against master on the void-packages repository
https://github.com/thegarlynch/void-packages gradle7.1.1
https://github.com/void-linux/void-packages/pull/31971
Update Gradle Version 7.1.1
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [ ] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/31971.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle7.1.1-31971.patch --]
[-- Type: text/x-diff, Size: 1052 bytes --]
From 10f4503c01653827dd0bcdb6d4b2b96c1e0e3447 Mon Sep 17 00:00:00 2001
From: thegarlynch <yenaskithegar@gmail.com>
Date: Wed, 14 Jul 2021 22:42:07 +0700
Subject: [PATCH] Update Gradle Version 7.1.1
---
srcpkgs/gradle/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index 8e9f08a9910b..33bbcbf507e7 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
# Template file for 'gradle'
pkgname=gradle
-version=6.8.1
+version=7.1.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=fd591a34af7385730970399f473afabdb8b28d57fd97d6625c388d090039d6fd
+checksum=bf8b869948901d422e9bb7d1fa61da6a6e19411baa7ad6ee929073df85d6365d
do_install() {
vmkdir "usr/lib/gradle"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Update Gradle Version 7.1.1
2021-07-14 23:19 [PR PATCH] Update Gradle Version 7.1.1 thegarlynch
@ 2021-07-17 2:49 ` ericonr
2021-07-17 3:07 ` [PR PATCH] [Updated] " thegarlynch
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-07-17 2:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 256 bytes --]
New comment by ericonr on void-packages repository
https://github.com/void-linux/void-packages/pull/31971#issuecomment-881804734
Comment:
Commit format is `gradle: update to 7.1.1`. Have you tried building gradle packages in Void with this new version?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Updated] Update Gradle Version 7.1.1
2021-07-14 23:19 [PR PATCH] Update Gradle Version 7.1.1 thegarlynch
2021-07-17 2:49 ` ericonr
@ 2021-07-17 3:07 ` thegarlynch
2022-01-16 17:16 ` Piraty
2022-01-16 17:16 ` [PR PATCH] [Closed]: " Piraty
3 siblings, 0 replies; 5+ messages in thread
From: thegarlynch @ 2021-07-17 3:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1606 bytes --]
There is an updated pull request by thegarlynch against master on the void-packages repository
https://github.com/thegarlynch/void-packages gradle7.1.1
https://github.com/void-linux/void-packages/pull/31971
Update Gradle Version 7.1.1
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [ ] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
-->
A patch file from https://github.com/void-linux/void-packages/pull/31971.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle7.1.1-31971.patch --]
[-- Type: text/x-diff, Size: 1048 bytes --]
From b9585ff5ae02fbcc4aa3e3f885cf4fc230608337 Mon Sep 17 00:00:00 2001
From: thegarlynch <yenaskithegar@gmail.com>
Date: Wed, 14 Jul 2021 22:42:07 +0700
Subject: [PATCH] gradle: update to 7.1.1
---
srcpkgs/gradle/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index 8e9f08a9910b..33bbcbf507e7 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
# Template file for 'gradle'
pkgname=gradle
-version=6.8.1
+version=7.1.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=fd591a34af7385730970399f473afabdb8b28d57fd97d6625c388d090039d6fd
+checksum=bf8b869948901d422e9bb7d1fa61da6a6e19411baa7ad6ee929073df85d6365d
do_install() {
vmkdir "usr/lib/gradle"
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Update Gradle Version 7.1.1
2021-07-14 23:19 [PR PATCH] Update Gradle Version 7.1.1 thegarlynch
2021-07-17 2:49 ` ericonr
2021-07-17 3:07 ` [PR PATCH] [Updated] " thegarlynch
@ 2022-01-16 17:16 ` Piraty
2022-01-16 17:16 ` [PR PATCH] [Closed]: " Piraty
3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2022-01-16 17:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 167 bytes --]
New comment by Piraty on void-packages repository
https://github.com/void-linux/void-packages/pull/31971#issuecomment-1013915892
Comment:
closing in favor of #34746
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PR PATCH] [Closed]: Update Gradle Version 7.1.1
2021-07-14 23:19 [PR PATCH] Update Gradle Version 7.1.1 thegarlynch
` (2 preceding siblings ...)
2022-01-16 17:16 ` Piraty
@ 2022-01-16 17:16 ` Piraty
3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2022-01-16 17:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1438 bytes --]
There's a closed pull request on the void-packages repository
Update Gradle Version 7.1.1
https://github.com/void-linux/void-packages/pull/31971
Description:
<!-- Mark items with [x] where applicable -->
#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR
<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!--
#### Does it build and run successfully?
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
- [ ] aarch64-musl
- [ ] armv7l
- [ ] armv6l-musl
-->
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-01-16 17:16 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 23:19 [PR PATCH] Update Gradle Version 7.1.1 thegarlynch
2021-07-17 2:49 ` ericonr
2021-07-17 3:07 ` [PR PATCH] [Updated] " thegarlynch
2022-01-16 17:16 ` Piraty
2022-01-16 17:16 ` [PR PATCH] [Closed]: " Piraty
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).