rust: update to 1.15.1.
This commit is contained in:
parent
9e0b1b1a0e
commit
e421d5923a
2 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'rust'
|
||||
pkgname=rust
|
||||
version=1.15.0
|
||||
version=1.15.1
|
||||
revision=1
|
||||
# NB. if you push any(!) new version, don't forget to put a build
|
||||
# output of musl to https://repo.voidlinux.eu/distfiles/
|
||||
|
@ -17,7 +17,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
homepage="http://www.rust-lang.org/"
|
||||
license="MIT, Apache-2.0"
|
||||
distfiles="https://static.rust-lang.org/dist/rustc-${version}-src.tar.gz"
|
||||
checksum=33f3747d231ede34b56c6cc0ae6be8cbaa29d2fdb39d86f25693dceb9fc5f164
|
||||
checksum=2e7daad418a830b45b977cd7ecf181b65f30f73df63ff36e124ea5fe5d1af327
|
||||
|
||||
case "$XBPS_MACHINE" in
|
||||
x86_64-musl)
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
pkgname=rustc
|
||||
site="https://github.com/rust-lang/rust/tags"
|
||||
pattern='/archive/\K[\d\.]+(?=\.tar\.gz")'
|
||||
|
|
Loading…
Reference in a new issue