[vlc-devel] [PATCH] tools: use sha512sum which is the same requirement as the contribs
Marvin Scholz (ePirat)
epirat07 at gmail.com
Fri Jul 20 11:43:18 CEST 2018
> Am 20.07.2018 um 09:06 schrieb Steve Lhomme <robux4 at ycbcr.xyz>:
>
> shasum is not available on the latest msys2
I am very sure this will break on macOS as it has no sha512sum.
> ---
> extras/tools/tools.mak | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
> index 8a86c32de4..299e1a66a1 100644
> --- a/extras/tools/tools.mak
> +++ b/extras/tools/tools.mak
> @@ -26,7 +26,7 @@ endif
>
> download_pkg = $(call download,$(VIDEOLAN)/$(2)/$(lastword $(subst /, ,$(@)))) || \
> ( $(call download,$(1)) && echo "Please upload package $(lastword $(subst /, ,$(@))) to our FTP" ) \
> - && grep $(@) SHA512SUMS| shasum -a 512 -c
> + && grep $(@) SHA512SUMS| sha512sum -c
>
> UNPACK = $(RM) -R $@ \
> $(foreach f,$(filter %.tar.gz %.tgz,$^), && tar xvzf $(f)) \
> --
> 2.17.0
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list