diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-01-25 09:10:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-25 09:10:33 +0700 |
commit | 428933b4b4d4aee322602c626e715777111fe62f (patch) | |
tree | ab20fc07919145dca4a702f917cce12d7a92c8db | |
parent | 2c6cd9dbe4e42f94a98bbd39a8924b55a616617b (diff) | |
download | slackbuilds-428933b4b4d4aee322602c626e715777111fe62f.tar.gz |
system/cdemu-daemon: Updated for version 3.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/cdemu-daemon/README | 4 | ||||
-rw-r--r-- | system/cdemu-daemon/cdemu-daemon.SlackBuild | 4 | ||||
-rw-r--r-- | system/cdemu-daemon/cdemu-daemon.info | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/system/cdemu-daemon/README b/system/cdemu-daemon/README index b0bc1b62a4..b1229b97fc 100644 --- a/system/cdemu-daemon/README +++ b/system/cdemu-daemon/README @@ -2,6 +2,8 @@ CDEmu daemon is the userspace daemon part of the cdemu suite. a free, GPL CD/DVD-ROM device emulator for linux. This SlackBuild uses group cdrom as default. -To use another group ex. cdemu run the script like this: +To use another group (e.x. cdemu), add its name as an +argument to the GROUP variable when running the build script. +For example: GROUP=cdemu ./cdemu-daemon.SlackBuild diff --git a/system/cdemu-daemon/cdemu-daemon.SlackBuild b/system/cdemu-daemon/cdemu-daemon.SlackBuild index 6ac09d201d..691c02f314 100644 --- a/system/cdemu-daemon/cdemu-daemon.SlackBuild +++ b/system/cdemu-daemon/cdemu-daemon.SlackBuild @@ -4,7 +4,7 @@ # 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> +# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=cdemu-daemon -VERSION=${VERSION:-3.2.3} +VERSION=${VERSION:-3.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/cdemu-daemon/cdemu-daemon.info b/system/cdemu-daemon/cdemu-daemon.info index ae8100f106..3a27c0b19b 100644 --- a/system/cdemu-daemon/cdemu-daemon.info +++ b/system/cdemu-daemon/cdemu-daemon.info @@ -1,8 +1,8 @@ PRGNAM="cdemu-daemon" -VERSION="3.2.3" +VERSION="3.2.4" HOMEPAGE="https://cdemu.sourceforge.io/about/daemon/" -DOWNLOAD="https://downloads.sourceforge.net/cdemu/cdemu-daemon-3.2.3.tar.bz2" -MD5SUM="fbc4be370ebb9cec0b8593f91370be58" +DOWNLOAD="https://downloads.sourceforge.net/cdemu/cdemu-daemon-3.2.4.tar.bz2" +MD5SUM="9021f56fd95686f5b14d3b32f68e7b1a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmirage vhba-module" |