summaryrefslogtreecommitdiffstats
path: root/development/love/love.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/love/love.SlackBuild')
-rw-r--r--development/love/love.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/development/love/love.SlackBuild b/development/love/love.SlackBuild
index 296fc53b71..3e06b8622e 100644
--- a/development/love/love.SlackBuild
+++ b/development/love/love.SlackBuild
@@ -7,6 +7,7 @@
# Original version had no license; modified version licensed under the
# WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240322 bkw: update for v11.5.
# 20220611 bkw: update for v11.4.
# 20210902 bkw: BUILD=2, get rid of .la file
# 20200415 bkw:
@@ -16,7 +17,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=love
-VERSION=${VERSION:-11.4}
+VERSION=${VERSION:-11.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}