Browse Source
development/godot: Updated for version 4.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/223/head
Steven Voges
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
development/godot/godot.SlackBuild
-
development/godot/godot.info
|
|
|
@ -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} |
|
|
|
|
|
|
|
@ -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="" |
|
|
|
|