Commit 9c01e754 authored by vincowl's avatar vincowl Committed by GitHub

[hugo] Update to v0.65.1 (#3820)

parent 00888ce3
...@@ -3,18 +3,18 @@ require 'package' ...@@ -3,18 +3,18 @@ require 'package'
class Hugo < Package class Hugo < Package
description 'Hugo is one of the most popular open-source static site generators.' description 'Hugo is one of the most popular open-source static site generators.'
homepage 'https://gohugo.io' homepage 'https://gohugo.io'
version '0.64.0' version '0.65.1'
case ARCH case ARCH
when 'aarch64','armv7l' when 'aarch64','armv7l'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.64.0/hugo_0.64.0_Linux-ARM.tar.gz' source_url 'https://github.com/gohugoio/hugo/releases/download/v0.65.1/hugo_0.65.1_Linux-ARM.tar.gz'
source_sha256 '361fc16073a80e35d026b12a009eae4b18d3574f1a74f8c598255c7eeac26276' source_sha256 'dc16bffc9f14cc7752447ab2d4193582f85f103958ed623cf051ed83158fcd23'
when 'i686' when 'i686'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.64.0/hugo_0.64.0_Linux-32bit.tar.gz' source_url 'https://github.com/gohugoio/hugo/releases/download/v0.65.1/hugo_0.65.1_Linux-32bit.tar.gz'
source_sha256 '17ebcc9ee1bf1b39eb3ae1bdb9dfba2d5e12f503d2eeed45a269a651d623d955' source_sha256 '5a5050949900743281bd03c3e01bed62abc78a7245564391eb0606389e3bb4fb'
when 'x86_64' when 'x86_64'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.64.0/hugo_0.64.0_Linux-64bit.tar.gz' source_url 'https://github.com/gohugoio/hugo/releases/download/v0.65.1/hugo_0.65.1_Linux-64bit.tar.gz'
source_sha256 '99c4752bd46c72154ec45336befdf30c28e6a570c3ae7cc237375cf116cba1f8' source_sha256 '85db7ab38b326eecb899082622cdd785b0fa5ecca3edd91390c5dcffd055fc4b'
end end
binary_url ({ 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