Skip to content

Commit 4a80bd8

Browse files
authored
Merge pull request #203769 from Homebrew/bump-maxwell-1.42.2
maxwell 1.42.2
2 parents ea3f046 + 77344b6 commit 4a80bd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/m/maxwell.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Maxwell < Formula
22
desc "Reads MySQL binlogs and writes row updates as JSON to Kafka"
33
homepage "https://maxwells-daemon.io/"
4-
url "https://github.com/zendesk/maxwell/releases/download/v1.42.1/maxwell-1.42.1.tar.gz"
5-
sha256 "f26b367547678ed1968c43f154cf833c31827c5ecf7c3c6c9e6d734ee37ab429"
4+
url "https://github.com/zendesk/maxwell/releases/download/v1.42.2/maxwell-1.42.2.tar.gz"
5+
sha256 "21c3ce8ca5fbbcf90b52a0fb649e8303c954d293d337a3871af9cc158f84f641"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Maxwell < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "15dc74c740a6a571f9736a90eafdc584205137f85cd956d2f483f3afe474735d"
14+
sha256 cellar: :any_skip_relocation, all: "5dbc63965ab7e54be926df497dd23d377e391fee0fc5cd713d5b18e6ef35885f"
1515
end
1616

1717
depends_on "openjdk@11"

0 commit comments

Comments
 (0)