diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-01-25 13:50:57 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-01 10:17:27 +0700 |
commit | 6ff557b513787999b3d0b26e2128fa679ee63748 (patch) | |
tree | b9ec3dc8227cccf91471ab15d933c78450d1dbb8 | |
parent | 1493190434296bb9e0e888c7a30d17b22b23862f (diff) |
python/python3-soundfile: Version bump to 0.13.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-soundfile/python3-soundfile.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-soundfile/python3-soundfile.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-soundfile/python3-soundfile.SlackBuild b/python/python3-soundfile/python3-soundfile.SlackBuild index 68a49a2df5..69eed815ee 100644 --- a/python/python3-soundfile/python3-soundfile.SlackBuild +++ b/python/python3-soundfile/python3-soundfile.SlackBuild @@ -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} diff --git a/python/python3-soundfile/python3-soundfile.info b/python/python3-soundfile/python3-soundfile.info index 921a86c95d..1c0fd49ac1 100644 --- a/python/python3-soundfile/python3-soundfile.info +++ b/python/python3-soundfile/python3-soundfile.info @@ -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" |