Commit 422e2daf authored by vincowl's avatar vincowl Committed by GitHub

[hugo] Update to 0.78.1 (#4558)

* [hugo] Update to 0.78.1
parent 020265da
......@@ -3,19 +3,19 @@ require 'package'
class Hugo < Package
description 'Hugo is one of the most popular open-source static site generators.'
homepage 'https://gohugo.io'
version '0.76.0'
version '0.78.1'
compatibility 'all'
case ARCH
when 'aarch64','armv7l'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.76.0/hugo_0.76.0_Linux-ARM.tar.gz'
source_sha256 '023bbc12c699a90f5626a406e999038ac56f446751a3ffc013529ce47fceeea3'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.78.1/hugo_0.78.1_Linux-ARM.tar.gz'
source_sha256 '0740e70cc762df393d62c60cb18e660a0ea56a065d8acc731612cbd11e3d9372'
when 'i686'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.76.0/hugo_0.76.0_Linux-32bit.tar.gz'
source_sha256 'ba367fcae4cef1c7aedfc367d30b44aafa92cf7ffd73c478fedb0b58a9e4d8df'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.78.1/hugo_0.78.1_Linux-32bit.tar.gz'
source_sha256 '696905065f4383acbd7b648db91a201203f8946757ae44a89c919231df66e813'
when 'x86_64'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.76.0/hugo_extended_0.76.0_Linux-64bit.tar.gz'
source_sha256 'a30cab097d216cc8dd0d76a93413cf01cb8d0ca32d91c62941cc371b07f55bb9'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.78.1/hugo_extended_0.78.1_Linux-64bit.tar.gz'
source_sha256 '145a4c14003c841ec5c194b361e4a16b463514df1348c1b11a9af76fd727f338'
end
binary_url ({
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment