mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
rustup: update to 1.28.2
This commit is contained in:
parent
f71951419d
commit
ce10fb98ed
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'rustup'
|
# Template file for 'rustup'
|
||||||
pkgname=rustup
|
pkgname=rustup
|
||||||
version=1.28.1
|
version=1.28.2
|
||||||
revision=1
|
revision=1
|
||||||
# rustup doesn't recognize this target
|
# rustup doesn't recognize this target
|
||||||
archs="~armv*-musl"
|
archs="~armv*-musl"
|
||||||
|
@ -16,7 +16,7 @@ license="Apache-2.0 OR MIT"
|
||||||
homepage="https://www.rustup.rs"
|
homepage="https://www.rustup.rs"
|
||||||
changelog="https://raw.githubusercontent.com/rust-lang/rustup/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/rust-lang/rustup/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/rust-lang/rustup/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/rust-lang/rustup/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=2def2f9a0a4a21c80f862c0797c2d76e765e0e7237e1e41f28324722ab912bac
|
checksum=5987dcb828068a4a5e29ba99ab26f2983ac0c6e2e4dc3e5b3a3c0fafb69abbc0
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin target/${RUST_TARGET}/release/rustup-init
|
vbin target/${RUST_TARGET}/release/rustup-init
|
||||||
|
|
Loading…
Add table
Reference in a new issue