cargo: fix x86_64-musl build
Use cargo-0.25.0 distfile to fix dependency on outdated libressl. Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
8e8291bdee
commit
525d856efc
1 changed files with 2 additions and 2 deletions
|
@ -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+="
|
||||
|
|
Loading…
Reference in a new issue