We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2988b8 commit d22ee51Copy full SHA for d22ee51
components/rust/rustc/Makefile
@@ -30,12 +30,12 @@ include ../../../make-rules/shared-macros.mk
30
GCC_ROOT = /usr/gcc/12
31
32
COMPONENT_NAME = rustc
33
-COMPONENT_VERSION = 1.68.0
+COMPONENT_VERSION = 1.68.2
34
COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION)-src
35
COMPONENT_PROJECT_URL = http://www.rust-lang.org/
36
COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.xz
37
COMPONENT_ARCHIVE_HASH = \
38
- sha256:8651245e8708f11d0f65ba9fdb394c4b9300d603d318045664b371729da9eac4
+ sha256:ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0
39
COMPONENT_ARCHIVE_URL = https://static.rust-lang.org/dist/$(COMPONENT_ARCHIVE)
40
COMPONENT_SIG_URL = $(COMPONENT_ARCHIVE_URL).asc
41
0 commit comments