Skip to content

Commit

Permalink
rustup: update to 1.22.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgruenhage authored and ahesford committed Jul 18, 2020
1 parent f2a03b8 commit 4c7bd44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/rustup/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'rustup'
pkgname=rustup
version=1.22.0
version=1.22.1
revision=1
build_style=cargo
configure_args="--features no-self-update --bin rustup-init"
Expand All @@ -11,7 +11,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="Apache-2.0, MIT"
homepage="https://www.rustup.rs"
distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz"
checksum=1810c0b12f32d85cd0302c1cc73b88893fb8aa7f20ec22cb4bf53ed25bb130fe
checksum=ad46cc624f318a9493aa62fc9612a450564fe20ba93c689e0ad856bff3c64c5b

do_install() {
vbin target/${RUST_TARGET}/release/rustup-init
Expand Down

0 comments on commit 4c7bd44

Please sign in to comment.