system/cdemu-daemon: Updated for version 3.2.4.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2020-01-25 09:10:33 +07:00 committed by Willy Sudiarto Raharjo
parent 2c6cd9dbe4
commit 428933b4b4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 6 deletions

View file

@ -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

View file

@ -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}

View file

@ -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"