Skip to content

Commit 6512cd9

Browse files
authored
Merge pull request #228119 from Homebrew/bump-maxwell-1.44.0
maxwell 1.44.0
2 parents 2f580f1 + aaba19b commit 6512cd9

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.43.2/maxwell-1.43.2.tar.gz"
5-
sha256 "8c00fa74a0717f2a5103b37c6d92138b247dca68264efe226d9e902713dd25da"
4+
url "https://github.com/zendesk/maxwell/releases/download/v1.44.0/maxwell-1.44.0.tar.gz"
5+
sha256 "fc0dcb98b701dc35b5190bd446d0eb9ec869e6c4d0b6945dbc3542e94e949a68"
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: "ed1b476d18951f81c7cd7bf171b60d077eac420a3b1b12d636d7297e714a53a3"
14+
sha256 cellar: :any_skip_relocation, all: "7936717f581277493c6ad575ea46d192b8928105b5f03eb8c68ce1aa85de6441"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)