|
23 | 23 | # To bootstrap from scratch, set the channel and date from src/stage0.txt
|
24 | 24 | # e.g. 1.10.0 wants rustc: 1.9.0-2016-05-24
|
25 | 25 | # or nightly wants some beta-YYYY-MM-DD
|
26 |
| -%define bootstrap_rust 1.40.0 |
27 |
| -%define bootstrap_cargo 1.40.0 |
28 |
| -%define bootstrap_date 2019-12-19 |
| 26 | +%define bootstrap_rust 1.41.1 |
| 27 | +%define bootstrap_cargo 1.41.0 |
| 28 | +%define bootstrap_date 2020-02-27 |
29 | 29 |
|
30 | 30 | %ifarch x32
|
31 | 31 | %undefine with_cargo
|
|
34 | 34 | Summary: The Rust Programming Language
|
35 | 35 | Summary(pl.UTF-8): Język programowania Rust
|
36 | 36 | Name: rust
|
37 |
| -Version: 1.41.0 |
| 37 | +Version: 1.42.0 |
38 | 38 | Release: 1
|
39 | 39 | # Licenses: (rust itself) and (bundled libraries)
|
40 | 40 | License: (Apache v2.0 or MIT) and (BSD and ISC and MIT)
|
41 | 41 | Group: Development/Languages
|
42 | 42 | Source0: https://static.rust-lang.org/dist/%{rustc_package}.tar.xz
|
43 |
| -# Source0-md5: e8c9d1d39ceb0dd43ee0100d0f019da4 |
| 43 | +# Source0-md5: 03a6111956f8d3bfdfc21aedce7f06bc |
44 | 44 | Source1: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-x86_64-unknown-linux-gnu.tar.xz
|
45 |
| -# Source1-md5: db6b86d8f11fcc95a204e0e8bac5f2a0 |
| 45 | +# Source1-md5: 3336c39311a33005d51298c60b99f2c1 |
46 | 46 | Source2: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-%{bootstrap_rust}-i686-unknown-linux-gnu.tar.xz
|
47 |
| -# Source2-md5: 6adca51ae634e6bcd6b403fd554c4cb2 |
| 47 | +# Source2-md5: be3f4d5143483c754a3c272eb213cd07 |
48 | 48 | Source3: https://static.rust-lang.org/dist/%{bootstrap_date}/rust-std-%{bootstrap_rust}-x86_64-unknown-linux-gnux32.tar.xz
|
49 |
| -# Source3-md5: d0183d3eb143de574fa349d10e821730 |
| 49 | +# Source3-md5: 38da0bf057e0801669f18f74555830bf |
50 | 50 | URL: https://www.rust-lang.org/
|
51 | 51 | # for src/compiler-rt
|
52 | 52 | BuildRequires: cmake >= 3.4.3
|
|
0 commit comments