Commit d6d01e5e authored by vincowl's avatar vincowl Committed by GitHub

[hugo] Update to 0.76.0 (#4378)

parent 7fc7c788
......@@ -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.75.0'
version '0.76.0'
compatibility 'all'
case ARCH
when 'aarch64','armv7l'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.75.0/hugo_0.75.0_Linux-ARM.tar.gz'
source_sha256 '5d39a0e0c9ca1228c6bfbba32c1e2e5f467654235273f09b309cff6803777f6b'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.76.0/hugo_0.76.0_Linux-ARM.tar.gz'
source_sha256 '023bbc12c699a90f5626a406e999038ac56f446751a3ffc013529ce47fceeea3'
when 'i686'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.75.0/hugo_0.75.0_Linux-32bit.tar.gz'
source_sha256 '59683e287198ef5ea86c1f3a070f51613732096a69b2746a74b6f34289c51482'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.76.0/hugo_0.76.0_Linux-32bit.tar.gz'
source_sha256 'ba367fcae4cef1c7aedfc367d30b44aafa92cf7ffd73c478fedb0b58a9e4d8df'
when 'x86_64'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.75.0/hugo_extended_0.75.0_Linux-64bit.tar.gz'
source_sha256 'f2cd128b877b15f695fbd64167cf1b414849886113845228a8247ca54a6acf13'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.76.0/hugo_extended_0.76.0_Linux-64bit.tar.gz'
source_sha256 'a30cab097d216cc8dd0d76a93413cf01cb8d0ca32d91c62941cc371b07f55bb9'
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