From 12e557e541ac7278e6405c1c04a4f3154e8ce023 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:05:29 +0000 Subject: [PATCH 1/2] hugo 0.139.2 --- Formula/h/hugo.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index 37b00163900d3..eb1205cfe3766 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.139.0.tar.gz" - sha256 "4eeba2c3f993d05267d604eca2a5929a090663c437a1585c0607bfcfaa5a8c95" + url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.139.2.tar.gz" + sha256 "979eb433cdad8e6260505675365e4bc702213f7c43d7b258b4513a7898f2768f" license "Apache-2.0" head "https://github.com/gohugoio/hugo.git", branch: "master" From ed66ce99efd89c4cae98ce6fb575b75706f8a49b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 23 Nov 2024 17:36:50 +0000 Subject: [PATCH 2/2] hugo: update 0.139.2 bottle. --- Formula/h/hugo.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index eb1205cfe3766..6131512c93267 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -12,12 +12,12 @@ class Hugo < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1004045903897caa98b450e1c8a188492f5b49d443df2895813f8acabc5afa8f" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "3879187e43791f5dd903a8d2dcf86797a35acaca7622b4a47ad0174d4edb2dee" - sha256 cellar: :any_skip_relocation, arm64_ventura: "3d70b9e50551b568776597971aa3a804651a130f1231fb7b9de5df636f31ce08" - sha256 cellar: :any_skip_relocation, sonoma: "6c81361df92d7c8690420d8b4c60a32b11c06f53f4544444a95aafe2e0f99582" - sha256 cellar: :any_skip_relocation, ventura: "0ef54c8ecbddc1aab146acf3527712d18c251c6d8812835dab1bb88496e97a7e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "f2e84d02e8553220e55ac7ff9a44cc95a7c48cd39416a66d432f5f6c007494da" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "57c07c6272b5711b7f3cf2fadf8d0b73ce2babd50a9d419e26687122667ddabb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0785d59bbd09092f57dc8fd8a8ed1ed092a48ee80f93298974e3c70a141b0f8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1acb395c46b8d9ab48b26d350490728568106c8dfff4acf60f1be4a4d0244a78" + sha256 cellar: :any_skip_relocation, sonoma: "ab7f81767d2d198f35b1fef34428adf32598a5fd05df3ec2de59cc3b215c1deb" + sha256 cellar: :any_skip_relocation, ventura: "9c355809c2a49548eb8efb8b82cefcb9aae26c787b024a6b2a29cfd2263c976d" + sha256 cellar: :any_skip_relocation, x86_64_linux: "111664d083e51cad4b3ce4a9522d5f40139997de0d9c27652998d8a506dd3cf4" end depends_on "go" => :build