@@ -2,21 +2,18 @@ PKG := rust
22$(PKG)_WEBSITE := https://www.rust-lang.org/
33$(PKG)_DESCR := A systems programming language focused on safety, speed and concurrency.
44$(PKG)_IGNORE :=
5- # https://static.rust-lang.org/dist/2025-01-20 /rustc-nightly-src.tar.xz.sha256
5+ # https://static.rust-lang.org/dist/2025-02-01 /rustc-nightly-src.tar.xz.sha256
66$(PKG)_VERSION := nightly
7- $(PKG)_CHECKSUM := 3655b93464e7d2a34abcf2c3cf52a454d83db14e42dabdc573d0cc9615fb5a96
7+ $(PKG)_CHECKSUM := 77c8be92286d56bcb22286097cab680df83bd4f179066e5af7d3bace7960c5da
88$(PKG)_PATCHES := $(realpath $(sort $(wildcard $(dir $(lastword $(MAKEFILE_LIST ) ) ) /patches/$(PKG ) -[0-9]* .patch) ) )
99$(PKG)_SUBDIR := $(PKG ) c-$($(PKG ) _VERSION) -src
1010$(PKG)_FILE := $(PKG ) c-$($(PKG ) _VERSION) -src.tar.xz
11- $(PKG)_URL := https://static.rust-lang.org/dist/2025-01-20 /$($(PKG ) _FILE)
11+ $(PKG)_URL := https://static.rust-lang.org/dist/2025-02-01 /$($(PKG ) _FILE)
1212$(PKG)_DEPS := $(BUILD ) ~$(PKG )
1313$(PKG)_TARGETS := $(BUILD ) $(MXE_TARGETS )
1414
1515$(PKG)_DEPS_$(BUILD) := $(BUILD ) ~llvm
1616
17- # Build Rust from source to support to ensure that it links
18- # against UCRT (the prebuilt Rust binaries are built with
19- # --with-default-msvcrt=msvcrt)
2017define $(PKG)_BUILD_$(BUILD)
2118 # x86_64-pc-linux-gnu -> x86_64-unknown-linux-gnu
2219 $(eval BUILD_RUST := $(firstword $(subst -, ,$(BUILD ) ) ) -unknown-linux-gnu)
0 commit comments