add sha256 checksum for pup [ci-skip]

This commit is contained in:
Nemo 2022-04-25 12:42:22 +05:30
parent 4553266282
commit f09ab6fe41
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export PUP_BINARY="$(which pup)"
if ! command -v pup &> /dev/null
then
wget https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_linux_amd64.zip -O pup.zip
echo "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 pup.zip" | sha256sum --check
unzip pup.zip
rm pup.zip
chmod +x ./pup