Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rtx-1.28.4
@ 2023-04-13 13:04 atweiden
  2023-04-26  0:45 ` [PR PATCH] [Updated] " atweiden
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: atweiden @ 2023-04-13 13:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages rtx
https://github.com/void-linux/void-packages/pull/43423

New package: rtx-1.28.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From dfd80fffc9d6b9ff50489e71e07ad3dff4a6cc0d Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 13 Apr 2023 13:02:18 +0000
Subject: [PATCH] New package: rtx-1.28.4

---
 srcpkgs/rtx/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
new file mode 100644
index 000000000000..907fdea79c12
--- /dev/null
+++ b/srcpkgs/rtx/template
@@ -0,0 +1,19 @@
+# Template file for 'rtx'
+pkgname=rtx
+version=1.28.4
+revision=1
+build_style=cargo
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+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=6da13ad3d3d2ab6e00486aafc40e8fa6d77d7bb3cd4c3b246ac00a3ac61777e4
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: rtx-1.28.4
  2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
@ 2023-04-26  0:45 ` atweiden
  2023-05-08  8:19 ` [PR PATCH] [Updated] New package: rtx-1.29.2 atweiden
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2023-04-26  0:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages rtx
https://github.com/void-linux/void-packages/pull/43423

New package: rtx-1.28.4
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From 6b221a8e742e5c55b9d04ee0fe8b48ae353d72b0 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 13 Apr 2023 13:02:18 +0000
Subject: [PATCH] New package: rtx-1.29.2

---
 srcpkgs/rtx/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
new file mode 100644
index 000000000000..bce4a9476486
--- /dev/null
+++ b/srcpkgs/rtx/template
@@ -0,0 +1,19 @@
+# Template file for 'rtx'
+pkgname=rtx
+version=1.29.2
+revision=1
+build_style=cargo
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+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=1a565f9176264c5505faa0aad14dbce556e94a47c25861e884c8f3afe7e056aa
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: rtx-1.29.2
  2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
  2023-04-26  0:45 ` [PR PATCH] [Updated] " atweiden
@ 2023-05-08  8:19 ` atweiden
  2023-05-08  8:22 ` New package: rtx-1.29.6 atweiden
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2023-05-08  8:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages rtx
https://github.com/void-linux/void-packages/pull/43423

New package: rtx-1.29.2
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From 9610a1bbd3a5d1a9ba49996925960e0a7c77b53b Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 13 Apr 2023 13:02:18 +0000
Subject: [PATCH] New package: rtx-1.29.6

Closes #43783
---
 srcpkgs/rtx/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
new file mode 100644
index 000000000000..92dcf849b23c
--- /dev/null
+++ b/srcpkgs/rtx/template
@@ -0,0 +1,19 @@
+# Template file for 'rtx'
+pkgname=rtx
+version=1.29.6
+revision=1
+build_style=cargo
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+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=2bd6747c8f871d8db5c727b92358936de490e7b98aca9ed2ada39c99c7bcad8c
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: New package: rtx-1.29.6
  2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
  2023-04-26  0:45 ` [PR PATCH] [Updated] " atweiden
  2023-05-08  8:19 ` [PR PATCH] [Updated] New package: rtx-1.29.2 atweiden
@ 2023-05-08  8:22 ` atweiden
  2023-05-08  8:43 ` [PR PATCH] [Updated] " atweiden
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2023-05-08  8:22 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/43423#issuecomment-1537953958

Comment:
Closes https://github.com/void-linux/void-packages/issues/43783

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

* Re: [PR PATCH] [Updated] New package: rtx-1.29.6
  2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
                   ` (2 preceding siblings ...)
  2023-05-08  8:22 ` New package: rtx-1.29.6 atweiden
@ 2023-05-08  8:43 ` atweiden
  2023-05-11  8:15 ` [PR REVIEW] " TeddyDD
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2023-05-08  8:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages rtx
https://github.com/void-linux/void-packages/pull/43423

New package: rtx-1.29.6
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From b876fa5eeb74c7513a0cd36dd82891298237ed06 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 13 Apr 2023 13:02:18 +0000
Subject: [PATCH] New package: rtx-1.29.6

---
 srcpkgs/rtx/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
new file mode 100644
index 000000000000..72625f548134
--- /dev/null
+++ b/srcpkgs/rtx/template
@@ -0,0 +1,26 @@
+# Template file for 'rtx'
+pkgname=rtx
+version=1.29.6
+revision=1
+build_style=cargo
+build_helper=qemu
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+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=2bd6747c8f871d8db5c727b92358936de490e7b98aca9ed2ada39c99c7bcad8c
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+	vtargetrun "${DESTDIR}/usr/bin/rtx" completion bash > rtx.bash
+	vtargetrun "${DESTDIR}/usr/bin/rtx" completion fish > rtx.fish
+	vtargetrun "${DESTDIR}/usr/bin/rtx" completion zsh > _rtx
+	vcompletion rtx.bash bash rtx
+	vcompletion rtx.fish fish rtx
+	vcompletion _rtx zsh rtx
+}

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

* Re: [PR REVIEW] New package: rtx-1.29.6
  2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
                   ` (3 preceding siblings ...)
  2023-05-08  8:43 ` [PR PATCH] [Updated] " atweiden
@ 2023-05-11  8:15 ` TeddyDD
  2023-05-11 11:41 ` [PR PATCH] [Updated] " atweiden
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: TeddyDD @ 2023-05-11  8:15 UTC (permalink / raw)
  To: ml

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

New review comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/43423#discussion_r1190799331

Comment:
you can install man page from `man/man1/rtx.1`

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

* Re: [PR PATCH] [Updated] New package: rtx-1.29.6
  2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
                   ` (4 preceding siblings ...)
  2023-05-11  8:15 ` [PR REVIEW] " TeddyDD
@ 2023-05-11 11:41 ` atweiden
  2023-05-21  0:40 ` [PR PATCH] [Updated] New package: rtx-1.29.7 atweiden
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2023-05-11 11:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages rtx
https://github.com/void-linux/void-packages/pull/43423

New package: rtx-1.29.6
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From 3bc662262473b1df029d22d3bd266a64f563a3e4 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 13 Apr 2023 13:02:18 +0000
Subject: [PATCH] New package: rtx-1.29.7

---
 srcpkgs/rtx/template | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
new file mode 100644
index 000000000000..0eaea43ff920
--- /dev/null
+++ b/srcpkgs/rtx/template
@@ -0,0 +1,27 @@
+# Template file for 'rtx'
+pkgname=rtx
+version=1.29.7
+revision=1
+build_style=cargo
+build_helper=qemu
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+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=1f74dc9936150afb19de3492cda0f1049240fb653782d82c4e7bc4018548be2a
+
+post_install() {
+	vlicense LICENSE
+	vman man/man1/rtx.1
+	vdoc README.md
+	vtargetrun "${DESTDIR}/usr/bin/rtx" completion bash > rtx.bash
+	vtargetrun "${DESTDIR}/usr/bin/rtx" completion fish > rtx.fish
+	vtargetrun "${DESTDIR}/usr/bin/rtx" completion zsh > _rtx
+	vcompletion rtx.bash bash rtx
+	vcompletion rtx.fish fish rtx
+	vcompletion _rtx zsh rtx
+}

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

* Re: [PR PATCH] [Updated] New package: rtx-1.29.7
  2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
                   ` (5 preceding siblings ...)
  2023-05-11 11:41 ` [PR PATCH] [Updated] " atweiden
@ 2023-05-21  0:40 ` atweiden
  2023-06-12  8:40 ` [PR PATCH] [Updated] New package: rtx-1.30.1 atweiden
  2023-06-25 17:53 ` [PR PATCH] [Merged]: New package: rtx-1.32.0 Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2023-05-21  0:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages rtx
https://github.com/void-linux/void-packages/pull/43423

New package: rtx-1.29.7
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From 7ff4e01ec99a4de4e6f94310a802b7dc2a100981 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 13 Apr 2023 13:02:18 +0000
Subject: [PATCH] New package: rtx-1.30.1

---
 srcpkgs/rtx/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
new file mode 100644
index 000000000000..75f7f1e1b4b2
--- /dev/null
+++ b/srcpkgs/rtx/template
@@ -0,0 +1,23 @@
+# Template file for 'rtx'
+pkgname=rtx
+version=1.30.1
+revision=1
+build_style=cargo
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+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=386ea54f2c2cf7dfa647b6ab0ad5dc51889b4602893c4c64beb20f38d943c507
+
+post_install() {
+	vlicense LICENSE
+	vman man/man1/rtx.1
+	vdoc README.md
+	vcompletion completions/rtx.bash bash rtx
+	vcompletion completions/rtx.fish fish rtx
+	vcompletion completions/_rtx zsh rtx
+}

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

* Re: [PR PATCH] [Updated] New package: rtx-1.30.1
  2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
                   ` (6 preceding siblings ...)
  2023-05-21  0:40 ` [PR PATCH] [Updated] New package: rtx-1.29.7 atweiden
@ 2023-06-12  8:40 ` atweiden
  2023-06-25 17:53 ` [PR PATCH] [Merged]: New package: rtx-1.32.0 Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2023-06-12  8:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages rtx
https://github.com/void-linux/void-packages/pull/43423

New package: rtx-1.30.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

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

From fe8642714a0d8f10266cb5e88a1fa6309392d02b Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Thu, 13 Apr 2023 13:02:18 +0000
Subject: [PATCH] New package: rtx-1.32.0

---
 srcpkgs/rtx/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/rtx/template

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
new file mode 100644
index 000000000000..31b40dd9d808
--- /dev/null
+++ b/srcpkgs/rtx/template
@@ -0,0 +1,23 @@
+# Template file for 'rtx'
+pkgname=rtx
+version=1.32.0
+revision=1
+build_style=cargo
+# skip cli tests: fail to find executable
+make_check_args="-- --skip cli::direnv::exec::tests"
+short_desc="Polyglot runtime manager (asdf rust clone)"
+maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
+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=54bb235dcfc34e24c48bd5bc1f2ac9b8a6f9eb7cf1d3b64c514ebbf6d34570f1
+
+post_install() {
+	vlicense LICENSE
+	vman man/man1/rtx.1
+	vdoc README.md
+	vcompletion completions/rtx.bash bash rtx
+	vcompletion completions/rtx.fish fish rtx
+	vcompletion completions/_rtx zsh rtx
+}

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

* Re: [PR PATCH] [Merged]: New package: rtx-1.32.0
  2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
                   ` (7 preceding siblings ...)
  2023-06-12  8:40 ` [PR PATCH] [Updated] New package: rtx-1.30.1 atweiden
@ 2023-06-25 17:53 ` Duncaen
  8 siblings, 0 replies; 10+ messages in thread
From: Duncaen @ 2023-06-25 17:53 UTC (permalink / raw)
  To: ml

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

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

New package: rtx-1.32.0
https://github.com/void-linux/void-packages/pull/43423

Description:
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl

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

end of thread, other threads:[~2023-06-25 17:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-13 13:04 [PR PATCH] New package: rtx-1.28.4 atweiden
2023-04-26  0:45 ` [PR PATCH] [Updated] " atweiden
2023-05-08  8:19 ` [PR PATCH] [Updated] New package: rtx-1.29.2 atweiden
2023-05-08  8:22 ` New package: rtx-1.29.6 atweiden
2023-05-08  8:43 ` [PR PATCH] [Updated] " atweiden
2023-05-11  8:15 ` [PR REVIEW] " TeddyDD
2023-05-11 11:41 ` [PR PATCH] [Updated] " atweiden
2023-05-21  0:40 ` [PR PATCH] [Updated] New package: rtx-1.29.7 atweiden
2023-06-12  8:40 ` [PR PATCH] [Updated] New package: rtx-1.30.1 atweiden
2023-06-25 17:53 ` [PR PATCH] [Merged]: New package: rtx-1.32.0 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).