Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zellij: update to 0.34.0
@ 2022-12-09  8:54 tranzystorek-io
  2022-12-09 12:13 ` tranzystorek-io
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-12-09  8:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/40985

zellij: update to 0.34.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8b07ee4dc0215ea1eac017797f16c64cf6e54b35 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 9 Dec 2022 09:50:10 +0100
Subject: [PATCH] zellij: update to 0.34.0

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index 410e05c2c1af..a9bcae3f1434 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -1,6 +1,6 @@
 # Template file for 'zellij'
 pkgname=zellij
-version=0.33.0
+version=0.34.0
 revision=1
 # Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
 # https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
@@ -15,7 +15,7 @@ license="MIT"
 homepage="https://zellij.dev"
 changelog="https://raw.githubusercontent.com/zellij-org/zellij/main/CHANGELOG.md"
 distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
-checksum=63eaf8ca0c1235389281e3ee5f599b810de3921d220e500cb35c46ec9b5125ff
+checksum=39350f40e8de34827b0135b0771497c0691337ceb5eb0d08b82d06f8dc956e28
 make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
 
 post_install() {

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

* Re: zellij: update to 0.34.0
  2022-12-09  8:54 [PR PATCH] zellij: update to 0.34.0 tranzystorek-io
@ 2022-12-09 12:13 ` tranzystorek-io
  2022-12-09 14:21 ` [PR PATCH] [Updated] " tranzystorek-io
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-12-09 12:13 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40985#issuecomment-1344233826

Comment:
Please do not merge yet, needs a bump to 0.34.3

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

* Re: [PR PATCH] [Updated] zellij: update to 0.34.0
  2022-12-09  8:54 [PR PATCH] zellij: update to 0.34.0 tranzystorek-io
  2022-12-09 12:13 ` tranzystorek-io
@ 2022-12-09 14:21 ` tranzystorek-io
  2022-12-09 14:22 ` zellij: update to 0.34.3 tranzystorek-io
  2022-12-12  5:58 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-12-09 14:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tranzystorek-io/void-packages zellij
https://github.com/void-linux/void-packages/pull/40985

zellij: update to 0.34.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8b23f244a124ebe9f4fcc70ed851498750922039 Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Fri, 9 Dec 2022 09:50:10 +0100
Subject: [PATCH] zellij: update to 0.34.3

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

diff --git a/srcpkgs/zellij/template b/srcpkgs/zellij/template
index 410e05c2c1af..e81490ac85ba 100644
--- a/srcpkgs/zellij/template
+++ b/srcpkgs/zellij/template
@@ -1,6 +1,6 @@
 # Template file for 'zellij'
 pkgname=zellij
-version=0.33.0
+version=0.34.3
 revision=1
 # Dependency crate `wasmer-vm` only supports the following archs: x86_64, arm64, x86
 # https://docs.wasmer.io/ecosystem/wasmer/wasmer-features#compiler-support-by-chipset
@@ -15,7 +15,7 @@ license="MIT"
 homepage="https://zellij.dev"
 changelog="https://raw.githubusercontent.com/zellij-org/zellij/main/CHANGELOG.md"
 distfiles="https://github.com/zellij-org/zellij/archive/refs/tags/v${version}.tar.gz"
-checksum=63eaf8ca0c1235389281e3ee5f599b810de3921d220e500cb35c46ec9b5125ff
+checksum=1cf1e5a87eb3bd458487b2db91cd8918b6df308de2809041fc62df30c50a735c
 make_check_pre="env LIBSSH2_SYS_USE_PKG_CONFIG=1"
 
 post_install() {

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

* Re: zellij: update to 0.34.3
  2022-12-09  8:54 [PR PATCH] zellij: update to 0.34.0 tranzystorek-io
  2022-12-09 12:13 ` tranzystorek-io
  2022-12-09 14:21 ` [PR PATCH] [Updated] " tranzystorek-io
@ 2022-12-09 14:22 ` tranzystorek-io
  2022-12-12  5:58 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: tranzystorek-io @ 2022-12-09 14:22 UTC (permalink / raw)
  To: ml

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

New comment by tranzystorek-io on void-packages repository

https://github.com/void-linux/void-packages/pull/40985#issuecomment-1344233826

Comment:
~Please do not merge yet, needs a bump to 0.34.3~

EDIT: Done

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

* Re: [PR PATCH] [Merged]: zellij: update to 0.34.3
  2022-12-09  8:54 [PR PATCH] zellij: update to 0.34.0 tranzystorek-io
                   ` (2 preceding siblings ...)
  2022-12-09 14:22 ` zellij: update to 0.34.3 tranzystorek-io
@ 2022-12-12  5:58 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2022-12-12  5:58 UTC (permalink / raw)
  To: ml

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

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

zellij: update to 0.34.3
https://github.com/void-linux/void-packages/pull/40985

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-12-12  5:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-09  8:54 [PR PATCH] zellij: update to 0.34.0 tranzystorek-io
2022-12-09 12:13 ` tranzystorek-io
2022-12-09 14:21 ` [PR PATCH] [Updated] " tranzystorek-io
2022-12-09 14:22 ` zellij: update to 0.34.3 tranzystorek-io
2022-12-12  5:58 ` [PR PATCH] [Merged]: " classabbyamp

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