Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intellij-idea-community-edition: update to 2023.3.5.
@ 2024-03-13 13:31 Bnyro
  2024-03-31 16:42 ` [PR PATCH] [Updated] intellij-idea-community-edition: update to 2023.3.6 Bnyro
  2024-04-03  9:58 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: Bnyro @ 2024-03-13 13:31 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/49274

intellij-idea-community-edition: update to 2023.3.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/49274.patch is attached

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

From 87b1075ac36b300bd5423d9dba1ba4b50e53782a Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Wed, 13 Mar 2024 14:31:21 +0100
Subject: [PATCH] intellij-idea-community-edition: update to 2023.3.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 52a388d73d84f9..c0086d32166fc7 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.3.4
+version=2023.3.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=11c1e785dedcf0b03170120438d513d12a5aab412217db1725827113b7804e9b
+checksum=869e534533de1dbce095db6e3fee4a63a3c8fd654052089b83d08b7808495634
 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.3.6.
  2024-03-13 13:31 [PR PATCH] intellij-idea-community-edition: update to 2023.3.5 Bnyro
@ 2024-03-31 16:42 ` Bnyro
  2024-04-03  9:58 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2024-03-31 16: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/49274

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

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

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

From b54dd011447f4a14b226568d5c8bc2a0f28ea3eb Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Sun, 31 Mar 2024 18:42:07 +0200
Subject: [PATCH] intellij-idea-community-edition: update to 2023.3.6.

---
 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 52a388d73d84f9..ef5c06e8f4b6dd 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.3.4
+version=2023.3.6
 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=11c1e785dedcf0b03170120438d513d12a5aab412217db1725827113b7804e9b
+checksum=5e376677d4b9810f4171700ce9d9d3ece58f245ce8d9f2011b05966df5dd7ddd
 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.3.6.
  2024-03-13 13:31 [PR PATCH] intellij-idea-community-edition: update to 2023.3.5 Bnyro
  2024-03-31 16:42 ` [PR PATCH] [Updated] intellij-idea-community-edition: update to 2023.3.6 Bnyro
@ 2024-04-03  9:58 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-04-03  9:58 UTC (permalink / raw)
  To: ml

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

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

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

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:[~2024-04-03  9:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-13 13:31 [PR PATCH] intellij-idea-community-edition: update to 2023.3.5 Bnyro
2024-03-31 16:42 ` [PR PATCH] [Updated] intellij-idea-community-edition: update to 2023.3.6 Bnyro
2024-04-03  9:58 ` [PR PATCH] [Merged]: " cinerea0

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