diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-03-11 09:11:38 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:16 +0700 |
commit | ff9f4a120b3450d484fc6be7533b969dc9ba04ee (patch) | |
tree | 38bf8d4f8f02da7014aa9ac91fcd8407a6c598cf /system/cdemu-daemon/cdemu-daemon.SlackBuild | |
parent | 0f5d9618b5ee2e243ead6f7a5894db3df3cfaab4 (diff) |
system/cdemu-daemon: Updated for version 3.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cdemu-daemon/cdemu-daemon.SlackBuild')
-rw-r--r-- | system/cdemu-daemon/cdemu-daemon.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/cdemu-daemon/cdemu-daemon.SlackBuild b/system/cdemu-daemon/cdemu-daemon.SlackBuild index 5d1c48458403..9744242bbd53 100644 --- a/system/cdemu-daemon/cdemu-daemon.SlackBuild +++ b/system/cdemu-daemon/cdemu-daemon.SlackBuild @@ -1,10 +1,9 @@ #!/bin/sh # Slackware build script for cdemu-daemon -# # Copyright 2008 Niklas "Nille" Åkerström # Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com> -# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cdemu-daemon -VERSION=${VERSION:-3.2.1} +VERSION=${VERSION:-3.2.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |