pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/rust-bin
Module Name: pkgsrc
Committed By: wiz
Date: Mon Oct 14 20:52:26 UTC 2024
Modified Files:
pkgsrc/lang/rust-bin: Makefile distinfo
Log Message:
rust-bin: update to 1.80.1.
Using wip/rust180-bin by he@ and myself, to follow lang/rust.
To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/lang/rust-bin/Makefile
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/rust-bin/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/rust-bin/Makefile
diff -u pkgsrc/lang/rust-bin/Makefile:1.68 pkgsrc/lang/rust-bin/Makefile:1.69
--- pkgsrc/lang/rust-bin/Makefile:1.68 Thu Sep 12 22:06:19 2024
+++ pkgsrc/lang/rust-bin/Makefile Mon Oct 14 20:52:26 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2024/09/12 22:06:19 gutteridge Exp $
+# $NetBSD: Makefile,v 1.69 2024/10/14 20:52:26 wiz Exp $
-DISTNAME= rust-1.79.0
+DISTNAME= rust-1.80.1
PKGNAME= ${DISTNAME:S/rust/rust-bin/1}
CATEGORIES= lang
MASTER_SITES= https://static.rust-lang.org/dist/
@@ -24,7 +24,7 @@ ONLY_FOR_PLATFORM+= NetBSD-*-x86_64
# he%NetBSD.org@localhost provided binaries
ONLY_FOR_PLATFORM+= NetBSD-*-aarch64
-#ONLY_FOR_PLATFORM+= NetBSD-*-aarch64eb
+ONLY_FOR_PLATFORM+= NetBSD-*-aarch64eb
ONLY_FOR_PLATFORM+= NetBSD-*-earmv7hf
ONLY_FOR_PLATFORM+= NetBSD-*-earmv6hf
ONLY_FOR_PLATFORM+= NetBSD-*-i386
@@ -68,39 +68,39 @@ DISTFILES:= # empty
# Rust upstream provided binaries
-.if !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MDarwin-*-aarch64} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= aarch64-apple-darwin
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
-.if !empty(MACHINE_PLATFORM:MDarwin-*-x86_64) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MDarwin-*-x86_64} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= x86_64-apple-darwin
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
-.if !empty(MACHINE_PLATFORM:MFreeBSD-*-x86_64) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MFreeBSD-*-x86_64} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= x86_64-unknown-freebsd
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
-.if !empty(MACHINE_PLATFORM:MLinux-*-i386) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MLinux-*-i386} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= i686-unknown-linux-gnu
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
-.if (!empty(MACHINE_PLATFORM:MLinux-*-aarch64) && !empty(GLIBC_VERSION)) || make(distinfo) || make(makesum) || make(mdi)
+.if (${MACHINE_PLATFORM:MLinux-*-aarch64} && !empty(GLIBC_VERSION)) || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= aarch64-unknown-linux-gnu
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
-.if (!empty(MACHINE_PLATFORM:MLinux-*-aarch64) && empty(GLIBC_VERSION)) || make(distinfo) || make(makesum) || make(mdi)
+.if (${MACHINE_PLATFORM:MLinux-*-aarch64} && empty(GLIBC_VERSION)) || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= aarch64-unknown-linux-musl
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
-.if (!empty(MACHINE_PLATFORM:MLinux-*-x86_64) && !empty(GLIBC_VERSION)) || make(distinfo) || make(makesum) || make(mdi)
+.if (${MACHINE_PLATFORM:MLinux-*-x86_64} && !empty(GLIBC_VERSION)) || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= x86_64-unknown-linux-gnu
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
-.if (!empty(MACHINE_PLATFORM:MLinux-*-x86_64) && empty(GLIBC_VERSION)) || make(distinfo) || make(makesum) || make(mdi)
+.if (${MACHINE_PLATFORM:MLinux-*-x86_64} && empty(GLIBC_VERSION)) || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= x86_64-unknown-linux-musl
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MNetBSD-*-x86_64} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= x86_64-unknown-netbsd
DISTFILES:= ${DISTFILES} ${DISTNAME}-${RUST_ARCH}.tar.gz
.endif
@@ -108,43 +108,40 @@ DISTFILES:= ${DISTFILES} ${DISTNAME}-${R
# NetBSD provided binaries:
NBSUF=
-# Selective for a few targets (rebuilt binaries):
-NB:= -nb1
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MNetBSD-*-aarch64} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= aarch64-unknown-netbsd
DN:= ${DISTNAME}${NBSUF}
EXTRACT_SUFX= .tar.xz
-DF:= ${DN}-${RUST_ARCH}${NB}${EXTRACT_SUFX}
+DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
DISTFILES:= ${DISTFILES} ${DF}
SITES.${DF}= ${NETBSD_REPO}
.endif
-#.if !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64eb) || make(distinfo) || make(makesum) || make(mdi)
-#RUST_ARCH:= aarch64_be-unknown-netbsd
-#DN:= ${DISTNAME}${NBSUF}
-#EXTRACT_SUFX= .tar.xz
-#DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
-#DISTFILES:= ${DISTFILES} ${DF}
-#SITES.${DF}= ${NETBSD_REPO}
-#.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv6hf) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MNetBSD-*-aarch64eb} || make(distinfo) || make(makesum) || make(mdi)
+RUST_ARCH:= aarch64_be-unknown-netbsd
+DN:= ${DISTNAME}${NBSUF}
+EXTRACT_SUFX= .tar.xz
+DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
+DISTFILES:= ${DISTFILES} ${DF}
+SITES.${DF}= ${NETBSD_REPO}
+.endif
+.if ${MACHINE_PLATFORM:MNetBSD-*-earmv6hf} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= armv6-unknown-netbsd-eabihf
DN:= ${DISTNAME}${NBSUF}
EXTRACT_SUFX= .tar.xz
-DF:= ${DN}-${RUST_ARCH}${NB}${EXTRACT_SUFX}
+DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
DISTFILES:= ${DISTFILES} ${DF}
SITES.${DF}= ${NETBSD_REPO}
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-earmv7hf) || make(distinfo) || make(makesum) || make(mdi)
-NB:= -nb1
-RUST_ARCH:= armv7-unknown-netbsd-eabihf${VMOD}
+.if ${MACHINE_PLATFORM:MNetBSD-*-earmv7hf} || make(distinfo) || make(makesum) || make(mdi)
+RUST_ARCH:= armv7-unknown-netbsd-eabihf
DN:= ${DISTNAME}${NBSUF}
EXTRACT_SUFX= .tar.xz
-DF:= ${DN}-${RUST_ARCH}${NB}${EXTRACT_SUFX}
+DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
DISTFILES:= ${DISTFILES} ${DF}
SITES.${DF}= ${NETBSD_REPO}
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MNetBSD-*-i386} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= i586-unknown-netbsd
DN:= ${DISTNAME}${NBSUF}
EXTRACT_SUFX= .tar.xz
@@ -152,8 +149,7 @@ DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
DISTFILES:= ${DISTFILES} ${DF}
SITES.${DF}= ${NETBSD_REPO}
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) || make(distinfo) || make(makesum) || make(mdi)
-# Now only supports OS_VERSION >= 9.0
+.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= powerpc-unknown-netbsd
DN:= ${DISTNAME}${NBSUF}
EXTRACT_SUFX= .tar.xz
@@ -161,7 +157,7 @@ DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
DISTFILES:= ${DISTFILES} ${DF}
SITES.${DF}= ${NETBSD_REPO}
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-sparc64) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MNetBSD-*-sparc64} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= sparc64-unknown-netbsd
DN:= ${DISTNAME}${NBSUF}
EXTRACT_SUFX= .tar.xz
@@ -169,7 +165,7 @@ DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
DISTFILES:= ${DISTFILES} ${DF}
SITES.${DF}= ${NETBSD_REPO}
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= mipsel-unknown-netbsd
DN:= ${DISTNAME}${NBSUF}
EXTRACT_SUFX= .tar.xz
@@ -177,7 +173,7 @@ DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
DISTFILES:= ${DISTFILES} ${DF}
SITES.${DF}= ${NETBSD_REPO}
.endif
-.if !empty(MACHINE_PLATFORM:MNetBSD-*-riscv64) || make(distinfo) || make(makesum) || make(mdi)
+.if ${MACHINE_PLATFORM:MNetBSD-*-riscv64} || make(distinfo) || make(makesum) || make(mdi)
RUST_ARCH:= riscv64gc-unknown-netbsd
DN:= ${DISTNAME}${NBSUF}
EXTRACT_SUFX= .tar.xz
@@ -187,14 +183,14 @@ SITES.${DF}= ${NETBSD_REPO}
.endif
# Illumos:
-.if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64) || make(distinfo) || make(makesum) || make(mdi)
-RUST_ARCH:= x86_64-unknown-illumos
-DN:= ${DISTNAME}
-EXTRACT_SUFX= .tar.gz
-DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
-DISTFILES:= ${DISTFILES} ${DF}
-SITES.${DF}= https://us-central.manta.mnx.io/pkgsrc/public/pkg-bootstraps/
-.endif
+#.if !empty(MACHINE_PLATFORM:MSunOS-*-x86_64) || make(distinfo) || make(makesum) || make(mdi)
+#RUST_ARCH:= x86_64-unknown-illumos
+#DN:= ${DISTNAME}
+#EXTRACT_SUFX= .tar.gz
+#DF:= ${DN}-${RUST_ARCH}${EXTRACT_SUFX}
+#DISTFILES:= ${DISTFILES} ${DF}
+#SITES.${DF}= https://us-central.manta.mnx.io/pkgsrc/public/pkg-bootstraps/
+#.endif
# Binary still extracts to plain non-nb'ed directory
@@ -251,18 +247,29 @@ RUST_LLVM_RPATH= ${PREFIX}/lib
FORCE_RPATH= --force-rpath
# 32-bit NetBSD ports need libatomic
-. if !empty(MACHINE_PLATFORM:MNetBSD-*-powerpc) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-earmv[67]hf) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-mipsel) || \
- !empty(MACHINE_PLATFORM:MNetBSD-*-i386)
+. if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} || \
+ ${MACHINE_PLATFORM:MNetBSD-*-earmv[67]hf} || \
+ ${MACHINE_PLATFORM:MNetBSD-*-mipsel} || \
+ ${MACHINE_PLATFORM:MNetBSD-*-i386}
. include "../../devel/libatomic/buildlink3.mk"
. endif
.PHONY: fix-relative-rpath
post-install: fix-relative-rpath
fix-relative-rpath:
-. for bin in bin/clippy-driver bin/miri bin/rls bin/rust-analyzer \
- bin/rustc bin/rustdoc libexec/rust-analyzer-proc-macro-srv
+. for bin in \
+ bin/cargo \
+ bin/cargo-clippy \
+ bin/cargo-fmt \
+ bin/clippy-driver \
+ bin/miri \
+ bin/rls \
+ bin/rust-analyzer \
+ bin/rust-demangler \
+ bin/rustc \
+ bin/rustdoc \
+ bin/rustfmt \
+ libexec/rust-analyzer-proc-macro-srv
if [ -f ${DESTDIR}${PREFIX}/${bin} ]; then \
${PREFIX}/bin/patchelf ${FORCE_RPATH} --set-rpath \
${PREFIX}/lib ${DESTDIR}${PREFIX}/${bin} ; \
Index: pkgsrc/lang/rust-bin/distinfo
diff -u pkgsrc/lang/rust-bin/distinfo:1.39 pkgsrc/lang/rust-bin/distinfo:1.40
--- pkgsrc/lang/rust-bin/distinfo:1.39 Thu Aug 8 15:02:57 2024
+++ pkgsrc/lang/rust-bin/distinfo Mon Oct 14 20:52:26 2024
@@ -1,56 +1,56 @@
-$NetBSD: distinfo,v 1.39 2024/08/08 15:02:57 he Exp $
+$NetBSD: distinfo,v 1.40 2024/10/14 20:52:26 wiz Exp $
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-aarch64-apple-darwin.tar.gz) = 9f50d07420f6344cdc67198ee3194b5fed2957260dd5dddc054a7af8c53d9afd
-SHA512 (rust-bin-1.79.0/rust-1.79.0-aarch64-apple-darwin.tar.gz) = d46685ba1542ea3c6f4e514d49538c41e21c8117d45a2cf1c7724604e5eb86a3a6e3a830fec271b117d52b2896fd77bc5b35aaa35e7e5e937f43ec34870d5fb9
-Size (rust-bin-1.79.0/rust-1.79.0-aarch64-apple-darwin.tar.gz) = 333587301 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-aarch64-unknown-linux-gnu.tar.gz) = 136afff99dc44f6744beb9fed6deab00a8f43ba52b58d1425c65abea62ffef29
-SHA512 (rust-bin-1.79.0/rust-1.79.0-aarch64-unknown-linux-gnu.tar.gz) =
2c7da6e98a3e4e253e52fcdbcccc9dedfdb318245d01ffa487b7c0e4a08be57074e5729c078656df1a4a62b3152b0d9570de5c7436a4e5e85706987f6cd0678c
-Size (rust-bin-1.79.0/rust-1.79.0-aarch64-unknown-linux-gnu.tar.gz) = 477659187 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-aarch64-unknown-linux-musl.tar.gz) = e7c3096c647e4f50124ef686a830066f6f42c3bf354015c7c61e1dc9ff477e82
-SHA512 (rust-bin-1.79.0/rust-1.79.0-aarch64-unknown-linux-musl.tar.gz) =
31d9a0a3262cbf8d643460c6fa0b740449d93df873555bf824bbf7719612de4a1dda65ef156d5ca05024f1586a03871b2faef685ebd0cc8e51d342f4377343b3
-Size (rust-bin-1.79.0/rust-1.79.0-aarch64-unknown-linux-musl.tar.gz) = 385573620 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-aarch64-unknown-netbsd-nb1.tar.xz) = c86fcc8553ab79979a707069f8601c7cfeeaff2ca098b2fda98e09829a29f371
-SHA512 (rust-bin-1.79.0/rust-1.79.0-aarch64-unknown-netbsd-nb1.tar.xz) =
71900dcb88166b7325aeb989d8e393963b4f4d175840edc7346b2d9a21cc533f1db6e9d6d79908016f67a7fee335f914f599381a858b30572ca89a49512a1ece
-Size (rust-bin-1.79.0/rust-1.79.0-aarch64-unknown-netbsd-nb1.tar.xz) = 170829728 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-armv6-unknown-netbsd-eabihf-nb1.tar.xz) = bb347bcf94c7bf4534abd9fec799072badd3b2581c5089217864f44396c2a04e
-SHA512 (rust-bin-1.79.0/rust-1.79.0-armv6-unknown-netbsd-eabihf-nb1.tar.xz) =
4417738b8593db3b1cb21f1f1389640a33ec4b000f5fe76964a14a8bf0520b5c30f0ccf513f610d2dd47f7886b84bbe978574dcaa50d93ce690557170500b410
-Size (rust-bin-1.79.0/rust-1.79.0-armv6-unknown-netbsd-eabihf-nb1.tar.xz) = 146628408 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-armv7-unknown-netbsd-eabihf-nb1.tar.xz) = cda96f407be700f67fd6b68e9f631d9a8119c794a1df497553336883f6318b98
-SHA512 (rust-bin-1.79.0/rust-1.79.0-armv7-unknown-netbsd-eabihf-nb1.tar.xz) =
7cec5490e07d18e8b5aaf5a27f758e38b77c6c54b2296187a06bd37c98da499a952835dd015c030800f095821f3d60211e23ceedee594ca0328a18d92ab8c264
-Size (rust-bin-1.79.0/rust-1.79.0-armv7-unknown-netbsd-eabihf-nb1.tar.xz) = 149672748 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-i586-unknown-netbsd.tar.xz) = 059c032bb835c281da45c95a979ef0d99ed2911b4b86c6a58841f471e738d11f
-SHA512 (rust-bin-1.79.0/rust-1.79.0-i586-unknown-netbsd.tar.xz) = 46f32ec247c2ae87e3414c262eb726bb7988341bcb9b37ed23b8ad4d6480cc8207657f2d18c0c9302292bbf2bcb806d85fd7b4f986579f00dc15b8178be593c9
-Size (rust-bin-1.79.0/rust-1.79.0-i586-unknown-netbsd.tar.xz) = 185694828 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-i686-unknown-linux-gnu.tar.gz) = 31d7466f796971968a518084ae9e2d2707f1f6e60957b661d587e8eba7254c80
-SHA512 (rust-bin-1.79.0/rust-1.79.0-i686-unknown-linux-gnu.tar.gz) = b2972d14c5dbb12df7b57cf2aed0d0402f2b8295b0fc80da7fd385803da03d63ab8d5e27c7d6693bdbe5802597d130e9fc9667bca616e5cc81d283c23fe347c7
-Size (rust-bin-1.79.0/rust-1.79.0-i686-unknown-linux-gnu.tar.gz) = 429029849 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-mipsel-unknown-netbsd.tar.xz) = 87238b2e136b26405cb1bfe05285cd85f3adbc64d1719c1097642386b7e401b3
-SHA512 (rust-bin-1.79.0/rust-1.79.0-mipsel-unknown-netbsd.tar.xz) = 7fe631300f6878029acf4b3f743d2879f09964b772826f0c78ae22f718c77dc422dcaee0af8e7ee8d974f1bcd8fc4dee25e76b765484705eb70a0e9cbcdc2227
-Size (rust-bin-1.79.0/rust-1.79.0-mipsel-unknown-netbsd.tar.xz) = 151319904 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-powerpc-unknown-netbsd.tar.xz) = 7885fb1fe5077ad82bdeb560bb9af4c21eabe9a3ff9f6afcd9e9f1dd1d641c7c
-SHA512 (rust-bin-1.79.0/rust-1.79.0-powerpc-unknown-netbsd.tar.xz) = 60820e694a88e85eda6f333c77950ee7b3adf67b3071b15c93220b120d0ce72ee54daf959e824e52d9ff0bfd76d0786db75d3aa2b2b17e1fb04475464c9a3076
-Size (rust-bin-1.79.0/rust-1.79.0-powerpc-unknown-netbsd.tar.xz) = 198348404 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-riscv64gc-unknown-netbsd.tar.xz) = bb67f5cdd034cf0bb3a873396de7090721254a6734556886f8f93e11cd1d8a03
-SHA512 (rust-bin-1.79.0/rust-1.79.0-riscv64gc-unknown-netbsd.tar.xz) = 2ddd905d72ddb65cd5ed84b09169983374c2e9868a375f77a477c8e1efe47e0fa72d894fd38ac6cc57e8dfef3a09bb16aa87eef42f1fb222ea287e90c923fe98
-Size (rust-bin-1.79.0/rust-1.79.0-riscv64gc-unknown-netbsd.tar.xz) = 187669196 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-sparc64-unknown-netbsd.tar.xz) = a1f76c31603cfc04d44a606f9be7a3fb0c50be5ed9f83f7e265fc4dcf89172a2
-SHA512 (rust-bin-1.79.0/rust-1.79.0-sparc64-unknown-netbsd.tar.xz) = 7671b15ed3290ee9ea1541b0770cd970c7baf6a9fcd615ae0757cd972665d9cf2e1ac54c47f89a8e45263c62090016852957778f78cf889d457aa6b1363008fb
-Size (rust-bin-1.79.0/rust-1.79.0-sparc64-unknown-netbsd.tar.xz) = 167745612 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-x86_64-apple-darwin.tar.gz) = 748d746565059239c098d3ecd03c12821393dd4c0202b4071265cb8dc4c19d69
-SHA512 (rust-bin-1.79.0/rust-1.79.0-x86_64-apple-darwin.tar.gz) = 978cacdb6c4e5d4b38a1b28eaaca38ed0eeb81bf67f68bdda2f6fde19da80b4bb58f4b305c661df51a4ee9085a7d2ee0859e89167afbe87806373af77363416b
-Size (rust-bin-1.79.0/rust-1.79.0-x86_64-apple-darwin.tar.gz) = 338174040 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-freebsd.tar.gz) = 2be5e32b34aa254bdf24e59f5f58f7814926db30cf740df52d16b7fd5e08f99c
-SHA512 (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-freebsd.tar.gz) = 886e21c494d2bcaab307f51c66033bcda76100028804c86fcbb25c5eaab329b4cb05d060350270fc98e1291d6c6fea1dcf0c71668cc74517a4b405f6078c8fa2
-Size (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-freebsd.tar.gz) = 321707464 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-illumos.tar.gz) = 935497255d398ab3264d8be8072836c7934ecdf136007b439b33ff5cbb1fbc25
-SHA512 (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-illumos.tar.gz) = 992bba31f2a17c9076ac265736f692b700afd957bce2058286930bf180ef01a931f0d56c0834194d245bc826d00bc88e8edb4f3ee3b5048f047e6eaa427b6e1d
-Size (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-illumos.tar.gz) = 213199204 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-linux-gnu.tar.gz) = 62b441a4f50d7cf43ac0fc88d7f8cfa130660e631e7e054fb8ac09add329f497
-SHA512 (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-linux-gnu.tar.gz) = 70ce4774fea419b09b6ce4cce3de5392070d07db62c05c67964bd5317bf8de521705330c2bbbd6ad8418ca4e1cb37bfce8def83bdde9577fd66a57fbe48bc78e
-Size (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-linux-gnu.tar.gz) = 329537108 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-linux-musl.tar.gz) = 4c18cdf3e52a740ee094ef160362c365c225244719ce418a9da2c89526613a59
-SHA512 (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-linux-musl.tar.gz) =
7b043664eea007d17ff18574bcb1850ccdf2fa9d73acb50938eff906c590e4c94d03d9bedabf8fe615215c532922f7d63d762ad5da5add567b63ff257a2499b2
-Size (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-linux-musl.tar.gz) = 469824113 bytes
-BLAKE2s (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-netbsd.tar.gz) = 879de3eb364fd717e212120fc03a38a60d5bdff46f7d930d16e3c7864453dabb
-SHA512 (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-netbsd.tar.gz) = c2acdc8822b94b9df7adfde34eac2a2356d9ff641ad34d0757fbd23b26d367a952e5406dad861f7a265b3d9bb9ebbd85305c0d6c9930eaadcbafcff4a76de36c
-Size (rust-bin-1.79.0/rust-1.79.0-x86_64-unknown-netbsd.tar.gz) = 298566914 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-aarch64-apple-darwin.tar.gz) = e8552097f84ea7683be3df74148257cbe54765153550e080d7a107086f394e0f
+SHA512 (rust-bin-1.80.1/rust-1.80.1-aarch64-apple-darwin.tar.gz) = 235810513a0020e712d09b4cc881f5bf093fe31c2e83107ddc0aaa3aa25060a99dc18ad9ec4ea94515bde4ddba6341b45b09f9b896a4aa3cf40c332fb8c4a2c9
+Size (rust-bin-1.80.1/rust-1.80.1-aarch64-apple-darwin.tar.gz) = 338216464 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-aarch64-unknown-linux-gnu.tar.gz) = acbb838e3febb199614208376dbf73951a7e1318c25c65e046203e446338e51a
+SHA512 (rust-bin-1.80.1/rust-1.80.1-aarch64-unknown-linux-gnu.tar.gz) =
06dc6a3b05fbbb28c915056168c4dc8c3b5d5d52c7c77ef86454e3219dc509f8d8eca0ad636e417a79638f2ace59dfd32d038069d89b0518f209eaf31b7aed5e
+Size (rust-bin-1.80.1/rust-1.80.1-aarch64-unknown-linux-gnu.tar.gz) = 484810238 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-aarch64-unknown-linux-musl.tar.gz) = f0a05ad4d60eceb24a89eb1cde86e95f3c2de83b20fd94685d02bf755ec68d9d
+SHA512 (rust-bin-1.80.1/rust-1.80.1-aarch64-unknown-linux-musl.tar.gz) =
8444eeeaa9d66d8555f7aad85fae9d276a9c6571a50f6380ea2d72bfbcecc6b157ba974b6aa54bbd27981df8eae640563f92e4cb20f6afa28d8f69ce269c04f1
+Size (rust-bin-1.80.1/rust-1.80.1-aarch64-unknown-linux-musl.tar.gz) = 389115946 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-aarch64-unknown-netbsd.tar.xz) = 61cea37dd5792f492c2644f7f21ec2c61b37ffb537d593848dd792773ca86af6
+SHA512 (rust-bin-1.80.1/rust-1.80.1-aarch64-unknown-netbsd.tar.xz) = aa8dd128a1abfd5a740f738fbc115c36dceb6997834d1eff6de73a7bea941426569dd154058ce0167d91bd7fd607fa1f7b96a0aaed22af3d1f98365db1d72a7f
+Size (rust-bin-1.80.1/rust-1.80.1-aarch64-unknown-netbsd.tar.xz) = 172190840 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-aarch64_be-unknown-netbsd.tar.xz) = 269594581c9530022621bf1ff077b55655ab86c71dd165a2eab6afaeb85711c3
+SHA512 (rust-bin-1.80.1/rust-1.80.1-aarch64_be-unknown-netbsd.tar.xz) =
9af9f238a5b51757271f39c6ddc78b294768679ee2cd931f4c8d81022f0d9c91b31e9ff9a73a76d109e9ae87f494138a64f3320adf130b2dc42ae3caacfa4e2d
+Size (rust-bin-1.80.1/rust-1.80.1-aarch64_be-unknown-netbsd.tar.xz) = 170426396 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-armv6-unknown-netbsd-eabihf.tar.xz) = f5495b2f107774e78536e4caf2e2c56e3e680cc701a1d8230d37065ee74046a2
+SHA512 (rust-bin-1.80.1/rust-1.80.1-armv6-unknown-netbsd-eabihf.tar.xz) =
a894f9416e38002bb2843379fe0fe7316b3da39f8dd50025f0b3ec9627721d0fbca642f3acb7b46cd76f1b1a803aedd5beb9d1204544384cdacb19a7c01fdb4f
+Size (rust-bin-1.80.1/rust-1.80.1-armv6-unknown-netbsd-eabihf.tar.xz) = 148976808 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-armv7-unknown-netbsd-eabihf.tar.xz) = 4e5c207135ffb8e8108da75f2a3811505aaa931664d7003d8beac9494dc04677
+SHA512 (rust-bin-1.80.1/rust-1.80.1-armv7-unknown-netbsd-eabihf.tar.xz) =
812555c8b5527e1081c02b3f02e11c4e45d8822eb12f8525378f99f27cc7170e50d41bcd97bd57898068fa713ed8995d33a3b890f80b06fbfdb6d517122f70af
+Size (rust-bin-1.80.1/rust-1.80.1-armv7-unknown-netbsd-eabihf.tar.xz) = 150699540 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-i586-unknown-netbsd.tar.xz) = f6946d2c2ad63008d710eb6dab89140e19512d52e277ab18bb8ca014a77afe71
+SHA512 (rust-bin-1.80.1/rust-1.80.1-i586-unknown-netbsd.tar.xz) = 0e91a871bbf8c319a50487216f21315f626ba4e01906fd11d8b8a6c340eebad40ea22f4fd25adf61323faec63c38fe499b6cec54244cdec56a8bffca3e087a4e
+Size (rust-bin-1.80.1/rust-1.80.1-i586-unknown-netbsd.tar.xz) = 188463156 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-i686-unknown-linux-gnu.tar.gz) = 786d74439668086d839c89207ba168154fc0cd39b2b8a03c4e97fd8b6d070f07
+SHA512 (rust-bin-1.80.1/rust-1.80.1-i686-unknown-linux-gnu.tar.gz) = 3ec4219c42001144149db0557c45de85be9977343641431bf37d1c440b5a9095b496a5b74a2dc0da326cf91020cad3abfe8df6c0b5444cc8c9354c03002651c0
+Size (rust-bin-1.80.1/rust-1.80.1-i686-unknown-linux-gnu.tar.gz) = 434569276 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-mipsel-unknown-netbsd.tar.xz) = 78510f81778e147453ca0e4b954c16596135bb4be5b5ee03dbe522bfcf5741ef
+SHA512 (rust-bin-1.80.1/rust-1.80.1-mipsel-unknown-netbsd.tar.xz) = 98f8378f23b9001bfc729a24a5cc32434a5f0acd91a9fe6699f1db970203528003f815631cd8a9a28316a5b9db8388be8a548fb74beb7393a18191518258e88d
+Size (rust-bin-1.80.1/rust-1.80.1-mipsel-unknown-netbsd.tar.xz) = 153027124 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-powerpc-unknown-netbsd.tar.xz) = 9f7c94a22d6248740258fd4336e890da58c71c6b8cb06544f6d24f5c36f170ad
+SHA512 (rust-bin-1.80.1/rust-1.80.1-powerpc-unknown-netbsd.tar.xz) = 2a37b85bf3b5373819552e0844d0e272e2386030c4b05844e4b87147bf53df25072dff21e8d3fab5562033dd91b582ee2eb55f4d1727d1654e86c16c347f86ad
+Size (rust-bin-1.80.1/rust-1.80.1-powerpc-unknown-netbsd.tar.xz) = 200660060 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-riscv64gc-unknown-netbsd.tar.xz) = 6145de62149f041d7bc6632e49e4c0258ce47d30187054950dabfa85d58d2daa
+SHA512 (rust-bin-1.80.1/rust-1.80.1-riscv64gc-unknown-netbsd.tar.xz) = ae56ce7326e7a40c543b0fc23f45fb4e70df2693e69f708658744de5f1ca6113f61b6600859cfeede4fb79f0f8c8bb61b4f13d0bf914e01bba4a547a0bad1a8d
+Size (rust-bin-1.80.1/rust-1.80.1-riscv64gc-unknown-netbsd.tar.xz) = 189557556 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-sparc64-unknown-netbsd.tar.xz) = 3cfb6f84dc94f0ecab5a5cbdb8e6bcb4b99fadaa67a4d38c05db2ac1b081a9b7
+SHA512 (rust-bin-1.80.1/rust-1.80.1-sparc64-unknown-netbsd.tar.xz) = 1679d43fa17d07f0f76218e91a538f5e2c4eb60917894f0d6bba3fa99a046dc2f9d82e293c4d2c2886e52f75e73d6b8f3bee4481c59d2d6d8f52f4f785bf864a
+Size (rust-bin-1.80.1/rust-1.80.1-sparc64-unknown-netbsd.tar.xz) = 168170056 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-x86_64-apple-darwin.tar.gz) = 2c64867f560ea4a5403ee68523c384d6717d281b36ebce06e73a59c01200daf7
+SHA512 (rust-bin-1.80.1/rust-1.80.1-x86_64-apple-darwin.tar.gz) = 8bcbe05679c9257301a97b6220c607bdc89bfcba6458ceddec398152e9081b5cd08a13c1fb99755da177adae4aeee8b2017a963d1fe83e82bc11bf94231ead5e
+Size (rust-bin-1.80.1/rust-1.80.1-x86_64-apple-darwin.tar.gz) = 342436964 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-freebsd.tar.gz) = 4cba92e989fb6f05cbc3521e959d77d7cc50be1046bd268e7bbc1dce67c632a2
+SHA512 (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-freebsd.tar.gz) = efcafadb9b78bfe9e779047186a6f5232a84eabbf7f7db56582f76c8d76285465eafc30e881328e06555da3531b9e879ddd982d1080930f5528c7c491e33d431
+Size (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-freebsd.tar.gz) = 325362067 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-linux-gnu.tar.gz) = df8878890b9337a0d09b29f31748b146cc02f6d7d7006b1c8f1393ecbcd220ef
+SHA512 (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-linux-gnu.tar.gz) = 222e19b986f5e2ff3607c41b15383db604fcf11c4eae8f129f73b4cfd1a5954f13e64f3a4512577af21d7ed2bb623e7f8b8de5fab0356d4544cd1552b8da59a0
+Size (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-linux-gnu.tar.gz) = 335779502 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-linux-musl.tar.gz) = 8fffaec88283857a380c500f3b79f32ad9fc61c3a24d4fda7ddb7d9f1e6f46d7
+SHA512 (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-linux-musl.tar.gz) =
6dfff8039267b899f8c1faead9726bb8a063a9d0d95d6d4b2a7c0c55904ff1e5d0f785c5884c9523c2e44f444e1f916dcabc6e01aa45a241af4bc3d97e4087aa
+Size (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-linux-musl.tar.gz) = 475090238 bytes
+BLAKE2s (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-netbsd.tar.gz) = 06fc3bc6a8cb7499056e26a7e78fbc95c81e60966bc68e7237b37e3a3e0469b8
+SHA512 (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-netbsd.tar.gz) = fd0cf4b40a3f9a2e67f691d4eda39e773647219f56bf0bb7b1a51f0309a000f67fb2dd9f0209609a75a44340f8c6d24314bbaabeae3867518caa5a20a04012b2
+Size (rust-bin-1.80.1/rust-1.80.1-x86_64-unknown-netbsd.tar.gz) = 302243523 bytes
Home |
Main Index |
Thread Index |
Old Index