Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gradle: update to 6.6.1.
@ 2020-09-18 16:26 mobinmob
  2020-09-18 16:35 ` [PR PATCH] [Updated] " mobinmob
                   ` (2 more replies)
  0 siblings, 3 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

* Re: [PR PATCH] [Updated] gradle: update to 6.6.1.
  2020-09-18 16:26 [PR PATCH] gradle: update to 6.6.1 mobinmob
@ 2020-09-18 16:35 ` mobinmob
  2020-10-17 19:46 ` mobinmob
  2020-10-17 19:46 ` [PR PATCH] [Closed]: " mobinmob
  2 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-09-18 16:35 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1106 bytes --]

From 5718520486832297bb50ed861b15a93b1704c284 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 | 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: gradle: update to 6.6.1.
  2020-09-18 16:26 [PR PATCH] gradle: update to 6.6.1 mobinmob
  2020-09-18 16:35 ` [PR PATCH] [Updated] " mobinmob
@ 2020-10-17 19:46 ` mobinmob
  2020-10-17 19:46 ` [PR PATCH] [Closed]: " mobinmob
  2 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-10-17 19:46 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/24970#issuecomment-711070681

Comment:
Closing: new version and new (independent) PR.

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

* Re: [PR PATCH] [Closed]: gradle: update to 6.6.1.
  2020-09-18 16:26 [PR PATCH] gradle: update to 6.6.1 mobinmob
  2020-09-18 16:35 ` [PR PATCH] [Updated] " mobinmob
  2020-10-17 19:46 ` mobinmob
@ 2020-10-17 19:46 ` mobinmob
  2 siblings, 0 replies; 5+ messages in thread
From: mobinmob @ 2020-10-17 19:46 UTC (permalink / raw)
  To: ml

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

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

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

Description:


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

* [PR PATCH] gradle: update to 6.6.1
@ 2020-10-08 19:47 Proximyst
  0 siblings, 0 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

end of thread, other threads:[~2020-10-17 19:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 16:26 [PR PATCH] gradle: update to 6.6.1 mobinmob
2020-09-18 16:35 ` [PR PATCH] [Updated] " mobinmob
2020-10-17 19:46 ` mobinmob
2020-10-17 19:46 ` [PR PATCH] [Closed]: " mobinmob
2020-10-08 19:47 [PR PATCH] " Proximyst

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