From 88ff1e1d09990d436c73c9189fe2c40d3ca4a022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Este-Gracias?= Date: Wed, 3 Jun 2015 11:02:35 +0200 Subject: [PATCH] Add Hugo manifest --- hugo.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 hugo.json diff --git a/hugo.json b/hugo.json new file mode 100644 index 0000000000..78487df90f --- /dev/null +++ b/hugo.json @@ -0,0 +1,18 @@ +{ + "version": "0.14", + "license": "https://github.com/spf13/hugo/blob/master/LICENSE.md", + "architecture": { + "64bit": { + "url": "https://github.com/spf13/hugo/releases/download/v0.14/hugo_0.14_windows_amd64.zip", + "hash": "93a15b5ab65e5bd25926f4ac1b4796f031a883f8298303b920a65eefa8f36b2f" + }, + "32bit": { + "url": "https://github.com/spf13/hugo/releases/download/v0.14/hugo_0.14_windows_386.zip", + "hash": "99f270e5eb5c7cd39911d077047432aefd1bc2931f6436954f1d5b203564e0b4" + } + }, + "homepage": "http://gohugo.io", + "bin": [ + ["hugo_0.14_windows_*.exe", "hugo"] + ] +} \ No newline at end of file