[vlc-commits] [Git][videolan/vlc][master] extras/tools: add /dev/stdin to sha512sum command

Steve Lhomme (@robUx4) gitlab at videolan.org
Sat Mar 8 09:03:23 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
2564699f by Marvin Scholz at 2025-03-08T06:33:41+00:00
extras/tools: add /dev/stdin to sha512sum command

This is needed with the sha512sum introduced on recent macOS versions
and matches what is already done for contribs too.

- - - - -


1 changed file:

- extras/tools/tools.mak


Changes:

=====================================
extras/tools/tools.mak
=====================================
@@ -37,7 +37,7 @@ endif
 
 download_pkg = $(call download,$(VIDEOLAN)/$(2)/$(lastword $(subst /, ,$(@)))) || \
 	( $(call download,$(1)) && echo "Please upload this package $(lastword $(subst /, ,$(@))) to our FTP" )  \
-	&& grep $(@) $(TOOLS)/SHA512SUMS| $(SHA512SUM)
+	&& grep $(@) $(TOOLS)/SHA512SUMS| $(SHA512SUM) /dev/stdin
 
 ifeq ($(V),1)
 TAR_VERBOSE := v



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2564699fa2c51bb969a2ca0ff76788005dc1968b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/2564699fa2c51bb969a2ca0ff76788005dc1968b
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list