Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] godot: update to 4.1.1.
@ 2023-07-18  5:16 dataCobra
  2023-07-21  5:14 ` [PR PATCH] [Updated] " dataCobra
  2023-07-24  6:20 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: dataCobra @ 2023-07-18  5:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages godot-4.1.1
https://github.com/void-linux/void-packages/pull/45100

godot: update to 4.1.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/45100.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-godot-4.1.1-45100.patch --]
[-- Type: text/x-diff, Size: 1079 bytes --]

From 81c420be57d8e03eadc74c8b1482cf563486d61f Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 18 Jul 2023 07:14:16 +0200
Subject: [PATCH] godot: update to 4.1.1.

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

diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index ad8e50337a55..aea83568b1ba 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -1,6 +1,6 @@
 # Template file for 'godot'
 pkgname=godot
-version=4.1
+version=4.1.1
 revision=1
 archs="x86_64* i686* aarch64* armv7* ppc64*"
 build_style=scons
@@ -24,7 +24,7 @@ maintainer="Nick Hahn <nick.hahn@hotmail.de>"
 license="MIT"
 homepage="https://www.godotengine.org/"
 distfiles="https://github.com/godotengine/godot/archive/${version}-stable.tar.gz"
-checksum=ebb1e597d9477d2ff524fa911e7b471c2bfc3d6366025f3980ace7595342034f
+checksum=206476d3bbd11c8a1bf554f4c5160bd644808d1d9225a5d300b5fb2dc67df9ed
 nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
 
 CFLAGS+=" -fPIE -fPIC"

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

* Re: [PR PATCH] [Updated] godot: update to 4.1.1.
  2023-07-18  5:16 [PR PATCH] godot: update to 4.1.1 dataCobra
@ 2023-07-21  5:14 ` dataCobra
  2023-07-24  6:20 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: dataCobra @ 2023-07-21  5:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages godot-4.1.1
https://github.com/void-linux/void-packages/pull/45100

godot: update to 4.1.1.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl


A patch file from https://github.com/void-linux/void-packages/pull/45100.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-godot-4.1.1-45100.patch --]
[-- Type: text/x-diff, Size: 1079 bytes --]

From dee2cae276aa8d97db14efb05bc1b04814ec6c1b Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Tue, 18 Jul 2023 07:14:16 +0200
Subject: [PATCH] godot: update to 4.1.1.

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

diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index ad8e50337a55..aea83568b1ba 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -1,6 +1,6 @@
 # Template file for 'godot'
 pkgname=godot
-version=4.1
+version=4.1.1
 revision=1
 archs="x86_64* i686* aarch64* armv7* ppc64*"
 build_style=scons
@@ -24,7 +24,7 @@ maintainer="Nick Hahn <nick.hahn@hotmail.de>"
 license="MIT"
 homepage="https://www.godotengine.org/"
 distfiles="https://github.com/godotengine/godot/archive/${version}-stable.tar.gz"
-checksum=ebb1e597d9477d2ff524fa911e7b471c2bfc3d6366025f3980ace7595342034f
+checksum=206476d3bbd11c8a1bf554f4c5160bd644808d1d9225a5d300b5fb2dc67df9ed
 nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
 
 CFLAGS+=" -fPIE -fPIC"

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

* Re: [PR PATCH] [Merged]: godot: update to 4.1.1.
  2023-07-18  5:16 [PR PATCH] godot: update to 4.1.1 dataCobra
  2023-07-21  5:14 ` [PR PATCH] [Updated] " dataCobra
@ 2023-07-24  6:20 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2023-07-24  6:20 UTC (permalink / raw)
  To: ml

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

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

godot: update to 4.1.1.
https://github.com/void-linux/void-packages/pull/45100

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - i686
  - x86_64-musl


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

end of thread, other threads:[~2023-07-24  6:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-18  5:16 [PR PATCH] godot: update to 4.1.1 dataCobra
2023-07-21  5:14 ` [PR PATCH] [Updated] " dataCobra
2023-07-24  6:20 ` [PR PATCH] [Merged]: " sgn

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