development/FreeBASIC: Updated for version 1.10.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bfce3046c2
commit
8a0d8b584b
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for FreeBASIC
|
||||
|
||||
# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2014-2024 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -22,9 +22,6 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# 20201224 bkw: BUILD=3, fixed, for real this time. I think. BUILD=2
|
||||
# version worked only if fbc was already installed :(
|
||||
|
||||
# 20201211 bkw: modified by SlackBuilds.org, to build FreeBASIC from source
|
||||
# instead of using prebuilt binary packages. There are various reasons for
|
||||
# wanting to do this:
|
||||
|
@ -56,8 +53,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=FreeBASIC
|
||||
VERSION=${VERSION:-1.09.0}
|
||||
BUILD=${BUILD:-3}
|
||||
VERSION=${VERSION:-1.10.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="FreeBASIC"
|
||||
VERSION="1.09.0"
|
||||
VERSION="1.10.1"
|
||||
HOMEPAGE="http://www.freebasic.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/fbc/FreeBASIC-1.09.0-source-bootstrap.tar.xz"
|
||||
MD5SUM="47ebfb8e6725c6ea2539a1417c5161f5"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/project/fbc/FreeBASIC-1.10.1/Source/FreeBASIC-1.10.1-source-bootstrap.tar.xz"
|
||||
MD5SUM="266f7724b17731b54eeb21198ef3b263"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dimitris Zlatanidis"
|
||||
EMAIL="d.zlatanidis@gmail.com"
|
||||
EMAIL="dslackw@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue