Skip to content

Commit bec4e69

Browse files
committed
Added sponge256sum
For more information, please refer to: https://lordmulder.github.io/sponge-hash-aes256/sponge256sum/index.html
1 parent 7a38309 commit bec4e69

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

code/worker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if [ x"${URL:0:22}" == x"https://api.github.com" ] || [ x"${GHURL:0:22}" == x"ht
4848
echo "URL from GitHub API: $URL"
4949
GHUSER=$(echo "$URL" | cut -d '/' -f 4)
5050
GHREPO=$(echo "$URL" | cut -d '/' -f 5)
51-
LICENSE=$(echo "$API_JSON" | grep spdx_id | cut -d '"' -f 4 | head -n 1)
51+
LICENSE=$(echo "$API_JSON" | grep spdx_id | cut -d '"' -f 4 | head -n 1) || true
5252
fi
5353

5454
# Download the file if it is not already there

data/sponge256sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/lordmulder/sponge-hash-aes256/

0 commit comments

Comments
 (0)