Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gradle: update to 6.6.1
@ 2020-10-08 19:47 Proximyst
  2020-10-09 12:10 ` [PR REVIEW] " Duncaen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Proximyst @ 2020-10-08 19:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 318 bytes --]

There is a new pull request by Proximyst against master on the void-packages repository

https://github.com/Proximyst/void-packages update/gradle
https://github.com/void-linux/void-packages/pull/25444

gradle: update to 6.6.1


A patch file from https://github.com/void-linux/void-packages/pull/25444.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/gradle-25444.patch --]
[-- Type: text/x-diff, Size: 1017 bytes --]

From 8cba67a4c67862a3bb8478050975961d31eb14dc Mon Sep 17 00:00:00 2001
From: Mariell Hoversholm <proximyst@proximyst.com>
Date: Thu, 8 Oct 2020 21:42:36 +0200
Subject: [PATCH] gradle: update to 6.6.1

---
 srcpkgs/gradle/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index bf4775cd7a7..59c9ead6494 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
 # Template file for 'gradle'
 pkgname=gradle
-version=6.4.1
+version=6.6.1
 revision=1
 archs=noarch
 depends="virtual?java-environment"
@@ -10,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=e58cdff0cee6d9b422dcd08ebeb3177bc44eaa09bd9a2e838ff74c408fe1cbcd
+checksum=7873ed5287f47ca03549ab8dcb6dc877ac7f0e3d7b1eb12685161d10080910ac
 
 do_install() {
 	vmkdir "usr/lib/gradle"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR REVIEW] gradle: update to 6.6.1
  2020-10-08 19:47 [PR PATCH] gradle: update to 6.6.1 Proximyst
@ 2020-10-09 12:10 ` Duncaen
  2020-10-10 13:05 ` [PR PATCH] [Updated] " Proximyst
  2020-10-10 13:16 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2020-10-09 12:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 234 bytes --]

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/25444#discussion_r502383113

Comment:
```suggestion
```
Please remove `archs=noarch` as we are currently getting rid of it.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Updated] gradle: update to 6.6.1
  2020-10-08 19:47 [PR PATCH] gradle: update to 6.6.1 Proximyst
  2020-10-09 12:10 ` [PR REVIEW] " Duncaen
@ 2020-10-10 13:05 ` Proximyst
  2020-10-10 13:16 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 5+ messages in thread
From: Proximyst @ 2020-10-10 13:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 323 bytes --]

There is an updated pull request by Proximyst against master on the void-packages repository

https://github.com/Proximyst/void-packages update/gradle
https://github.com/void-linux/void-packages/pull/25444

gradle: update to 6.6.1


A patch file from https://github.com/void-linux/void-packages/pull/25444.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update/gradle-25444.patch --]
[-- Type: text/x-diff, Size: 1117 bytes --]

From 182c2796cad01d23bbff773cad8fd1159b19e0aa Mon Sep 17 00:00:00 2001
From: Mariell Hoversholm <proximyst@proximyst.com>
Date: Thu, 8 Oct 2020 21:42:36 +0200
Subject: [PATCH] gradle: update to 6.6.1

---
 srcpkgs/gradle/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index bf4775cd7a7..05e5c20e5d7 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,8 +1,7 @@
 # Template file for 'gradle'
 pkgname=gradle
-version=6.4.1
+version=6.6.1
 revision=1
-archs=noarch
 depends="virtual?java-environment"
 short_desc="Build system for Java/C/C++ software"
 maintainer="Adrian Siekierka <kontakt@asie.pl>"
@@ -10,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=e58cdff0cee6d9b422dcd08ebeb3177bc44eaa09bd9a2e838ff74c408fe1cbcd
+checksum=7873ed5287f47ca03549ab8dcb6dc877ac7f0e3d7b1eb12685161d10080910ac
 
 do_install() {
 	vmkdir "usr/lib/gradle"

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PR PATCH] [Merged]: gradle: update to 6.6.1
  2020-10-08 19:47 [PR PATCH] gradle: update to 6.6.1 Proximyst
  2020-10-09 12:10 ` [PR REVIEW] " Duncaen
  2020-10-10 13:05 ` [PR PATCH] [Updated] " Proximyst
@ 2020-10-10 13:16 ` Duncaen
  2 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2020-10-10 13:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 157 bytes --]

There's a merged pull request on the void-packages repository

gradle: update to 6.6.1
https://github.com/void-linux/void-packages/pull/25444

Description:


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PR PATCH] gradle: update to 6.6.1.
@ 2020-09-18 16:26 mobinmob
  0 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-09-18 16:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages gradle
https://github.com/void-linux/void-packages/pull/24970

gradle: update to 6.6.1.


A patch file from https://github.com/void-linux/void-packages/pull/24970.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gradle-24970.patch --]
[-- Type: text/x-diff, Size: 1006 bytes --]

From 3fe2d1ed932fe19dff3cb4669331691fd421a330 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 18 Sep 2020 19:24:13 +0300
Subject: [PATCH] gradle: update to 6.6.1.

---
 srcpkgs/gradle/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gradle/template b/srcpkgs/gradle/template
index bf4775cd7a7..59c9ead6494 100644
--- a/srcpkgs/gradle/template
+++ b/srcpkgs/gradle/template
@@ -1,6 +1,6 @@
 # Template file for 'gradle'
 pkgname=gradle
-version=6.4.1
+version=6.6.1
 revision=1
 archs=noarch
 depends="virtual?java-environment"
@@ -10,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=e58cdff0cee6d9b422dcd08ebeb3177bc44eaa09bd9a2e838ff74c408fe1cbcd
+checksum=7873ed5287f47ca03549ab8dcb6dc877ac7f0e3d7b1eb12685161d10080910ac
 
 do_install() {
 	vmkdir "usr/lib/gradle"

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-10-10 13:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-08 19:47 [PR PATCH] gradle: update to 6.6.1 Proximyst
2020-10-09 12:10 ` [PR REVIEW] " Duncaen
2020-10-10 13:05 ` [PR PATCH] [Updated] " Proximyst
2020-10-10 13:16 ` [PR PATCH] [Merged]: " Duncaen
  -- strict thread matches above, loose matches on Subject: below --
2020-09-18 16:26 [PR PATCH] " mobinmob

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).