diff --git a/dev-lang/rust_bin/rust_bin-1.67.0.recipe b/dev-lang/rust_bin/rust_bin-1.69.0.recipe similarity index 90% rename from dev-lang/rust_bin/rust_bin-1.67.0.recipe rename to dev-lang/rust_bin/rust_bin-1.69.0.recipe index ec1272996..44d91bb7b 100644 --- a/dev-lang/rust_bin/rust_bin-1.67.0.recipe +++ b/dev-lang/rust_bin/rust_bin-1.69.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="08c132c486f7a4b884184e95f943ddd27a1c4b7da855a185c1ece2120b016620" +CHECKSUM_SHA256="354d32037cd21308ee49568dfc3ef0013202f3ca527ac4e7759cb933b9bc80af" 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="bbb066c75ad4dfe1361a96e4ebd4d95ef5a58e957a4f3dcf7f59d0ac7c6d54b3" +CHECKSUM_SHA256="5b98195a7ff872dfaffb344deb7fb75e296d961fe87e276c941cc557e4e468c3" 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="8bb08d19cce38fec75e6c7df97f67d77bce5717d05a4195be44a2e4e967169d3" +CHECKSUM_SHA256="82edb8acec7a0e314ca1ff7b9703d6eda82cd844fcce98eca842e3de24b3cba6" 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.68.0" -rustfmtVersion="1.5.1" -clippyVersion="0.1.67" +cargoVersion="0.70.0" +rustfmtVersion="1.5.2" +clippyVersion="0.1.69" rlsVersion="2.0.0" PROVIDES=" diff --git a/dev-lang/rust_wasm_bin/rust_wasm_bin-1.67.0.recipe b/dev-lang/rust_wasm_bin/rust_wasm_bin-1.69.0.recipe similarity index 94% rename from dev-lang/rust_wasm_bin/rust_wasm_bin-1.67.0.recipe rename to dev-lang/rust_wasm_bin/rust_wasm_bin-1.69.0.recipe index 14783a5da..e15c91384 100644 --- a/dev-lang/rust_wasm_bin/rust_wasm_bin-1.67.0.recipe +++ b/dev-lang/rust_wasm_bin/rust_wasm_bin-1.69.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="6dfb1077dc9ead19f6e9c3fa1616e25c4d61d102b74596e80138f0f8313500e8" +CHECKSUM_SHA256="7612af5850989609a230e3ea0451e2b59b117eae455be0d033190240d93d174b" SOURCE_DIR="rust-std-$portVersion-wasm32-unknown-unknown" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86"