Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1091 from fmotrifork/hugo-v0.79.0
Browse files Browse the repository at this point in the history
hugo 0.79.0
  • Loading branch information
Matthew Fisher authored Nov 27, 2020
2 parents f6a1822 + 19a66be commit 8c7d261
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Food/hugo.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local name = "hugo"
local version = "0.78.2"
local version = "0.79.0"

food = {
name = name,
Expand All @@ -12,7 +12,7 @@ food = {
os = "darwin",
arch = "amd64",
url = "https://github.com/gohugoio/" .. name .. "/releases/download/v" .. version .. "/" .. "hugo_" .. version .. "_macOS-64bit.tar.gz",
sha256 = "53fbbd1270ba1ebdf3687d2e41806faefeeebe4befa738e68db3b115a83b7998",
sha256 = "209fe579c4059bc6d0931969b90f45f4ff9e991050c7a950c867170e394ad74a",
resources = {
{
path = name,
Expand All @@ -25,7 +25,7 @@ food = {
os = "linux",
arch = "amd64",
url = "https://github.com/gohugoio/" .. name .. "/releases/download/v" .. version .. "/" .. "hugo_" .. version .. "_Linux-64bit.tar.gz",
sha256 = "6c139580bf42dd66615f61cb33d62fc47cb855790d744050d78924bf1f48df0d",
sha256 = "1e5a2909e2c121823113f4c2fd2f4818b77319dc12991221d90f4fa66db04f9c",
resources = {
{
path = name,
Expand All @@ -38,7 +38,7 @@ food = {
os = "windows",
arch = "amd64",
url = "https://github.com/gohugoio/" .. name .. "/releases/download/v" .. version .. "/" .. "hugo_" .. version .. "_Windows-64bit.zip",
sha256 = "ad5dd832d781fac385abd9956b55d2e342a769e6020d49cd372838ca5c39739c",
sha256 = "476f4af826d954f8c061e36abede6ed643fc822519bbd39dea1c1a69370c5fc6",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit 8c7d261

Please sign in to comment.