system/cdemu-client: Updated for version 3.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2019-03-11 09:12:13 +07:00 committed by Willy Sudiarto Raharjo
parent ff9f4a120b
commit 4dbb4e68b7
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

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

View file

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