Skip to content

Commit b3ed3fb

Browse files
authored
Merge pull request #249914 from Homebrew/bump-hugo-0.151.2
hugo 0.151.2
2 parents a22ca03 + 448606c commit b3ed3fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/h/hugo.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Hugo < Formula
22
desc "Configurable static site generator"
33
homepage "https://gohugo.io/"
4-
url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.151.1.tar.gz"
5-
sha256 "7750d644c5ea762ba400001d753a9d37dc4f1467ca470f01cffff2b2a87c9232"
4+
url "https://github.com/gohugoio/hugo/archive/refs/tags/v0.151.2.tar.gz"
5+
sha256 "111f545201b2bedb38313e9d69501cf92f440ab60bf2e903647d3e02af9490a3"
66
license "Apache-2.0"
77
head "https://github.com/gohugoio/hugo.git", branch: "master"
88

@@ -12,12 +12,12 @@ class Hugo < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "2cde038d603403adba49a54a232fb8687b25e90fcada5746465583d39527286b"
16-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7068f41eeb23c6f6b53042a809136a86cf3b08fe397ff1c3c18a639337096b48"
17-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d05a40fa03422de8264ed26eb694372239b74bdab79c4bd3c94ca3869cc91902"
18-
sha256 cellar: :any_skip_relocation, sonoma: "b5b9c5822d6f6953325bb193a79d782d928bed73046ba9a8e9e3c7d9580fb928"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "184943146e1aad23dc82ba25547c2259ee51e350a793ffe282fea90fefda4a0b"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "7802a36236a93cfd992f03b8a716ac6d200bff09df21775b60d3dde4d46453b6"
15+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "6c5dc56228125eb4a776834c9162a72e5965ca7156d05740e7e8194bfc542e23"
16+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "50fe1912365c61a0efddc04006d24e5f106d94949d82eb05a417eb2cdb9c550b"
17+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ca7d7615be4c59db2f7c2bc46264d4bdd9ab48ec8ab57b506560e285a2bdda80"
18+
sha256 cellar: :any_skip_relocation, sonoma: "445e63a43139c1036a9476422042cc795e3735d10847b5d35b1c14e28406c7e2"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "81ba393ccb7f11744b58948ca0816cd35a20c6a17aab6dfb5bfe93f5c647e445"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c4d13cfba225df24fcf636e52d7a9fdb95936016c8edd771aa7afbdaad321e16"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)