Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OpenRCT2: update to 0.4.3.
@ 2022-12-14 13:26 TinfoilSubmarine
  2022-12-14 18:22 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: TinfoilSubmarine @ 2022-12-14 13:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/OpenRCT2
https://github.com/void-linux/void-packages/pull/41083

OpenRCT2: update to 0.4.3.
<!-- 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/41083.patch is attached

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

From d43c15c3de09414aa5ea729a7e8f41f983d807be Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Dec 2022 08:17:25 -0500
Subject: [PATCH] OpenRCT2: update to 0.4.3.

---
 srcpkgs/OpenRCT2/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 55152b2907fb..7c22d2807904 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,10 +2,10 @@
 # based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
 # and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
 pkgname=OpenRCT2
-_objects_version=1.3.5
+_objects_version=1.3.7
 _titles_version=0.4.0
-_replays_version=0.0.69
-version=0.4.2
+_replays_version=0.0.70
+version=0.4.3
 revision=1
 build_style=cmake
 configure_args="
@@ -34,8 +34,8 @@ changelog="https://openrct2.org/changelog"
 distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/objects/releases/download/v${_objects_version}/objects.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="e313f29ad757d8c4870c166e7342accd642d1e6e7b245385d60e161ef4a0028f
- 4859b7a443d0969cb1c639202fe70f40ac4c2625830657c72645d987912258ff
+checksum="1269759b3a90717f379cd375f30629e3f24d3fdeb0c54cc1dca03676e64731ef
+ d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38
  6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
 skip_extraction="objects.zip title-sequences.zip replays.zip"
 
@@ -71,7 +71,7 @@ if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DWITH_TESTS=1 -DSYSTEM_GTEST=1"
 	# download replays, used in tests
 	distfiles+=" https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip"
-	checksum+=" bf2184cc6ace156402a26d3e4693b6363b888fe3038daa59e33b202ce0efe0d9"
+	checksum+=" 89156436e51413f180a12d4647406193ac44a509b1ad64d57705f0ae5125b093"
 fi
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then

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

* Re: [PR PATCH] [Updated] OpenRCT2: update to 0.4.3.
  2022-12-14 13:26 [PR PATCH] OpenRCT2: update to 0.4.3 TinfoilSubmarine
@ 2022-12-14 18:22 ` TinfoilSubmarine
  2022-12-18 11:38 ` [PR REVIEW] " paper42
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: TinfoilSubmarine @ 2022-12-14 18:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/OpenRCT2
https://github.com/void-linux/void-packages/pull/41083

OpenRCT2: update to 0.4.3.
<!-- 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/41083.patch is attached

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

From 01dea6ef0f455146b63551d17b5f5d15c59672cb Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Dec 2022 08:17:25 -0500
Subject: [PATCH] OpenRCT2: update to 0.4.3.

---
 srcpkgs/OpenRCT2/template | 12 ++++++------
 srcpkgs/OpenRCT2/update   |  2 ++
 2 files changed, 8 insertions(+), 6 deletions(-)
 create mode 100644 srcpkgs/OpenRCT2/update

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 55152b2907fb9..7c22d28079046 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,10 +2,10 @@
 # based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
 # and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
 pkgname=OpenRCT2
-_objects_version=1.3.5
+_objects_version=1.3.7
 _titles_version=0.4.0
-_replays_version=0.0.69
-version=0.4.2
+_replays_version=0.0.70
+version=0.4.3
 revision=1
 build_style=cmake
 configure_args="
@@ -34,8 +34,8 @@ changelog="https://openrct2.org/changelog"
 distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/objects/releases/download/v${_objects_version}/objects.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="e313f29ad757d8c4870c166e7342accd642d1e6e7b245385d60e161ef4a0028f
- 4859b7a443d0969cb1c639202fe70f40ac4c2625830657c72645d987912258ff
+checksum="1269759b3a90717f379cd375f30629e3f24d3fdeb0c54cc1dca03676e64731ef
+ d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38
  6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
 skip_extraction="objects.zip title-sequences.zip replays.zip"
 
@@ -71,7 +71,7 @@ if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DWITH_TESTS=1 -DSYSTEM_GTEST=1"
 	# download replays, used in tests
 	distfiles+=" https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip"
-	checksum+=" bf2184cc6ace156402a26d3e4693b6363b888fe3038daa59e33b202ce0efe0d9"
+	checksum+=" 89156436e51413f180a12d4647406193ac44a509b1ad64d57705f0ae5125b093"
 fi
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
diff --git a/srcpkgs/OpenRCT2/update b/srcpkgs/OpenRCT2/update
new file mode 100644
index 0000000000000..70a48a70d5bd3
--- /dev/null
+++ b/srcpkgs/OpenRCT2/update
@@ -0,0 +1,2 @@
+site="https://github.com/OpenRCT2/OpenRCT2/tags"
+pkgname="v"

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

* Re: [PR REVIEW] OpenRCT2: update to 0.4.3.
  2022-12-14 13:26 [PR PATCH] OpenRCT2: update to 0.4.3 TinfoilSubmarine
  2022-12-14 18:22 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-12-18 11:38 ` paper42
  2022-12-19  2:31 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-18 11:38 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41083#discussion_r1051583980

Comment:
could you add a comment with a link to the file that contains these versions?

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

* Re: [PR PATCH] [Updated] OpenRCT2: update to 0.4.3.
  2022-12-14 13:26 [PR PATCH] OpenRCT2: update to 0.4.3 TinfoilSubmarine
  2022-12-14 18:22 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-12-18 11:38 ` [PR REVIEW] " paper42
@ 2022-12-19  2:31 ` TinfoilSubmarine
  2022-12-19 19:44 ` [PR REVIEW] " paper42
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: TinfoilSubmarine @ 2022-12-19  2:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/OpenRCT2
https://github.com/void-linux/void-packages/pull/41083

OpenRCT2: update to 0.4.3.
<!-- 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/41083.patch is attached

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

From 546e6c35c6105e206b76137e0aea89680a8e7c88 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Dec 2022 08:17:25 -0500
Subject: [PATCH] OpenRCT2: update to 0.4.3.

---
 srcpkgs/OpenRCT2/template | 15 ++++++++-------
 srcpkgs/OpenRCT2/update   |  2 ++
 2 files changed, 10 insertions(+), 7 deletions(-)
 create mode 100644 srcpkgs/OpenRCT2/update

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 55152b2907fb..b633f495a31d 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,11 +2,12 @@
 # based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
 # and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
 pkgname=OpenRCT2
-_objects_version=1.3.5
-_titles_version=0.4.0
-_replays_version=0.0.69
-version=0.4.2
+version=0.4.3
 revision=1
+# versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
+_objects_version=1.3.7
+_titles_version=0.4.0
+_replays_version=0.0.70
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}
@@ -34,8 +35,8 @@ changelog="https://openrct2.org/changelog"
 distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/objects/releases/download/v${_objects_version}/objects.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="e313f29ad757d8c4870c166e7342accd642d1e6e7b245385d60e161ef4a0028f
- 4859b7a443d0969cb1c639202fe70f40ac4c2625830657c72645d987912258ff
+checksum="1269759b3a90717f379cd375f30629e3f24d3fdeb0c54cc1dca03676e64731ef
+ d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38
  6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
 skip_extraction="objects.zip title-sequences.zip replays.zip"
 
@@ -71,7 +72,7 @@ if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DWITH_TESTS=1 -DSYSTEM_GTEST=1"
 	# download replays, used in tests
 	distfiles+=" https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip"
-	checksum+=" bf2184cc6ace156402a26d3e4693b6363b888fe3038daa59e33b202ce0efe0d9"
+	checksum+=" 89156436e51413f180a12d4647406193ac44a509b1ad64d57705f0ae5125b093"
 fi
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
diff --git a/srcpkgs/OpenRCT2/update b/srcpkgs/OpenRCT2/update
new file mode 100644
index 000000000000..70a48a70d5bd
--- /dev/null
+++ b/srcpkgs/OpenRCT2/update
@@ -0,0 +1,2 @@
+site="https://github.com/OpenRCT2/OpenRCT2/tags"
+pkgname="v"

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

* Re: [PR REVIEW] OpenRCT2: update to 0.4.3.
  2022-12-14 13:26 [PR PATCH] OpenRCT2: update to 0.4.3 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2022-12-19  2:31 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-12-19 19:44 ` paper42
  2022-12-20  1:33 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-12-24 23:30 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-19 19:44 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41083#discussion_r1052577191

Comment:
let's also edit skip_extraction here instead of always skipping it, in the future it would be nice if pkglint aborted the build if something that doesn't exist is in skip_extraction

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

* Re: [PR PATCH] [Updated] OpenRCT2: update to 0.4.3.
  2022-12-14 13:26 [PR PATCH] OpenRCT2: update to 0.4.3 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2022-12-19 19:44 ` [PR REVIEW] " paper42
@ 2022-12-20  1:33 ` TinfoilSubmarine
  2022-12-24 23:30 ` [PR PATCH] [Merged]: " paper42
  5 siblings, 0 replies; 7+ messages in thread
From: TinfoilSubmarine @ 2022-12-20  1:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update/OpenRCT2
https://github.com/void-linux/void-packages/pull/41083

OpenRCT2: update to 0.4.3.
<!-- 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/41083.patch is attached

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

From 2ece4d305f6e999e34ef40a24c42c3d46ec01a2b Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Wed, 14 Dec 2022 08:17:25 -0500
Subject: [PATCH] OpenRCT2: update to 0.4.3.

---
 srcpkgs/OpenRCT2/template | 18 ++++++++++--------
 srcpkgs/OpenRCT2/update   |  2 ++
 2 files changed, 12 insertions(+), 8 deletions(-)
 create mode 100644 srcpkgs/OpenRCT2/update

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 55152b2907fb..4201a9ca64ea 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,11 +2,12 @@
 # based on https://raw.githubusercontent.com/AluisioASG/void-packages/openrct2/srcpkgs/OpenRCT2/template
 # and https://github.com/void-linux/void-packages/issues/1014#issuecomment-417372421
 pkgname=OpenRCT2
-_objects_version=1.3.5
-_titles_version=0.4.0
-_replays_version=0.0.69
-version=0.4.2
+version=0.4.3
 revision=1
+# versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
+_objects_version=1.3.7
+_titles_version=0.4.0
+_replays_version=0.0.70
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}
@@ -34,10 +35,10 @@ changelog="https://openrct2.org/changelog"
 distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/objects/releases/download/v${_objects_version}/objects.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="e313f29ad757d8c4870c166e7342accd642d1e6e7b245385d60e161ef4a0028f
- 4859b7a443d0969cb1c639202fe70f40ac4c2625830657c72645d987912258ff
+checksum="1269759b3a90717f379cd375f30629e3f24d3fdeb0c54cc1dca03676e64731ef
+ d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38
  6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
-skip_extraction="objects.zip title-sequences.zip replays.zip"
+skip_extraction="objects.zip title-sequences.zip"
 
 replaces="OpenRCT2-data>=0"
 
@@ -71,7 +72,8 @@ if [ "$XBPS_CHECK_PKGS" ]; then
 	configure_args+=" -DWITH_TESTS=1 -DSYSTEM_GTEST=1"
 	# download replays, used in tests
 	distfiles+=" https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip"
-	checksum+=" bf2184cc6ace156402a26d3e4693b6363b888fe3038daa59e33b202ce0efe0d9"
+	checksum+=" 89156436e51413f180a12d4647406193ac44a509b1ad64d57705f0ae5125b093"
+	skip_extraction+=" replays.zip"
 fi
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
diff --git a/srcpkgs/OpenRCT2/update b/srcpkgs/OpenRCT2/update
new file mode 100644
index 000000000000..70a48a70d5bd
--- /dev/null
+++ b/srcpkgs/OpenRCT2/update
@@ -0,0 +1,2 @@
+site="https://github.com/OpenRCT2/OpenRCT2/tags"
+pkgname="v"

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

* Re: [PR PATCH] [Merged]: OpenRCT2: update to 0.4.3.
  2022-12-14 13:26 [PR PATCH] OpenRCT2: update to 0.4.3 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2022-12-20  1:33 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-12-24 23:30 ` paper42
  5 siblings, 0 replies; 7+ messages in thread
From: paper42 @ 2022-12-24 23:30 UTC (permalink / raw)
  To: ml

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

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

OpenRCT2: update to 0.4.3.
https://github.com/void-linux/void-packages/pull/41083

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

end of thread, other threads:[~2022-12-24 23:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-14 13:26 [PR PATCH] OpenRCT2: update to 0.4.3 TinfoilSubmarine
2022-12-14 18:22 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-12-18 11:38 ` [PR REVIEW] " paper42
2022-12-19  2:31 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-12-19 19:44 ` [PR REVIEW] " paper42
2022-12-20  1:33 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-12-24 23:30 ` [PR PATCH] [Merged]: " paper42

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