From e1de7a1fdf66bd26013582d9d571a3e9460d8a57 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Fri, 5 Jul 2019 04:34:02 -0700 Subject: [PATCH] put hashes back into a single file. --- integrations/influxunifi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/influxunifi/Makefile b/integrations/influxunifi/Makefile index a27c126c..c02d8539 100644 --- a/integrations/influxunifi/Makefile +++ b/integrations/influxunifi/Makefile @@ -44,7 +44,7 @@ release: clean vendor test macos arm windows linux_packages for i in $(BINARY)*.exe; do zip -9qm release/$$i.zip $$i;done mv *.rpm *.deb release/ # Generating File Hashes - for i in release/*; do /bin/echo -n "$$i " ; (openssl dgst -r -sha256 "$$i" | head -c64 ; echo) | tee "$$i.sha256.txt"; done + openssl dgst -r -sha256 release/* | sed 's#release/##' | tee release/checksums.sha256.txt # Delete all build assets. clean: