Skip to content

Commit

Permalink
Merge pull request #165377 from Homebrew/bump-hugo-0.123.8
Browse files Browse the repository at this point in the history
hugo 0.123.8
  • Loading branch information
BrewTestBot authored Mar 7, 2024
2 parents a360fcd + e609ab5 commit 514460e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/h/hugo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ 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"

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
Expand Down

0 comments on commit 514460e

Please sign in to comment.