system/wmconfig: Updated for version 1.4.0.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
69cd2561ee
commit
2ecfdafe73
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for wmconfig
|
||||
#
|
||||
# Copyright 2011-2012 Tracy Williams <t_s_williams[at]yahoo[dot]com>
|
||||
# Copyright 2011-2013 Tracy Williams <t_s_williams[at]yahoo[dot]com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=wmconfig
|
||||
VERSION=1.3.6
|
||||
VERSION=1.4.0
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -84,7 +84,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS ChangeLog COPYING INSTALL NEWS README TODO misc \
|
||||
AUTHORS ChangeLog COPYING INSTALL README TODO misc \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="wmconfig"
|
||||
VERSION="1.3.6"
|
||||
VERSION="1.4.0"
|
||||
HOMEPAGE="http://www.arrishq.net/"
|
||||
DOWNLOAD="http://www.arrishq.net/files/wmconfig-1.3.6.tar.bz2"
|
||||
MD5SUM="53644505c9354bfe6cddf27aafc0a826"
|
||||
DOWNLOAD="http://www.arrishq.net/files/wmconfig-1.4.0.tar.bz2"
|
||||
MD5SUM="e7dd729d1698c28de35a303c536cfa52"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue