summaryrefslogtreecommitdiffstats
path: root/python/python3-maturin
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-22 00:15:26 +0100
committer Willy Sudiarto Raharjo2023-12-22 02:00:23 +0100
commitb62dcbe64c391790ab8f5083be10f3d732d981c4 (patch)
treece88fefb5edd2ba0fcfccc0c4102c1edbf0e3654 /python/python3-maturin
parentb125aad7d4ec72677c21b686ec642733bb898646 (diff)
downloadslackbuilds-b62dcbe64c391790ab8f5083be10f3d732d981c4.tar.gz
python/python3-maturin: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-maturin')
-rw-r--r--python/python3-maturin/python3-maturin.SlackBuild2
-rw-r--r--python/python3-maturin/python3-maturin.info10
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-maturin/python3-maturin.SlackBuild b/python/python3-maturin/python3-maturin.SlackBuild
index 3f5637eeb0..17c8fcf9a7 100644
--- a/python/python3-maturin/python3-maturin.SlackBuild
+++ b/python/python3-maturin/python3-maturin.SlackBuild
@@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-maturin
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-1.3.2}
+VERSION=${VERSION:-1.4.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-maturin/python3-maturin.info b/python/python3-maturin/python3-maturin.info
index 853d6eb508..f336171642 100644
--- a/python/python3-maturin/python3-maturin.info
+++ b/python/python3-maturin/python3-maturin.info
@@ -1,10 +1,10 @@
PRGNAM="python3-maturin"
-VERSION="1.3.2"
+VERSION="1.4.0"
HOMEPAGE="https://github.com/PyO3/maturin"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.3.2.tar.gz \
- https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.3.2-1.tar.xz"
-MD5SUM="c1b19aa8ad8575ca7c453343317b756e \
- 5300d6d391ec6f30aa3dc1047a8b4012"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.4.0.tar.gz \
+ https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.4.0-1.tar.xz"
+MD5SUM="4298a860747a5cdb5ee59804e7e6a2e5 \
+ 10a38cc07cfa68307ea5c64c1c9ad16f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="rust16 python3-setuptools-rust-opt"