From 8dce5a7915313fb4e7c1c8e7e4f8340e3192ce38 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Thu, 8 Aug 2024 17:36:23 +0200 Subject: [PATCH] rust: update to 1.80.1 --- srcpkgs/rust/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 9327db52dc3..bd9d67ca9ba 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.80.0 +version=1.80.1 revision=1 hostmakedepends="curl pkg-config python3 tar cargo-bootstrap" makedepends="libffi-devel ncurses-devel libxml2-devel zlib-devel llvm18-devel" @@ -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=6f606c193f230f6b2cae4576f7b24d50f5f9b25dff11dbf9b22f787d3521d672 +checksum=2c0b8f643942dcb810cbcc50f292564b1b6e44db5d5f45091153996df95d2dc4 lib32disabled=yes make_check=no # CBA for now python_version=3 # needed for python files in rust-src