mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/cdwrite: Updated for version 3.5.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
8bdf2cedc7
commit
b80b9f01ee
2 changed files with 7 additions and 6 deletions
|
@ -4,11 +4,12 @@
|
|||
# Written by Cezary M. Kruk (c.kruk@bigfoot.com)
|
||||
|
||||
PRGNAM=cdwrite
|
||||
VERSION=${VERSION:-3.4}
|
||||
ARCH=noarch
|
||||
VERSION=${VERSION:-3.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
ARCH=noarch
|
||||
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cdwrite"
|
||||
VERSION="3.4"
|
||||
VERSION="3.5"
|
||||
HOMEPAGE="http://linux-bsd-unix.strefa.pl"
|
||||
DOWNLOAD="http://linux-bsd-unix.strefa.pl/cdwrite-3.4.tar.gz"
|
||||
MD5SUM="a3ed5ccd90fcafc72bc3eee2e296b78e"
|
||||
DOWNLOAD="http://linux-bsd-unix.strefa.pl/cdwrite-3.5.tar.gz"
|
||||
MD5SUM="5185bc0e4f293453f60c6d476ef11a99"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Cezary M. Kruk"
|
||||
EMAIL="c.kruk@bigfoot.com"
|
||||
APPROVED="Niels Horn"
|
||||
APPROVED="dsomero"
|
||||
|
|
Loading…
Reference in a new issue