mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/qb64pe: Updated for version 3.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf374f6052
commit
254b097e1f
3 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION=3.12.0
|
||||
VERSION=3.13.0
|
||||
DEST="$HOME/.config/qb64pe-$VERSION"
|
||||
if [ ! -d $DEST ]
|
||||
then
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for qb64pe (from qb64phoenix.com)
|
||||
|
||||
# Copyright 2024 Antonio Leal, Porto Salvo, Oeiras, Portugal
|
||||
# Copyright 2023-2024 Antonio Leal, Porto Salvo, Oeiras, Portugal
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qb64pe
|
||||
VERSION=${VERSION:-3.12.0}
|
||||
VERSION=${VERSION:-3.13.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qb64pe"
|
||||
VERSION="3.12.0"
|
||||
VERSION="3.13.0"
|
||||
HOMEPAGE="https://qb64phoenix.com/"
|
||||
DOWNLOAD="https://github.com/QB64-Phoenix-Edition/QB64pe/archive/v3.12.0/QB64pe-3.12.0.tar.gz"
|
||||
MD5SUM="f5e43d15462c169e619bc78d05d004a9"
|
||||
DOWNLOAD="https://github.com/QB64-Phoenix-Edition/QB64pe/archive/v3.13.0/QB64pe-3.13.0.tar.gz"
|
||||
MD5SUM="a4420fdf99ef1b4139103ac7390e149c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue