mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
development/qb64pe: Updated for version 3.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5a5501ed21
commit
b33c5410d9
5 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
VERSION=3.11.0
|
||||
VERSION=3.12.0
|
||||
DEST="$HOME/.config/qb64pe-$VERSION"
|
||||
if [ ! -d $DEST ]
|
||||
then
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for qb64pe (from qb64phoenix.com)
|
||||
|
||||
# Copyright 2023 Antonio Leal, Porto Salvo, Oeiras, Portugal
|
||||
# Copyright 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.11.0}
|
||||
VERSION=${VERSION:-3.12.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=QB64-PE Programming IDE
|
||||
GenericName=QB64-PE Programming IDE
|
||||
Exec=qb64pe-launcher "$@"
|
||||
Icon=qb64pe.png
|
||||
Exec=qb64pe-launcher %F
|
||||
Icon=qb64pe
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development;IDE;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qb64pe"
|
||||
VERSION="3.11.0"
|
||||
VERSION="3.12.0"
|
||||
HOMEPAGE="https://qb64phoenix.com/"
|
||||
DOWNLOAD="https://github.com/QB64-Phoenix-Edition/QB64pe/archive/v3.11.0/QB64pe-3.11.0.tar.gz"
|
||||
MD5SUM="6faadd58c3e15e1b66508b45c3cc7d5b"
|
||||
DOWNLOAD="https://github.com/QB64-Phoenix-Edition/QB64pe/archive/v3.12.0/QB64pe-3.12.0.tar.gz"
|
||||
MD5SUM="f5e43d15462c169e619bc78d05d004a9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -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:
|
||||
qb64pe: Homepage https://qb64phoenix.com/
|
||||
|
|
Loading…
Reference in a new issue