development/godot: Updated for version 4.2.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Steven Voges 2024-04-20 08:36:16 +07:00 committed by Willy Sudiarto Raharjo
parent b17356d567
commit 31727c338f
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=godot
VERSION=${VERSION:-4.2.1}
SRCVER=${SRCVERSION:-4.2.1-stable}
VERSION=${VERSION:-4.2.2}
SRCVER=${SRCVERSION:-$VERSION-stable}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="godot"
VERSION="4.2.1"
VERSION="4.2.2"
HOMEPAGE="https://godotengine.org"
DOWNLOAD="https://github.com/godotengine/godot/archive/4.2.1-stable/godot-4.2.1-stable.tar.gz"
MD5SUM="ba7ade6044479449ec399affdace1863"
DOWNLOAD="https://github.com/godotengine/godot/archive/4.2.2-stable/godot-4.2.2-stable.tar.gz"
MD5SUM="6ab0937dd74b468cab3c3ec5db3a4eb0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""