mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/kForth-64: Updated for version 0.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
11b6b71cd2
commit
ef0e276e64
2 changed files with 5 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=kForth-64
|
||||
VERSION=${VERSION:-0.3.0}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-0.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="kForth-64"
|
||||
VERSION="0.3.0"
|
||||
VERSION="0.4.3"
|
||||
HOMEPAGE="https://github.com/mynenik/kForth-64"
|
||||
DOWNLOAD="https://github.com/mynenik/kForth-64/archive/refs/tags/v0.3.0/kForth-64-0.3.0.tar.gz"
|
||||
MD5SUM="4832ada30569ab69943d477d83181b17"
|
||||
DOWNLOAD="https://github.com/mynenik/kForth-64/archive/refs/tags/v0.4.3/kForth-64-0.4.3.tar.gz"
|
||||
MD5SUM="44bc386a5ac16dacac44daa04aeba8af"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="patchutils"
|
||||
|
|
Loading…
Reference in a new issue