Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rtx: update to 1.32.2.
@ 2023-07-07 11:28 TeddyDD
  2023-07-09  3:18 ` atweiden
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: TeddyDD @ 2023-07-07 11:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1239 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/44905

rtx: update to 1.32.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/44905.patch is attached

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

From 1383296a7c1439ae2f679eed9b4d78459c38018c Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 7 Jul 2023 13:27:46 +0200
Subject: [PATCH] rtx: update to 1.32.2.

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

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
index 31b40dd9d808..410190daa479 100644
--- a/srcpkgs/rtx/template
+++ b/srcpkgs/rtx/template
@@ -1,6 +1,6 @@
 # Template file for 'rtx'
 pkgname=rtx
-version=1.32.0
+version=1.32.2
 revision=1
 build_style=cargo
 # skip cli tests: fail to find executable
@@ -11,7 +11,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=54bb235dcfc34e24c48bd5bc1f2ac9b8a6f9eb7cf1d3b64c514ebbf6d34570f1
+checksum=95e463fc518d65f946edda7dfb13bdccbda11034db6aa98e48fa4ed11c51c73c
 
 post_install() {
 	vlicense LICENSE

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

* Re: rtx: update to 1.32.2.
  2023-07-07 11:28 [PR PATCH] rtx: update to 1.32.2 TeddyDD
@ 2023-07-09  3:18 ` atweiden
  2023-07-11 11:41 ` [PR PATCH] [Updated] " TeddyDD
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: atweiden @ 2023-07-09  3:18 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/44905#issuecomment-1627587489

Comment:
You can adopt this template if you want.

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

* Re: [PR PATCH] [Updated] rtx: update to 1.32.2.
  2023-07-07 11:28 [PR PATCH] rtx: update to 1.32.2 TeddyDD
  2023-07-09  3:18 ` atweiden
@ 2023-07-11 11:41 ` TeddyDD
  2023-07-11 11:41 ` TeddyDD
  2023-07-12 13:42 ` [PR PATCH] [Merged]: rtx: update to 1.34.0 Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2023-07-11 11:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1244 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/44905

rtx: update to 1.32.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/44905.patch is attached

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

From 9eb377f5b2e37b60b8b21b42572b5e7a75f8aef1 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Fri, 7 Jul 2023 13:27:46 +0200
Subject: [PATCH] rtx: update to 1.34.0, adopt.

---
 srcpkgs/rtx/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rtx/template b/srcpkgs/rtx/template
index 31b40dd9d808..aa31de872172 100644
--- a/srcpkgs/rtx/template
+++ b/srcpkgs/rtx/template
@@ -1,17 +1,17 @@
 # Template file for 'rtx'
 pkgname=rtx
-version=1.32.0
+version=1.34.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>"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
 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
+checksum=ec8e51ce9b24d098fbb371a119bdd0d9dca86ed8cbab33d129e75b7e10edd195
 
 post_install() {
 	vlicense LICENSE

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

* Re: rtx: update to 1.32.2.
  2023-07-07 11:28 [PR PATCH] rtx: update to 1.32.2 TeddyDD
  2023-07-09  3:18 ` atweiden
  2023-07-11 11:41 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-07-11 11:41 ` TeddyDD
  2023-07-12 13:42 ` [PR PATCH] [Merged]: rtx: update to 1.34.0 Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: TeddyDD @ 2023-07-11 11:41 UTC (permalink / raw)
  To: ml

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

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/pull/44905#issuecomment-1630669558

Comment:
sure

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

* Re: [PR PATCH] [Merged]: rtx: update to 1.34.0
  2023-07-07 11:28 [PR PATCH] rtx: update to 1.32.2 TeddyDD
                   ` (2 preceding siblings ...)
  2023-07-11 11:41 ` TeddyDD
@ 2023-07-12 13:42 ` Duncaen
  3 siblings, 0 replies; 5+ messages in thread
From: Duncaen @ 2023-07-12 13:42 UTC (permalink / raw)
  To: ml

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

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

rtx: update to 1.34.0
https://github.com/void-linux/void-packages/pull/44905

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

end of thread, other threads:[~2023-07-12 13:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-07 11:28 [PR PATCH] rtx: update to 1.32.2 TeddyDD
2023-07-09  3:18 ` atweiden
2023-07-11 11:41 ` [PR PATCH] [Updated] " TeddyDD
2023-07-11 11:41 ` TeddyDD
2023-07-12 13:42 ` [PR PATCH] [Merged]: rtx: update to 1.34.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).