Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] jetbrains-jdk-bin: update to 11.0.14b2043.14.
@ 2022-03-18  4:44 2asoft
  2022-03-24 19:32 ` [PR REVIEW] " Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: 2asoft @ 2022-03-18  4:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/jb_update_jdk
https://github.com/void-linux/void-packages/pull/36195

jetbrains-jdk-bin: update to 11.0.14b2043.14.
#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


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

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

From 7631a8b8f99092d3928c0e279bf05f6e066bbc86 Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <1157248+2asoft@users.noreply.github.com>
Date: Thu, 17 Mar 2022 21:43:41 -0700
Subject: [PATCH] jetbrains-jdk-bin: update to 11.0.14b2043.14.

---
 srcpkgs/jetbrains-jdk-bin/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/jetbrains-jdk-bin/template b/srcpkgs/jetbrains-jdk-bin/template
index b2f4fe780d19..6d802d59953f 100644
--- a/srcpkgs/jetbrains-jdk-bin/template
+++ b/srcpkgs/jetbrains-jdk-bin/template
@@ -1,6 +1,6 @@
 # Template file for 'jetbrains-jdk-bin'
 pkgname=jetbrains-jdk-bin
-version=11.0.13b1890.3
+version=11.0.14b2043.14
 revision=1
 archs="x86_64"
 wrksrc="jbr"
@@ -10,8 +10,9 @@ license="GPL-2.0-only, Classpath-exception-2.0"
 homepage="https://github.com/JetBrains/JetBrainsRuntime"
 _jdk_ver=${version%b*}
 _jdk_build=${version#*b}
-distfiles="https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
-checksum=6dc1208c486ed023ddd9f79f66f099304cd6785895d4e782aaefe0603f47e621
+_jdk_rev=_1
+distfiles="https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-${_jdk_ver//\./_}${_jdk_rev}-linux-x64-b${_jdk_build}.tar.gz"
+checksum=ff1f9b8d02b3cf846277d67e8419dc6360bc799358f96777cca917cb23532716
 # This JDK appears to link to libs that do not exist, but functions well even in their absence.
 # Best guess is that they are optional. ¯\_(ツ)_/¯
 noverifyrdeps=yes

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

* Re: [PR REVIEW] jetbrains-jdk-bin: update to 11.0.14b2043.14.
  2022-03-18  4:44 [PR PATCH] jetbrains-jdk-bin: update to 11.0.14b2043.14 2asoft
@ 2022-03-24 19:32 ` Chocimier
  2022-03-27 19:54 ` 2asoft
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2022-03-24 19:32 UTC (permalink / raw)
  To: ml

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

New review comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/36195#discussion_r834657877

Comment:
Anything wrong with `version=11.0.14.1b2043.14` instead?

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

* Re: [PR REVIEW] jetbrains-jdk-bin: update to 11.0.14b2043.14.
  2022-03-18  4:44 [PR PATCH] jetbrains-jdk-bin: update to 11.0.14b2043.14 2asoft
  2022-03-24 19:32 ` [PR REVIEW] " Chocimier
@ 2022-03-27 19:54 ` 2asoft
  2022-03-29  1:42 ` [PR PATCH] [Updated] " 2asoft
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: 2asoft @ 2022-03-27 19:54 UTC (permalink / raw)
  To: ml

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

New review comment by 2asoft on void-packages repository

https://github.com/void-linux/void-packages/pull/36195#discussion_r835954304

Comment:
xbps is unhappy with that format.
Am not on a machine where I can test this right now, but I could provide the actual error in a few days, if needed.

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

* Re: [PR PATCH] [Updated] jetbrains-jdk-bin: update to 11.0.14b2043.14.
  2022-03-18  4:44 [PR PATCH] jetbrains-jdk-bin: update to 11.0.14b2043.14 2asoft
  2022-03-24 19:32 ` [PR REVIEW] " Chocimier
  2022-03-27 19:54 ` 2asoft
@ 2022-03-29  1:42 ` 2asoft
  2022-03-29  1:43 ` [PR REVIEW] jetbrains-jdk-bin: update to 11.0.14.1b2043.17 2asoft
  2022-03-29 17:36 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: 2asoft @ 2022-03-29  1:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/2asoft/void-packages 2asoft/jb_update_jdk
https://github.com/void-linux/void-packages/pull/36195

jetbrains-jdk-bin: update to 11.0.14b2043.14.
#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


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

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

From cab72d466e245159d8ddbf3efa8c7f73783d0387 Mon Sep 17 00:00:00 2001
From: Anton Afanasyev <1157248+2asoft@users.noreply.github.com>
Date: Thu, 17 Mar 2022 21:43:41 -0700
Subject: [PATCH] jetbrains-jdk-bin: update to 11.0.14.1b2043.17.

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

diff --git a/srcpkgs/jetbrains-jdk-bin/template b/srcpkgs/jetbrains-jdk-bin/template
index b2f4fe780d19..1f428e05bd3a 100644
--- a/srcpkgs/jetbrains-jdk-bin/template
+++ b/srcpkgs/jetbrains-jdk-bin/template
@@ -1,6 +1,6 @@
 # Template file for 'jetbrains-jdk-bin'
 pkgname=jetbrains-jdk-bin
-version=11.0.13b1890.3
+version=11.0.14.1b2043.17
 revision=1
 archs="x86_64"
 wrksrc="jbr"
@@ -11,7 +11,7 @@ homepage="https://github.com/JetBrains/JetBrainsRuntime"
 _jdk_ver=${version%b*}
 _jdk_build=${version#*b}
 distfiles="https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-${_jdk_ver//\./_}-linux-x64-b${_jdk_build}.tar.gz"
-checksum=6dc1208c486ed023ddd9f79f66f099304cd6785895d4e782aaefe0603f47e621
+checksum=2c5b7398acb2b718cbdd8327e4c77e52b131fdf3424fee03d0c51afb3b315c10
 # This JDK appears to link to libs that do not exist, but functions well even in their absence.
 # Best guess is that they are optional. ¯\_(ツ)_/¯
 noverifyrdeps=yes

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

* Re: [PR REVIEW] jetbrains-jdk-bin: update to 11.0.14.1b2043.17.
  2022-03-18  4:44 [PR PATCH] jetbrains-jdk-bin: update to 11.0.14b2043.14 2asoft
                   ` (2 preceding siblings ...)
  2022-03-29  1:42 ` [PR PATCH] [Updated] " 2asoft
@ 2022-03-29  1:43 ` 2asoft
  2022-03-29 17:36 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: 2asoft @ 2022-03-29  1:43 UTC (permalink / raw)
  To: ml

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

New review comment by 2asoft on void-packages repository

https://github.com/void-linux/void-packages/pull/36195#discussion_r836982664

Comment:
Well, it _wasnt_ working for me, but I couldnt repro it now.
Changed back to the usual string.

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

* Re: [PR PATCH] [Merged]: jetbrains-jdk-bin: update to 11.0.14.1b2043.17.
  2022-03-18  4:44 [PR PATCH] jetbrains-jdk-bin: update to 11.0.14b2043.14 2asoft
                   ` (3 preceding siblings ...)
  2022-03-29  1:43 ` [PR REVIEW] jetbrains-jdk-bin: update to 11.0.14.1b2043.17 2asoft
@ 2022-03-29 17:36 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2022-03-29 17:36 UTC (permalink / raw)
  To: ml

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

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

jetbrains-jdk-bin: update to 11.0.14.1b2043.17.
https://github.com/void-linux/void-packages/pull/36195

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-LIBC)


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

end of thread, other threads:[~2022-03-29 17:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18  4:44 [PR PATCH] jetbrains-jdk-bin: update to 11.0.14b2043.14 2asoft
2022-03-24 19:32 ` [PR REVIEW] " Chocimier
2022-03-27 19:54 ` 2asoft
2022-03-29  1:42 ` [PR PATCH] [Updated] " 2asoft
2022-03-29  1:43 ` [PR REVIEW] jetbrains-jdk-bin: update to 11.0.14.1b2043.17 2asoft
2022-03-29 17:36 ` [PR PATCH] [Merged]: " Chocimier

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