mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/vhba-module: Updated for version 20120422.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
2e30630177
commit
d1c0dbf0af
2 changed files with 7 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for vhba-module
|
||||
|
||||
# Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2010-2011 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# Copyright 2010-2012 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,10 +23,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Revision date: 2011/09/24
|
||||
# Revision date: 2012/09/15
|
||||
|
||||
PRGNAM=vhba-module
|
||||
VERSION=${VERSION:-20110915}
|
||||
VERSION=${VERSION:-20120422}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -52,7 +52,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRC_VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vhba-module"
|
||||
VERSION="20110915"
|
||||
VERSION="20120422"
|
||||
HOMEPAGE="http://cdemu.sourceforge.net/pkg_vhba.php"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdemu/vhba-module-20110915.tar.gz"
|
||||
MD5SUM="fb90cd8fc4cd74d08c92e8235f99f1f4"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/cdemu/vhba-module-20120422.tar.bz2"
|
||||
MD5SUM="d97372da1d270d1605742b2995fb6678"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue