|
21 | 21 | # To bootstrap from scratch, set the channel and date from src/stage0.json
|
22 | 22 | # e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
|
23 | 23 | # or nightly wants some beta-YYYY-MM-DD
|
24 |
| -%define bootstrap_rust 1.73.0 |
| 24 | +%define bootstrap_rust 1.74.0 |
25 | 25 | %define bootstrap_cargo %{bootstrap_rust}
|
26 |
| -%define bootstrap_date 2023-10-05 |
| 26 | +%define bootstrap_date 2023-11-16 |
27 | 27 |
|
28 | 28 | %ifarch x32
|
29 | 29 | %define with_cross 1
|
|
36 | 36 | Summary: The Rust Programming Language
|
37 | 37 | Summary(pl.UTF-8): Język programowania Rust
|
38 | 38 | Name: rust
|
39 |
| -Version: 1.74.1 |
| 39 | +Version: 1.75.0 |
40 | 40 | Release: 1
|
41 | 41 | # Licenses: (rust itself) and (bundled libraries)
|
42 | 42 | License: (Apache v2.0 or MIT) and (BSD and ISC and MIT)
|
43 | 43 | Group: Development/Languages
|
44 | 44 | Source0: https://static.rust-lang.org/dist/%{rustc_package}.tar.xz
|
45 |
| -# Source0-md5: ed0a20a070a3470b63bc612c82ea23fa |
| 45 | +# Source0-md5: 62d794105a8c98923a67e6d9ce032be0 |
46 | 46 | Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
|
47 |
| -# Source1-md5: 707fd1a45230b0f1fb343780745ef55f |
| 47 | +# Source1-md5: d608ce47f4099374ec456a667a87ef38 |
48 | 48 | Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
|
49 |
| -# Source2-md5: dd509edb694dc917e13b970be94acea4 |
| 49 | +# Source2-md5: 14920e66eb12cb24022d5ac3f044c286 |
50 | 50 | Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-aarch64-unknown-linux-gnu.tar.xz
|
51 |
| -# Source3-md5: aa6889c1a6855952503b322688e227af |
| 51 | +# Source3-md5: 9a02e2cb332d53886587be184128c206 |
52 | 52 | Source4: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-arm-unknown-linux-gnueabihf.tar.xz
|
53 |
| -# Source4-md5: ece1c9ce74150808fd90ee9f8ec9b926 |
| 53 | +# Source4-md5: f503139222ec0711cde94fe905133419 |
54 | 54 | Source5: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-armv7-unknown-linux-gnueabihf.tar.xz
|
55 |
| -# Source5-md5: e39ca1687c341437a5fa5fdd1149dc1f |
| 55 | +# Source5-md5: 3a45f0ddab316ea7d41ac48e0f233d9d |
56 | 56 | URL: https://www.rust-lang.org/
|
57 | 57 | # for src/compiler-rt
|
58 | 58 | BuildRequires: cmake >= 3.4.3
|
|
0 commit comments