From bf995fb765ab80f1c882a92999a194521c0bca89 Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 14 May 2019 16:18:52 +0200 Subject: [PATCH] rust: update to 1.34.2. [ci skip] --- srcpkgs/rust/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/rust/template b/srcpkgs/rust/template index 433f8f20dc8..5a3a86517f0 100644 --- a/srcpkgs/rust/template +++ b/srcpkgs/rust/template @@ -1,7 +1,7 @@ # Template file for 'rust' pkgname=rust -version=1.34.0 -revision=3 +version=1.34.2 +revision=1 _rust_dist_version=1.33.0 _cargo_dist_version=0.33.0 # NB. if you push any(!) new version, don't forget to put a build @@ -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=7ac85acffd79dd3a7c44305d9eaabd1f1e7116e2e6e11e770e4bf5f92c0f1f59 +checksum=c69a4a85a1c464368597df8878cb9e1121aae93e215616d45ad7d23af3052f56 lib32disabled=yes patch_args="-Np1"