hugo: fix hash extraction url

This commit is contained in:
Richard Kuhnt 2018-03-18 16:35:26 +01:00
parent e2b77d6812
commit 77f52905f6

View File

@ -26,7 +26,7 @@
} }
}, },
"hash": { "hash": {
"url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_checksums.txt" "url": "https://github.com/spf13/hugo/releases/download/v$version/hugo_$version_checksums.txt"
} }
} }
} }