hugo: Add hash extraction

This commit is contained in:
Richard Kuhnt 2017-06-12 11:49:01 +02:00
parent 1e59f69769
commit bcd0c07e3d

View File

@ -24,6 +24,9 @@
"32bit": { "32bit": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip" "url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_windows-32bit.zip"
} }
},
"hash": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_checksums.txt"
} }
} }
} }