From 525d856efc2f18a50b7403ec4624b0d2b128fd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 25 Mar 2018 19:28:17 +0200 Subject: [PATCH] cargo: fix x86_64-musl build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use cargo-0.25.0 distfile to fix dependency on outdated libressl. Signed-off-by: Jürgen Buchmüller --- srcpkgs/cargo/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo/template b/srcpkgs/cargo/template index 5ffdc3e2f6..6b3b62c483 100644 --- a/srcpkgs/cargo/template +++ b/srcpkgs/cargo/template @@ -17,9 +17,9 @@ nocross=yes case "$XBPS_MACHINE" in x86_64-musl) distfiles+=" - https://repo.voidlinux.eu/distfiles/cargo-0.24.0-x86_64-unknown-linux-musl.tar.gz" + https://repo.voidlinux.eu/distfiles/cargo-0.25.0-x86_64-unknown-linux-musl.tar.gz" checksum+=" - 8a784a2318eea7bfd7db7d854f51dc31a25ed866757bc948babbb8edb3ba41a0" + b909608608b36cd75f63f7aab1efb31f3eb50a1f0744151474ebc9559f721bdd" ;; x86_64) distfiles+="