mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-02 13:04:42 +01:00
python/python-whisper: Updated for version 0.9.15.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
51277c480f
commit
151f54ca5c
2 changed files with 7 additions and 8 deletions
|
@ -23,12 +23,11 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-whisper
|
||||
VERSION=${VERSION:-0.9.13_pre1}
|
||||
VERSION=${VERSION:-0.9.15}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=whisper
|
||||
SRCVER=${SRCVER:-0.9.13-pre1}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -62,9 +61,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $SRCNAM-$SRCVER
|
||||
tar xvf $CWD/$SRCVER.tar.gz || tar xvf $CWD/$SRCNAM-$SRCVER.tar.gz
|
||||
cd $SRCNAM-$SRCVER
|
||||
rm -rf $SRCNAM-$VERSION
|
||||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-whisper"
|
||||
VERSION="0.9.13_pre1"
|
||||
VERSION="0.9.15"
|
||||
HOMEPAGE="https://github.com/graphite-project/"
|
||||
DOWNLOAD="https://github.com/graphite-project/whisper/archive/0.9.13-pre1.tar.gz"
|
||||
MD5SUM="0e648f7e361dfcf908ec49f73d52dc32"
|
||||
DOWNLOAD="https://github.com/graphite-project/whisper/archive/0.9.15/whisper-0.9.15.tar.gz"
|
||||
MD5SUM="73608453c46cfeb80edf30fae78f1851"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue