mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/love: Updated for version 11.4.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bcdc0b51d5
commit
4846381298
2 changed files with 6 additions and 5 deletions
|
@ -7,6 +7,7 @@
|
|||
# Original version had no license; modified version licensed under the
|
||||
# WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
# 20220611 bkw: update for v11.4.
|
||||
# 20210902 bkw: BUILD=2, get rid of .la file
|
||||
# 20200415 bkw:
|
||||
# - take over maintenance
|
||||
|
@ -15,8 +16,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=love
|
||||
VERSION=${VERSION:-11.3}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-11.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="love"
|
||||
VERSION="11.3"
|
||||
VERSION="11.4"
|
||||
HOMEPAGE="https://love2d.org"
|
||||
DOWNLOAD="https://github.com/love2d/love/releases/download/11.3/love-11.3-linux-src.tar.gz"
|
||||
MD5SUM="21fb1630b1edfe7b0699bc10abe2d9a0"
|
||||
DOWNLOAD="https://github.com/love2d/love/releases/download/11.4/love-11.4-linux-src.tar.gz"
|
||||
MD5SUM="e2f47e738ee362b043ccab5d5b9405eb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmodplug luajit physfs"
|
||||
|
|
Loading…
Reference in a new issue