Skip to content

Commit eab2c49

Browse files
authored
Merge pull request #265990 from Homebrew/massdriver-checksum-update
massdriver: checksum update for 1.13.6 release
2 parents 67c5e67 + 6c084a0 commit eab2c49

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

Formula/m/massdriver.rb

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

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

1717
bottle do
18-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "0bb8856e43d361a8a4f46408261d0f70b4a960df82b6d13d64026a83295d8097"
19-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0bb8856e43d361a8a4f46408261d0f70b4a960df82b6d13d64026a83295d8097"
20-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0bb8856e43d361a8a4f46408261d0f70b4a960df82b6d13d64026a83295d8097"
21-
sha256 cellar: :any_skip_relocation, sonoma: "0163c917339e9820687bce602d580ef6fb5cba45b1858efc31b90912cd5c8034"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "fa2939079fa6700769653d556d0fa2fa92a4e3017b26cbc9e86cc5a3511f0740"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5a5c8f1e1e8bc15e634e42d5bab1b2e826feac03111ff3383444f5d7cce4d121"
18+
rebuild 1
19+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "bdad1efd502597a2f4fea4c777e387919b9605639153a2e698f0dc449a53bd0b"
20+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "bdad1efd502597a2f4fea4c777e387919b9605639153a2e698f0dc449a53bd0b"
21+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdad1efd502597a2f4fea4c777e387919b9605639153a2e698f0dc449a53bd0b"
22+
sha256 cellar: :any_skip_relocation, sonoma: "1b9c4e8275f89cd6352bef1a7cb8c5ad32a0505b309d72951040eea849e30c2e"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "009b39a3057938f583dd0cc094a0ba5e8951472a2a390d842aa871c39ca3a5fc"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "ddc4b0beaa5ade9737abd639ec56bb98a41527792d6f394f5d439794d406064f"
2425
end
2526

2627
depends_on "go" => :build

0 commit comments

Comments
 (0)