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

[hugo] Update to v0.65.2 (#3821)

parent 9c01e754
......@@ -3,18 +3,18 @@ require 'package'
class Hugo < Package
description 'Hugo is one of the most popular open-source static site generators.'
homepage 'https://gohugo.io'
version '0.65.1'
version '0.65.2'
case ARCH
when 'aarch64','armv7l'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.65.1/hugo_0.65.1_Linux-ARM.tar.gz'
source_sha256 'dc16bffc9f14cc7752447ab2d4193582f85f103958ed623cf051ed83158fcd23'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.65.2/hugo_0.65.2_Linux-ARM.tar.gz'
source_sha256 'f39c7b77af5eac01d35b8b787ce88f51043f727ae1f970cd764401979a3d55b2'
when 'i686'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.65.1/hugo_0.65.1_Linux-32bit.tar.gz'
source_sha256 '5a5050949900743281bd03c3e01bed62abc78a7245564391eb0606389e3bb4fb'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.65.2/hugo_0.65.2_Linux-32bit.tar.gz'
source_sha256 'a29016bd2e4ee612cb96476219f0da3acad4792ba68f3a94c442f7fa22064585'
when 'x86_64'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.65.1/hugo_0.65.1_Linux-64bit.tar.gz'
source_sha256 '85db7ab38b326eecb899082622cdd785b0fa5ecca3edd91390c5dcffd055fc4b'
source_url 'https://github.com/gohugoio/hugo/releases/download/v0.65.2/hugo_0.65.2_Linux-64bit.tar.gz'
source_sha256 'e436760787a997136979edccb4779f2497792d6ada43036d5ec5b2320b266302'
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