Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OpenRCT2: update to 0.4.9.
@ 2024-03-04 15:36 TinfoilSubmarine
  2024-04-05  1:30 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2024-03-04 15:36 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/49089

OpenRCT2: update to 0.4.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/49089.patch is attached

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

From cf17edd065858437bdd4f322f11bab42e42794f6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 4 Mar 2024 09:48:18 -0500
Subject: [PATCH] OpenRCT2: update to 0.4.9.

---
 srcpkgs/OpenRCT2/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 1e83fe5cf07d57..74682b4425baf7 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,13 +2,13 @@
 # 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
-version=0.4.8
+version=0.4.9
 revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.3.13
+_objects_version=1.4.0
 _titles_version=0.4.6
-_replays_version=0.0.78
-_opensfx_version=1.0.3
+_replays_version=0.0.79
+_opensfx_version=1.0.5
 _openmsx_version=1.5
 build_style=cmake
 configure_args="
@@ -40,11 +40,11 @@ distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip
  https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="b79bdfd91e2676b0238a94ef3a53bf13a6b6ba417a8d77056a8ea2a903967fd1
- 0711779d69778652d4430d4173903e2444673be374b0ed78c797b5636349b968
- 70be1b6ff8cc24ad8031a2e0cdd445b5dd3c52c886a8e5f70401f75152e4ae6c
+checksum="d9eb7bb99923152122716707888a6182491662e106bef91b86106fa7b45b4309
+ c7ea3f5c6dfe2ef0a7ac0a428fc9281beac7f5290f0a9ebecbfb6313a3b525d8
+ a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18
  c3fac4caa90398a2b4c5bb32e0dd0f44073086fe16121d3dc49b3ca120474068
- a6bdfdcc7d916ce060961c5fe7beaf43679fbfad9838cfdbd067617ae0ac0ddf
+ 045da1df8697e2d33ff33b34008f22e7698280aa4639afd1b1fc3c590d5e9956
  24a189cdaf1f78fb6d6caede8f1ab3cedf8ab9f819cd2260a09b2cce4c710d98"
 skip_extraction="objects.zip
  opensound.zip

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

* Re: [PR PATCH] [Updated] OpenRCT2: update to 0.4.9.
  2024-03-04 15:36 [PR PATCH] OpenRCT2: update to 0.4.9 TinfoilSubmarine
@ 2024-04-05  1:30 ` TinfoilSubmarine
  2024-04-05  1:30 ` TinfoilSubmarine
  2024-04-07  3:55 ` [PR PATCH] [Merged]: OpenRCT2: update to 0.4.10 cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2024-04-05  1:30 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/49089

OpenRCT2: update to 0.4.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/49089.patch is attached

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

From 30c4cb00c583d00c1fca44db712dccf4afc76a17 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 4 Mar 2024 09:48:18 -0500
Subject: [PATCH] OpenRCT2: update to 0.4.9.

---
 srcpkgs/OpenRCT2/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 1e83fe5cf07d57..74682b4425baf7 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,13 +2,13 @@
 # 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
-version=0.4.8
+version=0.4.9
 revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.3.13
+_objects_version=1.4.0
 _titles_version=0.4.6
-_replays_version=0.0.78
-_opensfx_version=1.0.3
+_replays_version=0.0.79
+_opensfx_version=1.0.5
 _openmsx_version=1.5
 build_style=cmake
 configure_args="
@@ -40,11 +40,11 @@ distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip
  https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="b79bdfd91e2676b0238a94ef3a53bf13a6b6ba417a8d77056a8ea2a903967fd1
- 0711779d69778652d4430d4173903e2444673be374b0ed78c797b5636349b968
- 70be1b6ff8cc24ad8031a2e0cdd445b5dd3c52c886a8e5f70401f75152e4ae6c
+checksum="d9eb7bb99923152122716707888a6182491662e106bef91b86106fa7b45b4309
+ c7ea3f5c6dfe2ef0a7ac0a428fc9281beac7f5290f0a9ebecbfb6313a3b525d8
+ a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18
  c3fac4caa90398a2b4c5bb32e0dd0f44073086fe16121d3dc49b3ca120474068
- a6bdfdcc7d916ce060961c5fe7beaf43679fbfad9838cfdbd067617ae0ac0ddf
+ 045da1df8697e2d33ff33b34008f22e7698280aa4639afd1b1fc3c590d5e9956
  24a189cdaf1f78fb6d6caede8f1ab3cedf8ab9f819cd2260a09b2cce4c710d98"
 skip_extraction="objects.zip
  opensound.zip

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

* Re: [PR PATCH] [Updated] OpenRCT2: update to 0.4.9.
  2024-03-04 15:36 [PR PATCH] OpenRCT2: update to 0.4.9 TinfoilSubmarine
  2024-04-05  1:30 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2024-04-05  1:30 ` TinfoilSubmarine
  2024-04-07  3:55 ` [PR PATCH] [Merged]: OpenRCT2: update to 0.4.10 cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2024-04-05  1:30 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/49089

OpenRCT2: update to 0.4.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/49089.patch is attached

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

From 86436d6898a364afd5f5fc24cba57df3e94f6c47 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 4 Mar 2024 09:48:18 -0500
Subject: [PATCH] OpenRCT2: update to 0.4.10.

---
 srcpkgs/OpenRCT2/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 1e83fe5cf07d57..d85a675a60a7ac 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,13 +2,13 @@
 # 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
-version=0.4.8
+version=0.4.10
 revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.3.13
+_objects_version=1.4.3
 _titles_version=0.4.6
-_replays_version=0.0.78
-_opensfx_version=1.0.3
+_replays_version=0.0.79
+_opensfx_version=1.0.5
 _openmsx_version=1.5
 build_style=cmake
 configure_args="
@@ -40,11 +40,11 @@ distfiles="https://github.com/OpenRCT2/OpenRCT2/archive/v${version}.tar.gz
  https://github.com/OpenRCT2/OpenMusic/releases/download/v${_openmsx_version}/openmusic.zip
  https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip"
-checksum="b79bdfd91e2676b0238a94ef3a53bf13a6b6ba417a8d77056a8ea2a903967fd1
- 0711779d69778652d4430d4173903e2444673be374b0ed78c797b5636349b968
- 70be1b6ff8cc24ad8031a2e0cdd445b5dd3c52c886a8e5f70401f75152e4ae6c
+checksum="7889791f2a8f14e6a970d6f6e48b897f91c9c6345a745b0e07815a77d7ddbc36
+ cc2c8304e35337fb7b4daffa9b0ad1afa9a9f3f8f895817671a71c665d372764
+ a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18
  c3fac4caa90398a2b4c5bb32e0dd0f44073086fe16121d3dc49b3ca120474068
- a6bdfdcc7d916ce060961c5fe7beaf43679fbfad9838cfdbd067617ae0ac0ddf
+ 045da1df8697e2d33ff33b34008f22e7698280aa4639afd1b1fc3c590d5e9956
  24a189cdaf1f78fb6d6caede8f1ab3cedf8ab9f819cd2260a09b2cce4c710d98"
 skip_extraction="objects.zip
  opensound.zip

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

* Re: [PR PATCH] [Merged]: OpenRCT2: update to 0.4.10.
  2024-03-04 15:36 [PR PATCH] OpenRCT2: update to 0.4.9 TinfoilSubmarine
  2024-04-05  1:30 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2024-04-05  1:30 ` TinfoilSubmarine
@ 2024-04-07  3:55 ` cinerea0
  2 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-04-07  3:55 UTC (permalink / raw)
  To: ml

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

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

OpenRCT2: update to 0.4.10.
https://github.com/void-linux/void-packages/pull/49089

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

end of thread, other threads:[~2024-04-07  3:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-04 15:36 [PR PATCH] OpenRCT2: update to 0.4.9 TinfoilSubmarine
2024-04-05  1:30 ` [PR PATCH] [Updated] " TinfoilSubmarine
2024-04-05  1:30 ` TinfoilSubmarine
2024-04-07  3:55 ` [PR PATCH] [Merged]: OpenRCT2: update to 0.4.10 cinerea0

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