From 6eb052d42d320f0b275fa4ecb87a38989cb906e4 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 25 Jan 2020 09:11:56 +0700 Subject: system/gcdemu: Updated for version 3.2.4. Signed-off-by: Willy Sudiarto Raharjo --- system/gcdemu/gcdemu.SlackBuild | 7 +++---- system/gcdemu/gcdemu.info | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'system/gcdemu') diff --git a/system/gcdemu/gcdemu.SlackBuild b/system/gcdemu/gcdemu.SlackBuild index 6fcd5d01eb..2cbe862db3 100644 --- a/system/gcdemu/gcdemu.SlackBuild +++ b/system/gcdemu/gcdemu.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for gcdemu # # Copyright 2013 Niels Horn, Rio de Janeiro, RJ, Brazil -# Copyright 2018-2019 Isaac Yu +# Copyright 2018-2020 Isaac Yu # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gcdemu -VERSION=${VERSION:-3.2.3} +VERSION=${VERSION:-3.2.4} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -44,8 +44,7 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 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 \ + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -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 {} \; diff --git a/system/gcdemu/gcdemu.info b/system/gcdemu/gcdemu.info index 09f20bd4af..1a80f15758 100644 --- a/system/gcdemu/gcdemu.info +++ b/system/gcdemu/gcdemu.info @@ -1,8 +1,8 @@ PRGNAM="gcdemu" -VERSION="3.2.3" +VERSION="3.2.4" HOMEPAGE="https://cdemu.sourceforge.io/about/gcdemu/" -DOWNLOAD="https://downloads.sourceforge.net/cdemu/gcdemu-3.2.3.tar.bz2" -MD5SUM="03bf5795410fcb21abfb38a9e1cbec90" +DOWNLOAD="https://downloads.sourceforge.net/cdemu/gcdemu-3.2.4.tar.bz2" +MD5SUM="942e8b223985a67fb8096c44fdc40df4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cdemu-daemon pygobject3-python3" -- cgit v1.2.3