mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/boron: Updated for version 2.1.0.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eb1f281b93
commit
2c53dfb269
2 changed files with 6 additions and 4 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20240807 bkw: updated for v2.1.0.
|
||||
|
||||
# Warning to boron programmers: I'm really only interested in
|
||||
# maintaining this as far as it's required by games/xu4. I probably
|
||||
# won't update it unless xu4 needs a new version, but you could ask
|
||||
|
@ -15,7 +17,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=boron
|
||||
VERSION=${VERSION:-2.0.8}
|
||||
VERSION=${VERSION:-2.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="boron"
|
||||
VERSION="2.0.8"
|
||||
VERSION="2.1.0"
|
||||
HOMEPAGE="https://urlan.sourceforge.net/boron/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/urlan/Boron/boron-2.0.8.tar.gz"
|
||||
MD5SUM="3c32f25a326dcbcd8de9e85edf503151"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/urlan/Boron/boron-2.1.0.tar.gz"
|
||||
MD5SUM="5b1b8eb9aa033ee66b0d0ee90b7231d4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue