From 744f221b1fb5cf71f37ad3a94eb7304720d618d4 Mon Sep 17 00:00:00 2001 From: Niels Sascha Reedijk Date: Tue, 31 Jan 2023 17:22:03 +0000 Subject: [PATCH] Rust: update to 1.67.0 (#7816) --- ...rust_bin-1.66.0.recipe => rust_bin-1.67.0.recipe} | 12 ++++++------ ...bin-1.66.0.recipe => rust_wasm_bin-1.67.0.recipe} | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) rename dev-lang/rust_bin/{rust_bin-1.66.0.recipe => rust_bin-1.67.0.recipe} (90%) rename dev-lang/rust_wasm_bin/{rust_wasm_bin-1.66.0.recipe => rust_wasm_bin-1.67.0.recipe} (94%) diff --git a/dev-lang/rust_bin/rust_bin-1.66.0.recipe b/dev-lang/rust_bin/rust_bin-1.67.0.recipe similarity index 90% rename from dev-lang/rust_bin/rust_bin-1.66.0.recipe rename to dev-lang/rust_bin/rust_bin-1.67.0.recipe index e9ee187fc..ec1272996 100644 --- a/dev-lang/rust_bin/rust_bin-1.66.0.recipe +++ b/dev-lang/rust_bin/rust_bin-1.67.0.recipe @@ -2,24 +2,24 @@ SUMMARY="Modern and safe systems programming language" DESCRIPTION="Rust is a systems programming language that runs blazingly fast, \ prevents almost all crashes*, and eliminates data races." HOMEPAGE="https://www.rust-lang.org/" -COPYRIGHT="2022 The Rust Project Developers" +COPYRIGHT="2023 The Rust Project Developers" LICENSE="MIT" 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="d1121e2139720ee908179c884040decbc0af3546bece576af7efc67b6dc3256b" +CHECKSUM_SHA256="08c132c486f7a4b884184e95f943ddd27a1c4b7da855a185c1ece2120b016620" 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="97fa5e462da0151b6c0f2b99dd3af6f2fe59279b7971d69f939c47553d32e6d0" +CHECKSUM_SHA256="bbb066c75ad4dfe1361a96e4ebd4d95ef5a58e957a4f3dcf7f59d0ac7c6d54b3" 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="b2c49e77a6c1b23a805bbf476e297d80dcce01844498dbb1c525cd909f0ccc91" +CHECKSUM_SHA256="8bb08d19cce38fec75e6c7df97f67d77bce5717d05a4195be44a2e4e967169d3" 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.67.0" +cargoVersion="0.68.0" rustfmtVersion="1.5.1" -clippyVersion="0.1.66" +clippyVersion="0.1.67" rlsVersion="2.0.0" PROVIDES=" diff --git a/dev-lang/rust_wasm_bin/rust_wasm_bin-1.66.0.recipe b/dev-lang/rust_wasm_bin/rust_wasm_bin-1.67.0.recipe similarity index 94% rename from dev-lang/rust_wasm_bin/rust_wasm_bin-1.66.0.recipe rename to dev-lang/rust_wasm_bin/rust_wasm_bin-1.67.0.recipe index 6f7081b99..14783a5da 100644 --- a/dev-lang/rust_wasm_bin/rust_wasm_bin-1.66.0.recipe +++ b/dev-lang/rust_wasm_bin/rust_wasm_bin-1.67.0.recipe @@ -5,7 +5,7 @@ COPYRIGHT="2021 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="8575ec05e96f988232adfa3d44c085bd9ccbbd31862b1b041236d35156088a15" +CHECKSUM_SHA256="6dfb1077dc9ead19f6e9c3fa1616e25c4d61d102b74596e80138f0f8313500e8" SOURCE_DIR="rust-std-$portVersion-wasm32-unknown-unknown" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86"