summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Johannes Schoepfer <slackbuilds@schoepfer.info>2023-05-18 00:41:46 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-20 11:17:06 +0700
commite33479bd00458dd2cebe1476c2cbe669af6e4794 (patch)
tree85e6fe76ae12e2a30e3b0b1c8f5f6597b4c32fa6
parent69c4fc8604eb3a2e4761f7a0803eb1ae599d6744 (diff)
downloadslackbuilds-e33479bd00458dd2cebe1476c2cbe669af6e4794.tar.gz
slackbuilds-e33479bd00458dd2cebe1476c2cbe669af6e4794.tar.xz
games/lbreakouthd: Updated for version 1.1.3.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--games/lbreakouthd/lbreakouthd.SlackBuild6
-rw-r--r--games/lbreakouthd/lbreakouthd.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/games/lbreakouthd/lbreakouthd.SlackBuild b/games/lbreakouthd/lbreakouthd.SlackBuild
index d9ceeab45b..fa64dd93ef 100644
--- a/games/lbreakouthd/lbreakouthd.SlackBuild
+++ b/games/lbreakouthd/lbreakouthd.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=lbreakouthd
-VERSION=${VERSION:-1.1.2}
+VERSION=${VERSION:-1.1.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -72,9 +72,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
CFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/games/lbreakouthd/lbreakouthd.info b/games/lbreakouthd/lbreakouthd.info
index da3d33d325..7275abd78a 100644
--- a/games/lbreakouthd/lbreakouthd.info
+++ b/games/lbreakouthd/lbreakouthd.info
@@ -1,8 +1,8 @@
PRGNAM="lbreakouthd"
-VERSION="1.1.2"
+VERSION="1.1.3"
HOMEPAGE="https://lgames.sourceforge.io/LBreakoutHD/"
-DOWNLOAD="https://sourceforge.net/projects/lgames/files/lbreakouthd/lbreakouthd-1.1.2.tar.gz"
-MD5SUM="8e30eb0477a14443db949f136a1786d5"
+DOWNLOAD="https://sourceforge.net/projects/lgames/files/lbreakouthd/lbreakouthd-1.1.3.tar.gz"
+MD5SUM="be31a9c920852b579e731fc243fdb947"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""