diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2019-09-14 11:26:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-14 11:26:05 +0700 |
commit | 38648a9cbc55636d77528c8097f91883b74ae272 (patch) | |
tree | 530fdac3292e8af7e3e3421e33e4e289b35a9128 /system/cdemu-daemon/cdemu-daemon.SlackBuild | |
parent | a7341ea30a0df11a28303f9071b68cc8c86b62d8 (diff) | |
download | slackbuilds-38648a9cbc55636d77528c8097f91883b74ae272.tar.gz |
system/cdemu-daemon: Updated for version 3.2.3.
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, 3 insertions, 2 deletions
diff --git a/system/cdemu-daemon/cdemu-daemon.SlackBuild b/system/cdemu-daemon/cdemu-daemon.SlackBuild index 9744242bbd..6ac09d201d 100644 --- a/system/cdemu-daemon/cdemu-daemon.SlackBuild +++ b/system/cdemu-daemon/cdemu-daemon.SlackBuild @@ -1,7 +1,8 @@ #!/bin/sh # Slackware build script for cdemu-daemon -# Copyright 2008 Niklas "Nille" Åkerström + +# Copyright 2008 Niklas "Nille" Åkerström # Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com> # Copyright 2018-2019 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. @@ -24,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cdemu-daemon -VERSION=${VERSION:-3.2.2} +VERSION=${VERSION:-3.2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |