Skip to content

Commit

Permalink
development/qb64pe: Updated for version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Leal committed Dec 14, 2024
1 parent 1db48d6 commit 72b5df1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion development/qb64pe/qb64pe-launcher
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=3.14.1
VERSION=4.0.0
DEST="$HOME/.config/qb64pe-$VERSION"
if [ ! -d $DEST ]
then
Expand Down
2 changes: 1 addition & 1 deletion development/qb64pe/qb64pe.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=qb64pe
VERSION=${VERSION:-3.14.1}
VERSION=${VERSION:-4.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions development/qb64pe/qb64pe.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="qb64pe"
VERSION="3.14.1"
VERSION="4.0.0"
HOMEPAGE="https://qb64phoenix.com/"
DOWNLOAD="https://github.com/QB64-Phoenix-Edition/QB64pe/archive/v3.14.1/QB64pe-3.14.1.tar.gz"
MD5SUM="e680dd67fb716cc0bf5ba8710b81a2fb"
DOWNLOAD="https://github.com/QB64-Phoenix-Edition/QB64pe/archive/v4.0.0/QB64pe-4.0.0.tar.gz"
MD5SUM="3b13d85cd57bb70cb3178f675a4f8e21"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
2 changes: 1 addition & 1 deletion development/qb64pe/slack-desc
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ qb64pe: QB64-PE is a modern extended BASIC programming language with embedded
qb64pe: OpenGL support that retains QuickBASIC 4.5 and QBasic compatibility
qb64pe: and compiles native binaries for Windows (Vista and up),
qb64pe: Linux and macOS.
qb64pe: Homepage https://qb64phoenix.com/
qb64pe:

0 comments on commit 72b5df1

Please sign in to comment.