development/kForth-32: Updated for version 2.4.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Antonio Leal 2023-11-26 09:34:38 +07:00 committed by Willy Sudiarto Raharjo
parent 44034b5cb8
commit 809671727c
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=kForth-32
VERSION=${VERSION:-2.3.0}
BUILD=${BUILD:-3}
VERSION=${VERSION:-2.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="kForth-32"
VERSION="2.3.0"
VERSION="2.4.3"
HOMEPAGE="https://github.com/mynenik/kForth-32"
DOWNLOAD="https://github.com/mynenik/kForth-32/archive/refs/tags/v2.3.0/kForth-32-2.3.0.tar.gz"
MD5SUM="57145019e12252630f0f2d2deec16ad3"
DOWNLOAD="https://github.com/mynenik/kForth-32/archive/refs/tags/v2.4.3/kForth-32-2.4.3.tar.gz"
MD5SUM="fe006640fadef2863063728a884f7cb7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="patchutils"