Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cmst: update to 2023.03.14.
@ 2023-04-04 14:09 JuniorSuperTux
  2023-04-04 14:24 ` JuniorSuperTux
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: JuniorSuperTux @ 2023-04-04 14:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages cmst-2023.03.14
https://github.com/void-linux/void-packages/pull/43258

cmst: update to 2023.03.14.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 02f4e2f43be741b99b27a13a7f530732f6771545 Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Sun, 5 Mar 2023 21:22:15 +0800
Subject: [PATCH 1/2] qt5ct: update to 1.7.

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

diff --git a/srcpkgs/qt5ct/template b/srcpkgs/qt5ct/template
index a3967cb6893d..6d9df8b64c85 100644
--- a/srcpkgs/qt5ct/template
+++ b/srcpkgs/qt5ct/template
@@ -1,6 +1,6 @@
 # Template file for 'qt5ct'
 pkgname=qt5ct
-version=1.5
+version=1.7
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-tools qt5-host-tools"
@@ -11,7 +11,7 @@ maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
 license="BSD-2-Clause"
 homepage="https://sourceforge.net/projects/qt5ct/"
 distfiles="${SOURCEFORGE_SITE}/project/qt5ct/qt5ct-${version}.tar.bz2"
-checksum=d63d0ce16e02427207d86531f70a71c5b9c850044dd5b2dcb2285531f416e490
+checksum=ed58546a6e4c50dfed1b9ff6a148d4a468fe9b4d7b5b2727b96501de2955b8d7
 
 post_install() {
 	vlicense COPYING

From 0eb21baae1cb4f2f0a8f2512a06de98b7c525c5c Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 4 Apr 2023 22:08:39 +0800
Subject: [PATCH 2/2] cmst: update to 2023.03.14.

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

diff --git a/srcpkgs/cmst/template b/srcpkgs/cmst/template
index 3acc6ff6b22f..a06061eb4ad0 100644
--- a/srcpkgs/cmst/template
+++ b/srcpkgs/cmst/template
@@ -1,6 +1,6 @@
 # Template file for 'cmst'
 pkgname=cmst
-version=2022.05.01
+version=2023.03.14
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,7 +11,7 @@ maintainer="Jonathan Lee <vjon207@gmail.com>"
 license="MIT"
 homepage="https://github.com/andrew-bibb/cmst"
 distfiles="https://github.com/andrew-bibb/cmst/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
-checksum=61c4ad7acad302814a677b0dd94092e336d47f55def2829c825e9128c9378dc4
+checksum=eba0ec46b3f79fa6cb29e9d6adae25ec366ed6c619ab5737b9fad0b1d3ff5d54
 post_install() {
 	vlicense text/LICENSE
 }

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

* Re: cmst: update to 2023.03.14.
  2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
@ 2023-04-04 14:24 ` JuniorSuperTux
  2023-04-05  2:54 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: JuniorSuperTux @ 2023-04-04 14:24 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/43258#issuecomment-1496068137

Comment:
ICU building seems to have some issues again. Guess I'll wait until the build server finishes building it.

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

* Re: [PR PATCH] [Updated] cmst: update to 2023.03.14.
  2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
  2023-04-04 14:24 ` JuniorSuperTux
@ 2023-04-05  2:54 ` JuniorSuperTux
  2023-04-05  2:58 ` JuniorSuperTux
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: JuniorSuperTux @ 2023-04-05  2:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages cmst-2023.03.14
https://github.com/void-linux/void-packages/pull/43258

cmst: update to 2023.03.14.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 02f4e2f43be741b99b27a13a7f530732f6771545 Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Sun, 5 Mar 2023 21:22:15 +0800
Subject: [PATCH 1/2] qt5ct: update to 1.7.

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

diff --git a/srcpkgs/qt5ct/template b/srcpkgs/qt5ct/template
index a3967cb6893d..6d9df8b64c85 100644
--- a/srcpkgs/qt5ct/template
+++ b/srcpkgs/qt5ct/template
@@ -1,6 +1,6 @@
 # Template file for 'qt5ct'
 pkgname=qt5ct
-version=1.5
+version=1.7
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-tools qt5-host-tools"
@@ -11,7 +11,7 @@ maintainer="Yuusha Spacewolf <xyuusha@paranoici.org>"
 license="BSD-2-Clause"
 homepage="https://sourceforge.net/projects/qt5ct/"
 distfiles="${SOURCEFORGE_SITE}/project/qt5ct/qt5ct-${version}.tar.bz2"
-checksum=d63d0ce16e02427207d86531f70a71c5b9c850044dd5b2dcb2285531f416e490
+checksum=ed58546a6e4c50dfed1b9ff6a148d4a468fe9b4d7b5b2727b96501de2955b8d7
 
 post_install() {
 	vlicense COPYING

From f573b8dee1566532ec689864510507b70881a6f8 Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Tue, 4 Apr 2023 22:08:39 +0800
Subject: [PATCH 2/2] cmst: update to 2023.03.14.

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

diff --git a/srcpkgs/cmst/template b/srcpkgs/cmst/template
index 3acc6ff6b22f..a06061eb4ad0 100644
--- a/srcpkgs/cmst/template
+++ b/srcpkgs/cmst/template
@@ -1,6 +1,6 @@
 # Template file for 'cmst'
 pkgname=cmst
-version=2022.05.01
+version=2023.03.14
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,7 +11,7 @@ maintainer="Jonathan Lee <vjon207@gmail.com>"
 license="MIT"
 homepage="https://github.com/andrew-bibb/cmst"
 distfiles="https://github.com/andrew-bibb/cmst/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
-checksum=61c4ad7acad302814a677b0dd94092e336d47f55def2829c825e9128c9378dc4
+checksum=eba0ec46b3f79fa6cb29e9d6adae25ec366ed6c619ab5737b9fad0b1d3ff5d54
 post_install() {
 	vlicense text/LICENSE
 }

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

* Re: [PR PATCH] [Updated] cmst: update to 2023.03.14.
  2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
  2023-04-04 14:24 ` JuniorSuperTux
  2023-04-05  2:54 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2023-04-05  2:58 ` JuniorSuperTux
  2023-04-05  3:02 ` JuniorSuperTux
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: JuniorSuperTux @ 2023-04-05  2:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages cmst-2023.03.14
https://github.com/void-linux/void-packages/pull/43258

cmst: update to 2023.03.14.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 1a254c87bb06421fe545e14e4a7403f12cc0d49d Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Wed, 5 Apr 2023 10:59:21 +0800
Subject: [PATCH] cmst: update to 2023.03.14.

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

diff --git a/srcpkgs/cmst/template b/srcpkgs/cmst/template
index 3acc6ff6b22f..a06061eb4ad0 100644
--- a/srcpkgs/cmst/template
+++ b/srcpkgs/cmst/template
@@ -1,6 +1,6 @@
 # Template file for 'cmst'
 pkgname=cmst
-version=2022.05.01
+version=2023.03.14
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,7 +11,7 @@ maintainer="Jonathan Lee <vjon207@gmail.com>"
 license="MIT"
 homepage="https://github.com/andrew-bibb/cmst"
 distfiles="https://github.com/andrew-bibb/cmst/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
-checksum=61c4ad7acad302814a677b0dd94092e336d47f55def2829c825e9128c9378dc4
+checksum=eba0ec46b3f79fa6cb29e9d6adae25ec366ed6c619ab5737b9fad0b1d3ff5d54
 post_install() {
 	vlicense text/LICENSE
 }

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

* Re: cmst: update to 2023.03.14.
  2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
                   ` (2 preceding siblings ...)
  2023-04-05  2:58 ` JuniorSuperTux
@ 2023-04-05  3:02 ` JuniorSuperTux
  2023-04-06 12:03 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: JuniorSuperTux @ 2023-04-05  3:02 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/43258#issuecomment-1496855450

Comment:
Nope, ICU still the same state

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

* Re: [PR PATCH] [Updated] cmst: update to 2023.03.14.
  2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
                   ` (3 preceding siblings ...)
  2023-04-05  3:02 ` JuniorSuperTux
@ 2023-04-06 12:03 ` JuniorSuperTux
  2023-04-06 12:05 ` JuniorSuperTux
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: JuniorSuperTux @ 2023-04-06 12:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages cmst-2023.03.14
https://github.com/void-linux/void-packages/pull/43258

cmst: update to 2023.03.14.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From f49ebabea27f932dc724154e7bc4df8be245b36f Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Wed, 5 Apr 2023 10:59:21 +0800
Subject: [PATCH] cmst: update to 2023.03.14.

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

diff --git a/srcpkgs/cmst/template b/srcpkgs/cmst/template
index 3acc6ff6b22f..a06061eb4ad0 100644
--- a/srcpkgs/cmst/template
+++ b/srcpkgs/cmst/template
@@ -1,6 +1,6 @@
 # Template file for 'cmst'
 pkgname=cmst
-version=2022.05.01
+version=2023.03.14
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,7 +11,7 @@ maintainer="Jonathan Lee <vjon207@gmail.com>"
 license="MIT"
 homepage="https://github.com/andrew-bibb/cmst"
 distfiles="https://github.com/andrew-bibb/cmst/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
-checksum=61c4ad7acad302814a677b0dd94092e336d47f55def2829c825e9128c9378dc4
+checksum=eba0ec46b3f79fa6cb29e9d6adae25ec366ed6c619ab5737b9fad0b1d3ff5d54
 post_install() {
 	vlicense text/LICENSE
 }

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

* Re: cmst: update to 2023.03.14.
  2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
                   ` (4 preceding siblings ...)
  2023-04-06 12:03 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2023-04-06 12:05 ` JuniorSuperTux
  2023-04-07 12:15 ` [PR PATCH] [Updated] " JuniorSuperTux
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: JuniorSuperTux @ 2023-04-06 12:05 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/43258#issuecomment-1498956708

Comment:
When will ICU be normal?

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

* Re: [PR PATCH] [Updated] cmst: update to 2023.03.14.
  2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
                   ` (5 preceding siblings ...)
  2023-04-06 12:05 ` JuniorSuperTux
@ 2023-04-07 12:15 ` JuniorSuperTux
  2023-04-09  4:07 ` JuniorSuperTux
  2023-04-23 22:32 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: JuniorSuperTux @ 2023-04-07 12:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/JuniorSuperTux/void-packages cmst-2023.03.14
https://github.com/void-linux/void-packages/pull/43258

cmst: update to 2023.03.14.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From 90842bae5335b80773cfba2ff4844a82d154049f Mon Sep 17 00:00:00 2001
From: Bo-Ru Ju <school.shsps@gmail.com>
Date: Wed, 5 Apr 2023 10:59:21 +0800
Subject: [PATCH] cmst: update to 2023.03.14.

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

diff --git a/srcpkgs/cmst/template b/srcpkgs/cmst/template
index 3acc6ff6b22f..a06061eb4ad0 100644
--- a/srcpkgs/cmst/template
+++ b/srcpkgs/cmst/template
@@ -1,6 +1,6 @@
 # Template file for 'cmst'
 pkgname=cmst
-version=2022.05.01
+version=2023.03.14
 revision=1
 build_style=qmake
 hostmakedepends="qt5-qmake qt5-host-tools"
@@ -11,7 +11,7 @@ maintainer="Jonathan Lee <vjon207@gmail.com>"
 license="MIT"
 homepage="https://github.com/andrew-bibb/cmst"
 distfiles="https://github.com/andrew-bibb/cmst/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
-checksum=61c4ad7acad302814a677b0dd94092e336d47f55def2829c825e9128c9378dc4
+checksum=eba0ec46b3f79fa6cb29e9d6adae25ec366ed6c619ab5737b9fad0b1d3ff5d54
 post_install() {
 	vlicense text/LICENSE
 }

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

* Re: cmst: update to 2023.03.14.
  2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
                   ` (6 preceding siblings ...)
  2023-04-07 12:15 ` [PR PATCH] [Updated] " JuniorSuperTux
@ 2023-04-09  4:07 ` JuniorSuperTux
  2023-04-23 22:32 ` [PR PATCH] [Merged]: " Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: JuniorSuperTux @ 2023-04-09  4:07 UTC (permalink / raw)
  To: ml

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

New comment by JuniorSuperTux on void-packages repository

https://github.com/void-linux/void-packages/pull/43258#issuecomment-1501034990

Comment:
@classabbyamp 

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

* Re: [PR PATCH] [Merged]: cmst: update to 2023.03.14.
  2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
                   ` (7 preceding siblings ...)
  2023-04-09  4:07 ` JuniorSuperTux
@ 2023-04-23 22:32 ` Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2023-04-23 22:32 UTC (permalink / raw)
  To: ml

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

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

cmst: update to 2023.03.14.
https://github.com/void-linux/void-packages/pull/43258

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

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

<!--
#### 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] 10+ messages in thread

end of thread, other threads:[~2023-04-23 22:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-04 14:09 [PR PATCH] cmst: update to 2023.03.14 JuniorSuperTux
2023-04-04 14:24 ` JuniorSuperTux
2023-04-05  2:54 ` [PR PATCH] [Updated] " JuniorSuperTux
2023-04-05  2:58 ` JuniorSuperTux
2023-04-05  3:02 ` JuniorSuperTux
2023-04-06 12:03 ` [PR PATCH] [Updated] " JuniorSuperTux
2023-04-06 12:05 ` JuniorSuperTux
2023-04-07 12:15 ` [PR PATCH] [Updated] " JuniorSuperTux
2023-04-09  4:07 ` JuniorSuperTux
2023-04-23 22:32 ` [PR PATCH] [Merged]: " 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).