mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
system/cdemu-client: Updated for version 3.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ff9f4a120b
commit
4dbb4e68b7
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
# command-line client for cdemu-daemon
|
||||
|
||||
# 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 +25,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=cdemu-client
|
||||
VERSION=${VERSION:-3.2.0}
|
||||
VERSION=${VERSION:-3.2.1}
|
||||
ARCH=noarch
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="cdemu-client"
|
||||
VERSION="3.2.0"
|
||||
VERSION="3.2.1"
|
||||
HOMEPAGE="http://cdemu.sourceforge.net/about/client/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-client-3.2.0.tar.bz2"
|
||||
MD5SUM="da971b08ae76b1d65464a158213c6c30"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdemu/cdemu-client-3.2.1.tar.bz2"
|
||||
MD5SUM="e4fc6eeb767c6c7173a171b7db3726fa"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="cdemu-daemon pygobject3-python3"
|
||||
|
|
Loading…
Reference in a new issue