Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions development/kForth-32/kForth-32.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for kForth-32

# Copyright 2023-2024 Antonio Leal, Porto Salvo, Oeiras, Portugal
# Copyright 2023-2025 Antonio Leal, Porto Salvo, Oeiras, Portugal
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -25,8 +25,8 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=kForth-32
VERSION=${VERSION:-2.5.0}
BUILD=${BUILD:-1}
VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

Expand Down
6 changes: 3 additions & 3 deletions development/kForth-32/kForth-32.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="kForth-32"
VERSION="2.5.0"
VERSION="2.6.1"
HOMEPAGE="https://github.com/mynenik/kForth-32"
DOWNLOAD="https://github.com/mynenik/kForth-32/archive/refs/tags/v2.5.0/kForth-32-2.5.0.tar.gz"
MD5SUM="9abaaa0ed66d51946680906b15ba1f59"
DOWNLOAD="https://github.com/mynenik/kForth-32/archive/refs/tags/v2.6.1/kForth-32-2.6.1.tar.gz"
MD5SUM="0a78b4d1ccf29b9dc10fc737e59e4851"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES="patchutils"
Expand Down
Loading