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 #1385 from gofish-bot/hugo-v0.82.1
Browse files Browse the repository at this point in the history
hugo 0.82.1
  • Loading branch information
Matthew Fisher authored Apr 21, 2021
2 parents 6dd0f67 + af25721 commit 40176f7
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.82.0"
local version = "0.82.1"

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 = "e6907eecb617d20c047bb57571b3a1e0367f8438d32af8722bf688e20500c6b2",
sha256 = "93fc9afc0ed0dee5107d970a7adf373cd3b292d24f37bb2005d0de0b0eef524f",
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 = "db0c950c6b18e98a43bcd3a38ec61d46f1213418cb2b4f4cf359f7c0094fd6fb",
sha256 = "ad6ffa049c2d394726e97241b02f807ff0013ad968c651d39ae2957fae35a062",
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 = "0eb5c3539090ab68eec6014923d214b4dee978da69cb9d3867495dad2b31d0d6",
sha256 = "0c2a0d012bb1df76971fa374d045999c745a7caabdc1578e659b2356c08e6124",
resources = {
{
path = name .. ".exe",
Expand Down

0 comments on commit 40176f7

Please sign in to comment.