|
1 | 1 | class ApacheFlinkCdc < Formula
|
2 | 2 | desc "Flink CDC is a streaming data integration tool"
|
3 | 3 | homepage "https://nightlies.apache.org/flink/flink-cdc-docs-stable"
|
4 |
| - url "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=flink/flink-cdc-3.2.0/flink-cdc-3.2.0-bin.tar.gz" |
5 |
| - mirror "https://archive.apache.org/dist/flink/flink-cdc-3.2.0/flink-cdc-3.2.0-bin.tar.gz" |
6 |
| - sha256 "c3c9a4b78d7009a638ed088e0ec72ab5458e92e43ed179e8e2cf17341dbc8c56" |
| 4 | + url "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=flink/flink-cdc-3.2.1/flink-cdc-3.2.1-bin.tar.gz" |
| 5 | + mirror "https://archive.apache.org/dist/flink/flink-cdc-3.2.1/flink-cdc-3.2.1-bin.tar.gz" |
| 6 | + sha256 "4e011bfc199d8a39c907eb4ce62a1bd9818a80b5d7044253565ddd5db71ad24b" |
7 | 7 | license "Apache-2.0"
|
8 | 8 | head "https://github.com/apache/flink-cdc.git", branch: "master"
|
9 | 9 |
|
10 | 10 | bottle do
|
11 |
| - sha256 cellar: :any_skip_relocation, all: "34082266af28ae4ebf24efb1ad273ffcf1568a5fd24011ba81f70252f5fdea99" |
| 11 | + sha256 cellar: :any_skip_relocation, all: "d6116bd41efd4a1104463f34261e854a6d0799e25159611ee2482d1d7aabb94f" |
12 | 12 | end
|
13 | 13 |
|
14 | 14 | depends_on "apache-flink" => :test
|
15 | 15 |
|
16 | 16 | resource "mysql-connector" do
|
17 |
| - url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-mysql/3.2.0/flink-cdc-pipeline-connector-mysql-3.2.0.jar" |
18 |
| - sha256 "042e368fb9b82452fd160f749bc167225d8d784f077bfaefc1b8219312ee91b8" |
| 17 | + url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-mysql/3.2.1/flink-cdc-pipeline-connector-mysql-3.2.1.jar" |
| 18 | + sha256 "b40bbc5360be6c913746580489ce93c60ee3a1595097b59b1cf22ee90a8fb346" |
19 | 19 | end
|
20 | 20 | resource "paimon-connector" do
|
21 |
| - url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-paimon/3.2.0/flink-cdc-pipeline-connector-paimon-3.2.0.jar" |
22 |
| - sha256 "8dd4274f5e8b4e71bdb3ad765908c15de9ccacc95f2fa16afab143c6ddffcea8" |
| 21 | + url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-paimon/3.2.1/flink-cdc-pipeline-connector-paimon-3.2.1.jar" |
| 22 | + sha256 "cff1cf99f6caf1cd0977150030b30af1cdc867596cba00803cc2c0ca7bad0f36" |
23 | 23 | end
|
24 | 24 | resource "kafka-connector" do
|
25 |
| - url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-kafka/3.2.0/flink-cdc-pipeline-connector-kafka-3.2.0.jar" |
26 |
| - sha256 "f1b67168fd31b1b5a83253de305066c0b51178f1afd2e07b29f1b4c6931b1345" |
| 25 | + url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-kafka/3.2.1/flink-cdc-pipeline-connector-kafka-3.2.1.jar" |
| 26 | + sha256 "deab1af95a88b796b8a1df5dc636a2707884459a24d08ce08318cba56cc8c23d" |
27 | 27 | end
|
28 | 28 | resource "doris-connector" do
|
29 |
| - url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-doris/3.2.0/flink-cdc-pipeline-connector-doris-3.2.0.jar" |
30 |
| - sha256 "249d8e61a561144c91f94d8d2aa1a5d6ce33514cce952e4079d66e8e27a1f79c" |
| 29 | + url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-doris/3.2.1/flink-cdc-pipeline-connector-doris-3.2.1.jar" |
| 30 | + sha256 "1fe3d5ef1854e9038e258a9f2ed88fd41831cf0030efd54d73aad49e9eb69295" |
31 | 31 | end
|
32 | 32 | resource "starrocks-connector" do
|
33 |
| - url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-starrocks/3.2.0/flink-cdc-pipeline-connector-starrocks-3.2.0.jar" |
34 |
| - sha256 "4034739181383511145c5175e7342f634cb0b87c73e59915ebf8fe443e9057ce" |
| 33 | + url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-starrocks/3.2.1/flink-cdc-pipeline-connector-starrocks-3.2.1.jar" |
| 34 | + sha256 "d78b7799893fe7351223b343838af52f17c26f978bebdab5b16545305d44fa1d" |
35 | 35 | end
|
36 | 36 | resource "values-connector" do
|
37 |
| - url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-values/3.2.0/flink-cdc-pipeline-connector-values-3.2.0.jar" |
38 |
| - sha256 "973d87b888c2a178f7ca239b01a1fd3416fb6c2a661d78303960fc593bd9e255" |
| 37 | + url "https://search.maven.org/remotecontent?filepath=org/apache/flink/flink-cdc-pipeline-connector-values/3.2.1/flink-cdc-pipeline-connector-values-3.2.1.jar" |
| 38 | + sha256 "e4f04e7e1084775f5d85eb0789fbe4b40d9d6a9b97ec735b403f3a8282f28207" |
39 | 39 | end
|
40 | 40 |
|
41 | 41 | def install
|
|
0 commit comments