rust-bin: 1.32.0 -> 1.33.0

This commit is contained in:
Danny Rawlins 2019-03-27 21:28:24 +11:00
parent 86e60a718a
commit 89e4b8afc6
3 changed files with 250 additions and 1912 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TUsan/YlzIvoAI/8PUsb9asQMpa6wn5QLgzYTNL2A36nNtsoTkTmX8kyEIkQmjj7ii0Zcj3fFCCwLi5d5NH/gI=
SHA256 (Pkgfile) = c7bbf3955c0a8d8b52fff30a5c4486618c672da20a24c514638d8fe335255e52
SHA256 (.footprint) = b48e8d58d99d9dd7893e84342ad2a761a870d8797800e41101b03902558de522
SHA256 (rust-1.32.0-bin.tar.xz) = 7a02cac729b3143514b2ccf937e475857b2253da01df85523bcdfda5c2b96b30
RWSE3ohX2g5d/YWctyPh4cpz/LRTYUjh9sVdpykILOpSgXLCjLPv7dVWG+1AieuJaHKF0ot7XjPjYyepoiRAK/ym5clBBbVm5wI=
SHA256 (Pkgfile) = c1fce1a9e686e73e198d5632952e7d12e77630bca30010ba068e046ba821be39
SHA256 (.footprint) = c6103955d31d9335a76e82424df75bf27d455abc89d89e4b42140c1786e15e8c
SHA256 (rust-1.33.0-bin.tar.xz) = 94c85005ad0ef4deb0ea44ac3e2032c351a174b4f0f4705890d1f390ab206080

View File

@ -5,11 +5,10 @@
# Optional: sccache
name=rust-bin
version=1.32.0
version=1.33.0
release=1
source=(https://crux.ster.zone/downloads/rust/rust-$version-bin.tar.xz)
build() {
cp -a $SRC/usr $PKG/
}