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 /python/python3-soundfile/python3-soundfile.SlackBuild | |
parent | 1493190434296bb9e0e888c7a30d17b22b23862f (diff) |
python/python3-soundfile: Version bump to 0.13.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-soundfile/python3-soundfile.SlackBuild')
-rw-r--r-- | python/python3-soundfile/python3-soundfile.SlackBuild | 2 |
1 files changed, 1 insertions, 1 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} |