Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] OpenRCT2: update to 0.4.4.
@ 2023-03-28 18:01 TinfoilSubmarine
  2023-03-28 18:36 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2023-03-28 18:01 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/43074

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

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

From 4b28ad1a3ae5b1295ab3f3f632da700e52b420c0 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Mar 2023 14:00:19 -0400
Subject: [PATCH] OpenRCT2: update to 0.4.4.

---
 srcpkgs/OpenRCT2/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 4201a9ca64ea..4e41f12e22bb 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.3
+version=0.4.4
 revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.3.7
+_objects_version=1.3.8
 _titles_version=0.4.0
-_replays_version=0.0.70
+_replays_version=0.0.77
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}
@@ -35,7 +35,7 @@ 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="1269759b3a90717f379cd375f30629e3f24d3fdeb0c54cc1dca03676e64731ef
+checksum="18970bfffe49c77fa81ea6c295119b173a613c7310d7762963458e3e77c24913
  d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38
  6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
 skip_extraction="objects.zip title-sequences.zip"
@@ -72,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+=" 89156436e51413f180a12d4647406193ac44a509b1ad64d57705f0ae5125b093"
+	checksum+=" 7e6c889368a3b266a2301dfcde9e2a52f9e84041dd6a9252d6201c555ea2cdb2"
 	skip_extraction+=" replays.zip"
 fi
 

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

* Re: [PR PATCH] [Updated] OpenRCT2: update to 0.4.4.
  2023-03-28 18:01 [PR PATCH] OpenRCT2: update to 0.4.4 TinfoilSubmarine
@ 2023-03-28 18:36 ` TinfoilSubmarine
  2023-03-28 18:36 ` TinfoilSubmarine
  2023-03-29  5:57 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2023-03-28 18:36 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/43074

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

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

From b45f100eed1fac603425aba910201fd41a8e0ae9 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Mar 2023 14:00:19 -0400
Subject: [PATCH] OpenRCT2: update to 0.4.4.

---
 srcpkgs/OpenRCT2/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 4201a9ca64ea..4e41f12e22bb 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.3
+version=0.4.4
 revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.3.7
+_objects_version=1.3.8
 _titles_version=0.4.0
-_replays_version=0.0.70
+_replays_version=0.0.77
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}
@@ -35,7 +35,7 @@ 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="1269759b3a90717f379cd375f30629e3f24d3fdeb0c54cc1dca03676e64731ef
+checksum="18970bfffe49c77fa81ea6c295119b173a613c7310d7762963458e3e77c24913
  d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38
  6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
 skip_extraction="objects.zip title-sequences.zip"
@@ -72,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+=" 89156436e51413f180a12d4647406193ac44a509b1ad64d57705f0ae5125b093"
+	checksum+=" 7e6c889368a3b266a2301dfcde9e2a52f9e84041dd6a9252d6201c555ea2cdb2"
 	skip_extraction+=" replays.zip"
 fi
 

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

* Re: [PR PATCH] [Updated] OpenRCT2: update to 0.4.4.
  2023-03-28 18:01 [PR PATCH] OpenRCT2: update to 0.4.4 TinfoilSubmarine
  2023-03-28 18:36 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2023-03-28 18:36 ` TinfoilSubmarine
  2023-03-29  5:57 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: TinfoilSubmarine @ 2023-03-28 18:36 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/43074

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

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

From f5884cdfa2f759be0a52c062b0a658ffac9a0293 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Tue, 28 Mar 2023 14:00:19 -0400
Subject: [PATCH] OpenRCT2: update to 0.4.4.

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

diff --git a/srcpkgs/OpenRCT2/template b/srcpkgs/OpenRCT2/template
index 4201a9ca64ea..c25c6e8239a1 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.3
+version=0.4.4
 revision=1
 # versions pulled from https://raw.githubusercontent.com/OpenRCT2/OpenRCT2/v${version}/CMakeLists.txt
-_objects_version=1.3.7
+_objects_version=1.3.8
 _titles_version=0.4.0
-_replays_version=0.0.70
+_replays_version=0.0.77
 build_style=cmake
 configure_args="
  -DOPENRCT2_VERSION_TAG=${version}
@@ -35,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="1269759b3a90717f379cd375f30629e3f24d3fdeb0c54cc1dca03676e64731ef
- d6be9743c68f233674f5549204637b1f0304d7567a816d18e3f1576500a51d38
+checksum="18970bfffe49c77fa81ea6c295119b173a613c7310d7762963458e3e77c24913
+ 84a95590d13a753b1d239f7f06c8d121e36fd28694b21f33646518e2012904ae
  6e7c7b554717072bfc7acb96fd0101dc8e7f0ea0ea316367a05c2e92950c9029"
 skip_extraction="objects.zip title-sequences.zip"
 
@@ -72,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+=" 89156436e51413f180a12d4647406193ac44a509b1ad64d57705f0ae5125b093"
+	checksum+=" 7e6c889368a3b266a2301dfcde9e2a52f9e84041dd6a9252d6201c555ea2cdb2"
 	skip_extraction+=" replays.zip"
 fi
 

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

* Re: [PR PATCH] [Merged]: OpenRCT2: update to 0.4.4.
  2023-03-28 18:01 [PR PATCH] OpenRCT2: update to 0.4.4 TinfoilSubmarine
  2023-03-28 18:36 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2023-03-28 18:36 ` TinfoilSubmarine
@ 2023-03-29  5:57 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-03-29  5:57 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.4.
https://github.com/void-linux/void-packages/pull/43074

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:[~2023-03-29  5:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-28 18:01 [PR PATCH] OpenRCT2: update to 0.4.4 TinfoilSubmarine
2023-03-28 18:36 ` [PR PATCH] [Updated] " TinfoilSubmarine
2023-03-28 18:36 ` TinfoilSubmarine
2023-03-29  5:57 ` [PR PATCH] [Merged]: " 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).