chore: remove unused goreleaser checksum script

This commit is contained in:
2025-01-22 10:02:19 -06:00
parent d49c4e1799
commit 7593f1999f

View File

@@ -1,12 +0,0 @@
#!/bin/bash
set -e
if [ -z "$1" ]; then
echo "usage: $0 <path>"
exit 1
fi
SUM=$(shasum -a 256 "$1" | cut -d' ' -f1)
BASENAME=$(basename "$1")
echo -n "${SUM} ${BASENAME}" > "$1".sha256