Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OpenRCT2: update to 0.4.19.1.
@ 2025-02-06 21:14 TinfoilSubmarine
  2025-02-18  3:45 ` [PR PATCH] [Closed]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2025-02-06 21:14 UTC (permalink / raw)
  To: ml

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

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

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

From 0b26684bc08c6f32626f72427bd6c9b20839f048 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 6 Feb 2025 16:03:21 -0500
Subject: [PATCH] OpenRCT2: update to 0.4.19.1.

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

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index d637004ba38c03..bf35fa5be1aa14 100644
--- a/srcpkgs/OpenRCT2/template
+++ b/srcpkgs/OpenRCT2/template
@@ -2,12 +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
-version=0.4.17
+version=0.4.19.1
 revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.4.11
+_objects_version=1.5.1
 _titles_version=0.4.14
-_replays_version=0.0.84
+_replays_version=0.0.86
 _opensfx_version=1.0.5
 _openmsx_version=1.6
 build_style=cmake
@@ -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>openmusic-${_openmsx_version}.zip
  https://github.com/OpenRCT2/replays/releases/download/v${_replays_version}/replays.zip>replays-${_replays_version}.zip
  https://github.com/OpenRCT2/title-sequences/releases/download/v${_titles_version}/title-sequences.zip>title-sequences-${_titles_version}.zip"
-checksum="991c4a3eb599439e09715bd36ea0de42a11215edff4e5576304dc38524a6ab8d
- fd0fed611565710f79b136958100362a8c37211467f74b85126a3a2ea35e4f78
+checksum="7421c61a86875b68f1d1a371baeae50dd2e8b5825dd0d6899584f1de62e25887
+ c6b800cbcd7b1b9c707f3657fbc5f2db9d3cfd9c2adf668accc9ddbacd7841df
  a952148be164c128e4fd3aea96822e5f051edd9a0b1f2c84de7f7628ce3b2e18
  f097d3a4ccd39f7546f97db3ecb1b8be73648f53b7a7595b86cccbdc1a7557e4
- de798331dfee60dbd12c01adb70dc12d01271365dfbe84ce529bf341b7b2f0f8
+ c7a68c186e9bec827fe55eceb67e2b4cd789f239750ffff2da51f0c8d92bb16b
  140df714e806fed411cc49763e7f16b0fcf2a487a57001d1e50fce8f9148a9f3"
 skip_extraction="objects-${_objects_version}.zip
  opensound-${_opensfx_version}.zip

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

* Re: [PR PATCH] [Closed]: OpenRCT2: update to 0.4.19.1.
  2025-02-06 21:14 [PR PATCH] OpenRCT2: update to 0.4.19.1 TinfoilSubmarine
@ 2025-02-18  3:45 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2025-02-18  3:45 UTC (permalink / raw)
  To: ml

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

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

OpenRCT2: update to 0.4.19.1.
https://github.com/void-linux/void-packages/pull/54239

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

end of thread, other threads:[~2025-02-18  3:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-06 21:14 [PR PATCH] OpenRCT2: update to 0.4.19.1 TinfoilSubmarine
2025-02-18  3:45 ` [PR PATCH] [Closed]: " classabbyamp

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