mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
audio/volwheel: Updated for version 0.2.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
48578fa277
commit
2d399abd7c
2 changed files with 8 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
|
||||
# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=volwheel
|
||||
VERSION=${VERSION:-0.2.7}
|
||||
VERSION=${VERSION:-0.2.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -37,9 +37,9 @@ set -eu
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION-fixed
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-fixed.tar.gz
|
||||
cd $PRGNAM-$VERSION-fixed
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="volwheel"
|
||||
VERSION="0.2.7"
|
||||
VERSION="0.2.8"
|
||||
HOMEPAGE="http://oliwer.net/b/volwheel.html"
|
||||
DOWNLOAD="http://olwtools.googlecode.com/files/volwheel-0.2.7-fixed.tar.gz"
|
||||
MD5SUM="2a9742d38efacc1e4aefa3e0b9afa5e0"
|
||||
DOWNLOAD="http://olwtools.googlecode.com/files/volwheel-0.2.8.tar.gz"
|
||||
MD5SUM="aee73416972c4029dfb6a6048dcf0905"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Binh Nguyen"
|
||||
|
|
Loading…
Reference in a new issue