diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index c17cf4cc8b816..58ef29691b56a 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -1,8 +1,8 @@ class Hugo < Formula desc "Configurable static site generator" homepage "https://gohugo.io/" - url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.136.3.tar.gz" - sha256 "3b1b5cc67b6fcc3ea59dcc05f7e84982bb0111b354007b3a7d078e7fbfd49f62" + url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.136.4.tar.gz" + sha256 "839e4545454396d6c6d9a5166151e05fd8f815f36efb2743b9cc7bdb614205f4" license "Apache-2.0" head "https://github.com/gohugoio/hugo.git", branch: "master" @@ -12,12 +12,12 @@ class Hugo < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "8be51d2550138b4556612ae45ec0e989977d798fea9625e008109d8212616462" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "e51115a158e94fc946bb4479dd9a64f8691c606e9680544e3727e694fa39a0fe" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f25b2d748f4a3ce45f93a9accb52c506f20762ba87db7365c6cf65705a8d18c2" - sha256 cellar: :any_skip_relocation, sonoma: "bf7d433d5600f85ef048f095e18e8fa705c0cf5f7f742b65e6a70f5320b7d0b3" - sha256 cellar: :any_skip_relocation, ventura: "28fc09a444945fe9216ff2a5f7daad8aef9343df76226459a960f4789975fc18" - sha256 cellar: :any_skip_relocation, x86_64_linux: "a7cf360613d531f3ba89871d04c02877d6366478e8e350152580bf95e1676148" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "2c29ab0f25478c5c4d1ae3846f4d09b9a6ca0edcffb69773b512822582ccd5a8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "67967f229905feb9529c4f545ba674f0b29c56cd2f0e045ae7e9919f6a735526" + sha256 cellar: :any_skip_relocation, arm64_ventura: "036342e87d07d1d22874fb31226c9d7135d8607cad7f7524a326d8013beb4f78" + sha256 cellar: :any_skip_relocation, sonoma: "661dc3f4fb4a20cea4cad97631236f4487b1980629ce6ac66fcac956f730a89a" + sha256 cellar: :any_skip_relocation, ventura: "4ce42965d9ab5b7fa90fe3c803e13a9df74f34b9fcbfd0483e40d93be23126a2" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a705033520df18f247bd9075afddb0960f3bfb54fc9010a262cad0f4e5fac0c6" end depends_on "go" => :build