diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-07-28 03:37:00 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-03 15:05:23 +0700 |
commit | d5a45dae13c23806f4447f6638b251d0fb06d2e9 (patch) | |
tree | 5faa749ae263bda904aadbdf6850b486cdca5f37 /python/python3-maturin/python3-maturin.SlackBuild | |
parent | c55924b8555685e501c560e708d0740c21d8810e (diff) |
python/python3-maturin: Updated for version 1.7.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-maturin/python3-maturin.SlackBuild')
-rw-r--r-- | python/python3-maturin/python3-maturin.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-maturin/python3-maturin.SlackBuild b/python/python3-maturin/python3-maturin.SlackBuild index 3bd41a06ac..7d1a69c8bd 100644 --- a/python/python3-maturin/python3-maturin.SlackBuild +++ b/python/python3-maturin/python3-maturin.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-maturin SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |