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.SlackBuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/development/love/love.SlackBuild b/development/love/love.SlackBuild
index c1cadf5c9e..296fc53b71 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.
+# 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}