diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-01-25 09:11:56 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-25 09:11:56 +0700 |
commit | 6eb052d42d320f0b275fa4ecb87a38989cb906e4 (patch) | |
tree | c5f9122178a00fd727d1049402655e3478df9f1c /system/gcdemu | |
parent | a5460902e0bf9807226f5b4933c51ad124daec92 (diff) | |
download | slackbuilds-6eb052d42d320f0b275fa4ecb87a38989cb906e4.tar.gz |
system/gcdemu: Updated for version 3.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gcdemu')
-rw-r--r-- | system/gcdemu/gcdemu.SlackBuild | 7 | ||||
-rw-r--r-- | system/gcdemu/gcdemu.info | 6 |
2 files changed, 6 insertions, 7 deletions
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 <niels.horn@gmail.com> -# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com> # 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" |