Browse Source
python/python3-soundfile: Version bump to 0.13.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/285/head
Jeremy Hansen
9 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/python3-soundfile/python3-soundfile.SlackBuild
-
python/python3-soundfile/python3-soundfile.info
|
|
@ -24,7 +24,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=python3-soundfile |
|
|
|
VERSION=${VERSION:-0.13.0} |
|
|
|
VERSION=${VERSION:-0.13.1} |
|
|
|
SRCNAM=${SRCNAM:-python-soundfile} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="python3-soundfile" |
|
|
|
VERSION="0.13.0" |
|
|
|
VERSION="0.13.1" |
|
|
|
HOMEPAGE="https://github.com/bastibe/python-soundfile" |
|
|
|
DOWNLOAD="https://github.com/bastibe/python-soundfile/archive/refs/tags/0.13.0/python-soundfile-0.13.0.tar.gz" |
|
|
|
MD5SUM="3337110d859488298c294682986de7fb" |
|
|
|
DOWNLOAD="https://github.com/bastibe/python-soundfile/archive/refs/tags/0.13.1/python-soundfile-0.13.1.tar.gz" |
|
|
|
MD5SUM="8c28697bcdcf44643e207631833137d3" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="python3-numpy" |
|
|
|