Skip to content

Commit b3ae3ad

Browse files
authored
Merge pull request #230132 from Homebrew/bump-massdriver-1.11.5
massdriver 1.11.5
2 parents 5a55250 + 0151d72 commit b3ae3ad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/massdriver.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Massdriver < Formula
22
desc "Manage applications and infrastructure on Massdriver Cloud"
33
homepage "https://www.massdriver.cloud/"
4-
url "https://github.com/massdriver-cloud/mass/archive/refs/tags/1.11.4.tar.gz"
5-
sha256 "fee7bfd38dded3b735b220b1b24759e4df158806d905122465917783833676e1"
4+
url "https://github.com/massdriver-cloud/mass/archive/refs/tags/1.11.5.tar.gz"
5+
sha256 "a6723a3a5cdb1fe6633ee1adbbfce36aa769f60c3ed018d926510769d05b7c73"
66
license "Apache-2.0"
77
head "https://github.com/massdriver-cloud/mass.git", branch: "main"
88

@@ -15,12 +15,12 @@ class Massdriver < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "61173d81cf0ff9789dd370803142d162708284f48f1f906602bdbeba032635a9"
19-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "61173d81cf0ff9789dd370803142d162708284f48f1f906602bdbeba032635a9"
20-
sha256 cellar: :any_skip_relocation, arm64_ventura: "61173d81cf0ff9789dd370803142d162708284f48f1f906602bdbeba032635a9"
21-
sha256 cellar: :any_skip_relocation, sonoma: "484619fa72eae86471a4105a537a215dd8951784a22663d5ce60c86b2ae7ab86"
22-
sha256 cellar: :any_skip_relocation, ventura: "484619fa72eae86471a4105a537a215dd8951784a22663d5ce60c86b2ae7ab86"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f620b39d5142b74f85923386498b561177abfabf0cfc5ac6a837d4098e6130ab"
18+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9829fa2d8598b48419a5b87df41502b987275ce1b768c6e0877d273dca331602"
19+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9829fa2d8598b48419a5b87df41502b987275ce1b768c6e0877d273dca331602"
20+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9829fa2d8598b48419a5b87df41502b987275ce1b768c6e0877d273dca331602"
21+
sha256 cellar: :any_skip_relocation, sonoma: "c9dcc30b36935f324267bdde8b5938be788b6b3eb734023991a736745e0256d3"
22+
sha256 cellar: :any_skip_relocation, ventura: "c9dcc30b36935f324267bdde8b5938be788b6b3eb734023991a736745e0256d3"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ce169952905a4f66416fd48639fa92e3715171832010dde1abd19853f5431151"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)