From 3cb37ac5b884edf05d536be685caf3079a39410b Mon Sep 17 00:00:00 2001 From: Mark Hollomon <43250483+mhhollomon@users.noreply.github.com> Date: Sun, 9 Dec 2018 08:59:59 -0500 Subject: [PATCH] Add hugo-extended version 0.52 (#2872) --- hugo-extended.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 hugo-extended.json diff --git a/hugo-extended.json b/hugo-extended.json new file mode 100644 index 0000000000..6967129561 --- /dev/null +++ b/hugo-extended.json @@ -0,0 +1,25 @@ +{ + "version": "0.52", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/gohugoio/hugo/releases/download/v0.52/hugo_extended_0.52_windows-64bit.zip", + "hash": "1d915df9e20fb51cc93da9593ea881765aba1a9e20c7530a5aa82fca997e1e4c" + } + }, + "bin": "hugo.exe", + "homepage": "https://gohugo.io", + "checkver": { + "github": "https://github.com/gohugoio/hugo" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_windows-64bit.zip" + } + }, + "hash": { + "url": "https://github.com/gohugoio/hugo/releases/download/v$version/hugo_extended_$version_checksums.txt" + } + } +}