diff options
Diffstat (limited to 'system/gcdemu/gcdemu.SlackBuild')
-rw-r--r-- | system/gcdemu/gcdemu.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/gcdemu/gcdemu.SlackBuild b/system/gcdemu/gcdemu.SlackBuild index 3b664074b7fc9..1c4d26b7818e7 100644 --- a/system/gcdemu/gcdemu.SlackBuild +++ b/system/gcdemu/gcdemu.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for gcdemu # -# Copyright 2013 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2013 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com> +# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gcdemu -VERSION=${VERSION:-3.0.0} +VERSION=${VERSION:-3.1.0} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |