mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
system/cdemu-daemon: Updated for version 3.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0f5d9618b5
commit
ff9f4a120b
2 changed files with 5 additions and 6 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cdemu-daemon"
|
||||
VERSION="3.2.1"
|
||||
VERSION="3.2.2"
|
||||
HOMEPAGE="http://cdemu.sourceforge.net/about/daemon/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-daemon-3.2.1.tar.bz2"
|
||||
MD5SUM="673bec5d723d4710fe8835109ec6be92"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-daemon-3.2.2.tar.bz2"
|
||||
MD5SUM="bdcf29b7a741e60b34bb80d24423203b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libmirage vhba-module"
|
||||
|
|
Loading…
Reference in a new issue