From 6c9c43ed6c2bdc4679b0bd13b9eccb287622d43f Mon Sep 17 00:00:00 2001 From: Niels Sascha Reedijk Date: Tue, 31 Oct 2023 05:51:05 +0000 Subject: [PATCH] Rust: update to 1.73.0 (#9712) --- ...st_bin-1.69.0.recipe => rust_bin-1.73.0.recipe} | 14 ++++++-------- ...n-1.69.0.recipe => rust_wasm_bin-1.73.0.recipe} | 4 ++-- 2 files changed, 8 insertions(+), 10 deletions(-) rename dev-lang/rust_bin/{rust_bin-1.69.0.recipe => rust_bin-1.73.0.recipe} (88%) rename dev-lang/rust_wasm_bin/{rust_wasm_bin-1.69.0.recipe => rust_wasm_bin-1.73.0.recipe} (91%) diff --git a/dev-lang/rust_bin/rust_bin-1.69.0.recipe b/dev-lang/rust_bin/rust_bin-1.73.0.recipe similarity index 88% rename from dev-lang/rust_bin/rust_bin-1.69.0.recipe rename to dev-lang/rust_bin/rust_bin-1.73.0.recipe index 44d91bb7b..99e77c8e2 100644 --- a/dev-lang/rust_bin/rust_bin-1.69.0.recipe +++ b/dev-lang/rust_bin/rust_bin-1.73.0.recipe @@ -9,17 +9,17 @@ REVISION="1" case "$effectiveTargetArchitecture" in x86) SOURCE_URI="https://dl.rust-on-haiku.com/dist/$portVersion/rust-$portVersion-i686-unknown-haiku.tar.xz" -CHECKSUM_SHA256="354d32037cd21308ee49568dfc3ef0013202f3ca527ac4e7759cb933b9bc80af" +CHECKSUM_SHA256="5104aa0bd295a5d3b319ea0e5d4452445250265efb2b32c8feb0807528f03bf7" SOURCE_DIR="rust-$portVersion-i686-unknown-haiku" ;; x86_64) SOURCE_URI="https://dl.rust-on-haiku.com/dist/$portVersion/rust-$portVersion-x86_64-unknown-haiku.tar.xz" -CHECKSUM_SHA256="5b98195a7ff872dfaffb344deb7fb75e296d961fe87e276c941cc557e4e468c3" +CHECKSUM_SHA256="b126a85d03876903248d82c5163f2e48e50d2200cc64635e67dffa59e211bbaa" SOURCE_DIR="rust-$portVersion-x86_64-unknown-haiku" ;; *) SOURCE_URI="https://dl.rust-on-haiku.com/dist/$portVersion/rustc-$portVersion-src.tar.xz" -CHECKSUM_SHA256="82edb8acec7a0e314ca1ff7b9703d6eda82cd844fcce98eca842e3de24b3cba6" +CHECKSUM_SHA256="bce1c6df79192aa3056b95b2d2c28b69166b8a3376c97f893f2a68c1a1eab978" SOURCE_DIR="rustc-$portVersion-src" ;; esac @@ -28,9 +28,9 @@ ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86" DISABLE_SOURCE_PACKAGE=yes -cargoVersion="0.70.0" -rustfmtVersion="1.5.2" -clippyVersion="0.1.69" +cargoVersion="0.74.0" +rustfmtVersion="1.6.0" +clippyVersion="0.1.73" rlsVersion="2.0.0" PROVIDES=" @@ -52,8 +52,6 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix - lib:libcurl$secondaryArchSuffix - lib:libssh2$secondaryArchSuffix lib:libssl$secondaryArchSuffix lib:libz$secondaryArchSuffix " diff --git a/dev-lang/rust_wasm_bin/rust_wasm_bin-1.69.0.recipe b/dev-lang/rust_wasm_bin/rust_wasm_bin-1.73.0.recipe similarity index 91% rename from dev-lang/rust_wasm_bin/rust_wasm_bin-1.69.0.recipe rename to dev-lang/rust_wasm_bin/rust_wasm_bin-1.73.0.recipe index e15c91384..12e239bb3 100644 --- a/dev-lang/rust_wasm_bin/rust_wasm_bin-1.69.0.recipe +++ b/dev-lang/rust_wasm_bin/rust_wasm_bin-1.73.0.recipe @@ -1,11 +1,11 @@ SUMMARY="Wasm target for the Rust compiler" DESCRIPTION="Adds support for the wasm32-unknown-unknown target for Rust." HOMEPAGE="https://www.rust-lang.org/" -COPYRIGHT="2021 The Rust Project Developers" +COPYRIGHT="2023 The Rust Project Developers" LICENSE="MIT" REVISION="1" SOURCE_URI="https://dl.rust-on-haiku.com/dist/$portVersion/rust-std-$portVersion-wasm32-unknown-unknown.tar.xz" -CHECKSUM_SHA256="7612af5850989609a230e3ea0451e2b59b117eae455be0d033190240d93d174b" +CHECKSUM_SHA256="5ed7e4b61a65dac01d0e7b19c74ae5b0fc41f9665f6052d6a3d859202b8f3607" SOURCE_DIR="rust-std-$portVersion-wasm32-unknown-unknown" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86"