From 891690a5ffe46e531222b10f909889da2bc0cea6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:41:45 +0000 Subject: [PATCH 1/2] hugo 0.123.8 --- 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 d26e2dacb9f76..f4217bcf2d51e 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -2,8 +2,8 @@ class Hugo < Formula desc "Configurable static site generator" homepage "https://gohugo.io/" url "https://github.com/gohugoio/hugo.git", - tag: "v0.123.7", - revision: "312735366b20d64bd61bff8627f593749f86c964" + tag: "v0.123.8", + revision: "5fed9c591b694f314e5939548e11cc3dcb79a79c" license "Apache-2.0" head "https://github.com/gohugoio/hugo.git", branch: "master" From e609ab5c89572ab0167b410c7719f69574dc7d0b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Mar 2024 16:26:22 +0000 Subject: [PATCH 2/2] hugo: update 0.123.8 bottle. --- Formula/h/hugo.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/hugo.rb b/Formula/h/hugo.rb index f4217bcf2d51e..267331b710b62 100644 --- a/Formula/h/hugo.rb +++ b/Formula/h/hugo.rb @@ -8,13 +8,13 @@ class Hugo < Formula head "https://github.com/gohugoio/hugo.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6e71819f89c438dbde775bbb063089c606d583d49a8321ba6131e74336b720aa" - sha256 cellar: :any_skip_relocation, arm64_ventura: "59b2e9962894b0452b9668390958d3111258c610a8ebe35fc450a9f95a29c1be" - sha256 cellar: :any_skip_relocation, arm64_monterey: "4f149089d708cbb0ca70a247bcbd10f56d95fab56b30ba3d08e5652dec136aee" - sha256 cellar: :any_skip_relocation, sonoma: "3d99efd70faeb297b3681812d5afcad6bb0dfb03ab8b377507ea10f6771ac6fc" - sha256 cellar: :any_skip_relocation, ventura: "e83420dcf6962e57a8ea56ecd6189ea5500aafe48b5eafeed91f7242f36be352" - sha256 cellar: :any_skip_relocation, monterey: "83eaf426ac45772436d6834ef36cf9b3a8ee7bcd6119f331d66d64e8dd6cb2b1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "cb75ea59ee3eb7ac61f7806c0ac222d8540b9f686c304df35173fd0d12fc9a31" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6bc80ff59b610e29a2ace40e6f473b3a8e3703c8692374f5fa2abf282081ca61" + sha256 cellar: :any_skip_relocation, arm64_ventura: "eac5a8b402883c98ca4db18a6c756b6366034dcfcfcc1e8995afce80ac6e1805" + sha256 cellar: :any_skip_relocation, arm64_monterey: "ed8b53b0155e9fa061498a46014a51857abb901091e967846d54e95700b18ce6" + sha256 cellar: :any_skip_relocation, sonoma: "19ff754be77f7aaf8fc2c19aca89fc8a94ac4f21b7c4d7355245011bc4e36867" + sha256 cellar: :any_skip_relocation, ventura: "c35c119d767d3b78b6c618109b043288dd30e7a5f8c6e6729b0de581aebc0d76" + sha256 cellar: :any_skip_relocation, monterey: "28f4db927f240876d088ddd2ddd244781f71347c5880778a58a2042c58814438" + sha256 cellar: :any_skip_relocation, x86_64_linux: "bf72ec2bba3e5c12fd7959bce7d057edc3f1b45611d38e670d7f191a050a4dd2" end depends_on "go" => :build