Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rtx: update to 2023.10.2.
@ 2023-10-15 23:27 TeddyDD
  2023-11-14  0:39 ` [PR PATCH] [Updated] " TeddyDD
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: TeddyDD @ 2023-10-15 23:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-rtx
https://github.com/void-linux/void-packages/pull/46707

rtx: update to 2023.10.2.
<!-- 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
-->


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

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

From 401c48f1d3ea1451d4442deffa63b4b3d6af7ecd Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Mon, 16 Oct 2023 01:27:02 +0200
Subject: [PATCH] rtx: update to 2023.10.2.

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

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
index 37bb53029430f..fe0c15298431b 100644
--- a/srcpkgs/rtx/template
+++ b/srcpkgs/rtx/template
@@ -1,6 +1,6 @@
 # Template file for 'rtx'
 pkgname=rtx
-version=2023.10.1
+version=2023.10.2
 revision=1
 build_style=cargo
 # skip cli tests: fail to find executable
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jdxcode/rtx"
 changelog="https://github.com/jdxcode/rtx/releases"
 distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
+checksum=3b4dcb2dce0399442758360a004189f1d6ade9fe6aae33d72331257dc79f86b4
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] rtx: update to 2023.10.2.
  2023-10-15 23:27 [PR PATCH] rtx: update to 2023.10.2 TeddyDD
@ 2023-11-14  0:39 ` TeddyDD
  2023-11-18 21:16 ` [PR PATCH] [Updated] rtx: update to 2023.11.2 TeddyDD
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2023-11-14  0:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-rtx
https://github.com/void-linux/void-packages/pull/46707

rtx: update to 2023.10.2.
<!-- 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
-->


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

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

From a9aeef1d3c24705e853dde16eaf91dcb08211084 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Mon, 16 Oct 2023 01:27:02 +0200
Subject: [PATCH] rtx: update to 2023.11.2.

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

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
index 37bb53029430f..d4e143d395459 100644
--- a/srcpkgs/rtx/template
+++ b/srcpkgs/rtx/template
@@ -1,6 +1,6 @@
 # Template file for 'rtx'
 pkgname=rtx
-version=2023.10.1
+version=2023.11.2
 revision=1
 build_style=cargo
 # skip cli tests: fail to find executable
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jdxcode/rtx"
 changelog="https://github.com/jdxcode/rtx/releases"
 distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
+checksum=28cecfc9062c849d5ab998fc748083915347cacc402fb83bf80ce20a40ec4f40
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] rtx: update to 2023.11.2.
  2023-10-15 23:27 [PR PATCH] rtx: update to 2023.10.2 TeddyDD
  2023-11-14  0:39 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-11-18 21:16 ` TeddyDD
  2023-11-26  2:42 ` [PR PATCH] [Updated] rtx: update to 2023.11.5 TeddyDD
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2023-11-18 21:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-rtx
https://github.com/void-linux/void-packages/pull/46707

rtx: update to 2023.11.2.
<!-- 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
-->


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

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

From 1836e46c31d1788f8a5c61b18393b1677a323f3a Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Mon, 16 Oct 2023 01:27:02 +0200
Subject: [PATCH] rtx: update to 2023.11.4.

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

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
index 37bb53029430f..c4bf9a9ac55fc 100644
--- a/srcpkgs/rtx/template
+++ b/srcpkgs/rtx/template
@@ -1,6 +1,6 @@
 # Template file for 'rtx'
 pkgname=rtx
-version=2023.10.1
+version=2023.11.4
 revision=1
 build_style=cargo
 # skip cli tests: fail to find executable
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jdxcode/rtx"
 changelog="https://github.com/jdxcode/rtx/releases"
 distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
+checksum=b13e94985263fe5061dbf9d704eabc3eb073d419b7941b67fba9667cfd5d0309
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] rtx: update to 2023.11.5.
  2023-10-15 23:27 [PR PATCH] rtx: update to 2023.10.2 TeddyDD
  2023-11-14  0:39 ` [PR PATCH] [Updated] " TeddyDD
  2023-11-18 21:16 ` [PR PATCH] [Updated] rtx: update to 2023.11.2 TeddyDD
@ 2023-11-26  2:42 ` TeddyDD
  2023-12-06 12:17 ` TeddyDD
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2023-11-26  2:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-rtx
https://github.com/void-linux/void-packages/pull/46707

rtx: update to 2023.11.5.
<!-- 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
-->


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

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

From e404b8113d3472af32c9c7d49a68df420b5ed519 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Mon, 16 Oct 2023 01:27:02 +0200
Subject: [PATCH] rtx: update to 2023.11.5.

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

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
index 37bb53029430f..3f44fb86db56c 100644
--- a/srcpkgs/rtx/template
+++ b/srcpkgs/rtx/template
@@ -1,6 +1,6 @@
 # Template file for 'rtx'
 pkgname=rtx
-version=2023.10.1
+version=2023.11.5
 revision=1
 build_style=cargo
 # skip cli tests: fail to find executable
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jdxcode/rtx"
 changelog="https://github.com/jdxcode/rtx/releases"
 distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
+checksum=675abf0534b5b775caac6bf1098dad87d26a208b35510fd3f11f6cfcf9224777
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] rtx: update to 2023.11.5.
  2023-10-15 23:27 [PR PATCH] rtx: update to 2023.10.2 TeddyDD
                   ` (2 preceding siblings ...)
  2023-11-26  2:42 ` [PR PATCH] [Updated] rtx: update to 2023.11.5 TeddyDD
@ 2023-12-06 12:17 ` TeddyDD
  2023-12-10 20:57 ` [PR PATCH] [Updated] rtx: update to 2023.12.9 TeddyDD
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2023-12-06 12:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-rtx
https://github.com/void-linux/void-packages/pull/46707

rtx: update to 2023.11.5.
<!-- 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
-->


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

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

From 647b6ac006e8e3f4881bb0697e2a94f0133fac10 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 6 Dec 2023 13:17:40 +0100
Subject: [PATCH] rtx: update to 2023.12.9.

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

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
index 37bb53029430f..5926aa09d4c71 100644
--- a/srcpkgs/rtx/template
+++ b/srcpkgs/rtx/template
@@ -1,6 +1,6 @@
 # Template file for 'rtx'
 pkgname=rtx
-version=2023.10.1
+version=2023.12.9
 revision=1
 build_style=cargo
 # skip cli tests: fail to find executable
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jdxcode/rtx"
 changelog="https://github.com/jdxcode/rtx/releases"
 distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
+checksum=66e9dd49b3f16724e382dc5a85278d7b27b2ae4461d6240a6e801deae2fbd97d
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] rtx: update to 2023.12.9
  2023-10-15 23:27 [PR PATCH] rtx: update to 2023.10.2 TeddyDD
                   ` (3 preceding siblings ...)
  2023-12-06 12:17 ` TeddyDD
@ 2023-12-10 20:57 ` TeddyDD
  2023-12-31  1:06 ` TeddyDD
  2024-01-08 18:49 ` [PR PATCH] [Closed]: " TeddyDD
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2023-12-10 20:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-rtx
https://github.com/void-linux/void-packages/pull/46707

rtx: update to 2023.12.9
<!-- 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
-->


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

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

From 767f5f36fa715b704fc68c240c8f4daca44e24a6 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 6 Dec 2023 13:17:40 +0100
Subject: [PATCH] rtx: update to 2023.12.9.

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

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
index 37bb53029430f..dcb7895f00496 100644
--- a/srcpkgs/rtx/template
+++ b/srcpkgs/rtx/template
@@ -1,6 +1,6 @@
 # Template file for 'rtx'
 pkgname=rtx
-version=2023.10.1
+version=2023.12.21
 revision=1
 build_style=cargo
 # skip cli tests: fail to find executable
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jdxcode/rtx"
 changelog="https://github.com/jdxcode/rtx/releases"
 distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
+checksum=26b662ff215c130610f67f764f01d66d7e95f8edef7168fcd94b1d8d5de5c04f
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] rtx: update to 2023.12.9
  2023-10-15 23:27 [PR PATCH] rtx: update to 2023.10.2 TeddyDD
                   ` (4 preceding siblings ...)
  2023-12-10 20:57 ` [PR PATCH] [Updated] rtx: update to 2023.12.9 TeddyDD
@ 2023-12-31  1:06 ` TeddyDD
  2024-01-08 18:49 ` [PR PATCH] [Closed]: " TeddyDD
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2023-12-31  1:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-rtx
https://github.com/void-linux/void-packages/pull/46707

rtx: update to 2023.12.9
<!-- 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
-->


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

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

From 4192027594abe4bef3fd40c918e10f1a2c2a9435 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Sun, 31 Dec 2023 02:06:09 +0100
Subject: [PATCH] rtx: update to 2023.12.40.

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

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
index 37bb53029430f..9ccfd5518501b 100644
--- a/srcpkgs/rtx/template
+++ b/srcpkgs/rtx/template
@@ -1,6 +1,6 @@
 # Template file for 'rtx'
 pkgname=rtx
-version=2023.10.1
+version=2023.12.40
 revision=1
 build_style=cargo
 # skip cli tests: fail to find executable
@@ -13,7 +13,7 @@ license="MIT"
 homepage="https://github.com/jdxcode/rtx"
 changelog="https://github.com/jdxcode/rtx/releases"
 distfiles="https://github.com/jdxcode/rtx/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
-checksum=f722c106eb5b07a2f3b1b3ace9957943fccb84a1c5502240852ad3e915d55f0c
+checksum=e4d3c78091113e49508b53c0cf782e788a89fbc18262ed1adf1550c2e1b1b818
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Closed]: rtx: update to 2023.12.9
  2023-10-15 23:27 [PR PATCH] rtx: update to 2023.10.2 TeddyDD
                   ` (5 preceding siblings ...)
  2023-12-31  1:06 ` TeddyDD
@ 2024-01-08 18:49 ` TeddyDD
  6 siblings, 0 replies; 8+ messages in thread
From: TeddyDD @ 2024-01-08 18:49 UTC (permalink / raw)
  To: ml

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

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

rtx: update to 2023.12.9
https://github.com/void-linux/void-packages/pull/46707

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

end of thread, other threads:[~2024-01-08 18:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-15 23:27 [PR PATCH] rtx: update to 2023.10.2 TeddyDD
2023-11-14  0:39 ` [PR PATCH] [Updated] " TeddyDD
2023-11-18 21:16 ` [PR PATCH] [Updated] rtx: update to 2023.11.2 TeddyDD
2023-11-26  2:42 ` [PR PATCH] [Updated] rtx: update to 2023.11.5 TeddyDD
2023-12-06 12:17 ` TeddyDD
2023-12-10 20:57 ` [PR PATCH] [Updated] rtx: update to 2023.12.9 TeddyDD
2023-12-31  1:06 ` TeddyDD
2024-01-08 18:49 ` [PR PATCH] [Closed]: " TeddyDD

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