mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/uwm: Updated for version 0.2.11.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
214f2dd4a2
commit
69cd2561ee
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for uwm
|
||||
#
|
||||
# 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=uwm
|
||||
VERSION=0.2.10a
|
||||
VERSION=0.2.11
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -100,7 +100,7 @@ chmod 0644 $PKG/usr/share/$PRGNAM/config/StopScript
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS ChangeLog COPYING INSTALL INSTALL.UDE NEWS REQUIREMENTS \
|
||||
AUTHORS ChangeLog COPYING INSTALL INSTALL.UDE NEWS REQUIREMENTS README \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uwm"
|
||||
VERSION="0.2.10a"
|
||||
VERSION="0.2.11"
|
||||
HOMEPAGE="http://udeproject.sourceforge.net"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/udeproject/uwm-0.2.10a.tar.gz"
|
||||
MD5SUM="1370418179f56612ffe63d6ed0c89d13"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/udeproject/uwm-0.2.11.tar.gz"
|
||||
MD5SUM="d4952a7edffd30ac07f32fce244c86d7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue