mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/kForth-32: Updated for version 2.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
44034b5cb8
commit
809671727c
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue