diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-03-23 21:41:33 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-30 09:39:48 +0700 |
commit | aeece2a18d76abec4254b8c2b2a701858fa5fc51 (patch) | |
tree | d02df3fa4c4a306ebc9009c2ec03a9bf6af10182 | |
parent | 6accf9703170c9589ac7713b51e9b342269e9d29 (diff) |
python/python3-maturin: Updated for version 1.5.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-maturin/python3-maturin.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-maturin/python3-maturin.info | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-maturin/python3-maturin.SlackBuild b/python/python3-maturin/python3-maturin.SlackBuild index eee93dfc2c7d0..05fbccae88ae9 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.5.0} +VERSION=${VERSION:-1.5.1} 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 9f299e41fa7b6..92c71c2f79062 100644 --- a/python/python3-maturin/python3-maturin.info +++ b/python/python3-maturin/python3-maturin.info @@ -1,10 +1,10 @@ PRGNAM="python3-maturin" -VERSION="1.5.0" +VERSION="1.5.1" HOMEPAGE="https://github.com/PyO3/maturin" -DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.5.0.tar.gz \ - https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.5.0-1.tar.xz" -MD5SUM="0ad4510331b9d76c19d287bfe120016b \ - 5cbf5b99a3b6ae86f2f79de6fb5b40d2" +DOWNLOAD="https://files.pythonhosted.org/packages/source/m/maturin/maturin-1.5.1.tar.gz \ + https://slackware.uk/~fourtysixandtwo/src/maturin-vendored-sources-1.5.1-1.tar.xz" +MD5SUM="f2d2e72a6d97a7561e7d7222090418af \ + de11e6557b831f50d7c3df7baaa88fae" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="rust16 python3-setuptools-rust-opt" |