Skip to content

Commit ac25679

Browse files
authored
Merge pull request Homebrew#227005 from Homebrew/bump-mmctl-10.9.0
mmctl 10.9.0
2 parents 9bf20b4 + fec3755 commit ac25679

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/m/mmctl.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Mmctl < Formula
22
desc "Remote CLI tool for Mattermost server"
33
homepage "https://github.com/mattermost/mattermost"
4-
url "https://github.com/mattermost/mattermost/archive/refs/tags/v10.8.1.tar.gz"
5-
sha256 "b7bd6bc791478a931f7a511b6e848c24cbfcd9274edb5d130925a1df1fad136b"
4+
url "https://github.com/mattermost/mattermost/archive/refs/tags/v10.9.0.tar.gz"
5+
sha256 "06dac02af4c0ad15574c6c7f58a40b798aa1d9bb22c7ca8ba60f73b8fcdb5e12"
66
license all_of: ["AGPL-3.0-only", "Apache-2.0"]
77
head "https://github.com/mattermost/mattermost.git", branch: "master"
88

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

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "474413d60682efd2eab55c40d92e51fe840d479e7127746588d207e62b4287c9"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "474413d60682efd2eab55c40d92e51fe840d479e7127746588d207e62b4287c9"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "474413d60682efd2eab55c40d92e51fe840d479e7127746588d207e62b4287c9"
18-
sha256 cellar: :any_skip_relocation, sonoma: "22a1480b9945fdb258b651b64abc01904a7c670ddef791fb37b3c814e07fd741"
19-
sha256 cellar: :any_skip_relocation, ventura: "22a1480b9945fdb258b651b64abc01904a7c670ddef791fb37b3c814e07fd741"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "de4ee9e4df76c25b8a0bd5e643be4bca6a36c4dbb0dbfe5ee2db560a049c45e0"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cffe13ba45b171ece3947760af59e1a78dea7f4cd4fc6fd70a87ecf4a3ad6e0c"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cffe13ba45b171ece3947760af59e1a78dea7f4cd4fc6fd70a87ecf4a3ad6e0c"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cffe13ba45b171ece3947760af59e1a78dea7f4cd4fc6fd70a87ecf4a3ad6e0c"
18+
sha256 cellar: :any_skip_relocation, sonoma: "22b29a8711a2a10cb0e787990dac7f49167d044d9c51c8095c6e593d48d0c0fc"
19+
sha256 cellar: :any_skip_relocation, ventura: "22b29a8711a2a10cb0e787990dac7f49167d044d9c51c8095c6e593d48d0c0fc"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "dfb3ac6d42d91f2e8d3eea047ee3f7a70fde38685ee5cd136a0fd3f7f7b1bb0d"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)