Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intellij-idea-community-edition: update to 2023.1.5.
@ 2023-07-26  7:25 Bnyro
  2023-07-27  7:42 ` [PR PATCH] [Updated] " Bnyro
  2023-08-09 20:49 ` [PR PATCH] [Merged]: intellij-idea-community-edition: update to 2023.2 Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2023-07-26  7:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages intellij-idea-community-edition
https://github.com/void-linux/void-packages/pull/45258

intellij-idea-community-edition: update to 2023.1.5.

#### 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/45258.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-community-edition-45258.patch --]
[-- Type: text/x-diff, Size: 1227 bytes --]

From 0414c378ad60b135626352155f9e60e1a20723f8 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 26 Jul 2023 09:13:03 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2023.1.5.

---
 srcpkgs/intellij-idea-community-edition/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 12b73555c93b3..48965ff63fcb0 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2023.1.4
+version=2023.1.5
 revision=1
 archs="x86_64"
 depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
@@ -9,7 +9,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"
-checksum=9ea98c03b29903f7bde41f6a3c039621fff5d04015f37f9f21e04966d557ea90
+checksum=6698e75b8a6628c421c5226b5005781932badb4591ef0a09444eefd7824b9d64
 repository=nonfree
 nopie=yes
 python_version=3

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

* Re: [PR PATCH] [Updated] intellij-idea-community-edition: update to 2023.1.5.
  2023-07-26  7:25 [PR PATCH] intellij-idea-community-edition: update to 2023.1.5 Bnyro
@ 2023-07-27  7:42 ` Bnyro
  2023-08-09 20:49 ` [PR PATCH] [Merged]: intellij-idea-community-edition: update to 2023.2 Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-07-27  7:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages intellij-idea-community-edition
https://github.com/void-linux/void-packages/pull/45258

intellij-idea-community-edition: update to 2023.1.5.

#### 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/45258.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intellij-idea-community-edition-45258.patch --]
[-- Type: text/x-diff, Size: 1223 bytes --]

From 7700f30c68ce916796b485dd174759341474b2f5 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 27 Jul 2023 09:43:26 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2023.2.

---
 srcpkgs/intellij-idea-community-edition/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template
index 12b73555c93b3..fe37a17203bd8 100644
--- a/srcpkgs/intellij-idea-community-edition/template
+++ b/srcpkgs/intellij-idea-community-edition/template
@@ -1,6 +1,6 @@
 # Template file for 'intellij-idea-community-edition'
 pkgname=intellij-idea-community-edition
-version=2023.1.4
+version=2023.2
 revision=1
 archs="x86_64"
 depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
@@ -9,7 +9,7 @@ maintainer="Bnyro <bnyro@tutanota.com>"
 license="Apache-2.0"
 homepage="https://www.jetbrains.org/"
 distfiles="https://download.jetbrains.com/idea/ideaIC-${version}.tar.gz"
-checksum=9ea98c03b29903f7bde41f6a3c039621fff5d04015f37f9f21e04966d557ea90
+checksum=b1a5c267ca86850764b0541bee0c27af7d2082e55516e95a0c8d30539571735c
 repository=nonfree
 nopie=yes
 python_version=3

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

* Re: [PR PATCH] [Merged]: intellij-idea-community-edition: update to 2023.2.
  2023-07-26  7:25 [PR PATCH] intellij-idea-community-edition: update to 2023.1.5 Bnyro
  2023-07-27  7:42 ` [PR PATCH] [Updated] " Bnyro
@ 2023-08-09 20:49 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2023-08-09 20:49 UTC (permalink / raw)
  To: ml

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

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

intellij-idea-community-edition: update to 2023.2.
https://github.com/void-linux/void-packages/pull/45258

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] 3+ messages in thread

end of thread, other threads:[~2023-08-09 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-26  7:25 [PR PATCH] intellij-idea-community-edition: update to 2023.1.5 Bnyro
2023-07-27  7:42 ` [PR PATCH] [Updated] " Bnyro
2023-08-09 20:49 ` [PR PATCH] [Merged]: intellij-idea-community-edition: update to 2023.2 Duncaen

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