diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-03-06 09:35:12 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-09 08:08:14 +0700 |
commit | 8ff6603eba5eb8a23b14ec5b794073e63d8fe618 (patch) | |
tree | 218af4da7d1e22bcd7f9592913e2b7a9de39882b /python | |
parent | 9313a725a93b6612ee2e2250925a4a3154b18301 (diff) |
python/python3-maturin: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 c2113380af9be..eee93dfc2c7d0 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.4.0} +VERSION=${VERSION:-1.5.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 f336171642450..9f299e41fa7b6 100644 --- a/python/python3-maturin/python3-maturin.info +++ b/python/python3-maturin/python3-maturin.info @@ -1,10 +1,10 @@ PRGNAM="python3-maturin" -VERSION="1.4.0" +VERSION="1.5.0" HOMEPAGE="https://github.com/PyO3/maturin" -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="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_x86_64="" MD5SUM_x86_64="" REQUIRES="rust16 python3-setuptools-rust-opt" |