From e53d2e9b28a449ad4e52bc0d4520454293873e4a Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Fri, 8 Dec 2023 10:17:44 +0100 Subject: [PATCH] rust: update to 1.74.1 --- srcpkgs/rust/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 2c893b20cf3..b0fc2d3cbd7 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -8,7 +8,7 @@ # uploaded to https://repo-default.voidlinux.org/distfiles/ # pkgname=rust -version=1.74.0 +version=1.74.1 revision=1 hostmakedepends="curl pkg-config python3 tar cargo-bootstrap" makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm15" @@ -18,7 +18,7 @@ maintainer="Enno Boland " license="MIT, Apache-2.0" homepage="https://www.rust-lang.org/" distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz" -checksum=882b584bc321c5dcfe77cdaa69f277906b936255ef7808fcd5c7492925cf1049 +checksum=67db3e22fc9921c885baae5953ba144fc474cde29ec69ab56d43ce764206231d lib32disabled=yes make_check=no # CBA for now python_version=3 # needed for python files in rust-src