Skip to content

Commit f87a545

Browse files
authored
Merge pull request #263768 from Homebrew/poco-1.14.2
poco 1.14.2
2 parents 7ef33d8 + 9dc0ecc commit f87a545

File tree

2 files changed

+16
-19
lines changed

2 files changed

+16
-19
lines changed

Formula/c/clickhouse-odbc.rb

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class ClickhouseOdbc < Formula
55
url "https://github.com/ClickHouse/clickhouse-odbc/archive/refs/tags/v1.2.1.20220905.tar.gz"
66
sha256 "ca8666cbc7af9e5d4670cd05c9515152c34543e4f45e2bc8fa94bee90d724f1b"
77
license "Apache-2.0"
8-
revision 9
8+
revision 10
99
head "https://github.com/ClickHouse/clickhouse-odbc.git", branch: "master"
1010

1111
livecheck do
@@ -16,13 +16,12 @@ class ClickhouseOdbc < Formula
1616
no_autobump! because: :requires_manual_review
1717

1818
bottle do
19-
rebuild 1
20-
sha256 cellar: :any, arm64_tahoe: "dee2bd4e071f2585904621067570b9a92e675831f6405aaeac76ac1648dc26b3"
21-
sha256 cellar: :any, arm64_sequoia: "15179848956db90fc46f2d8956f6f7bf4da08455b14eaed60efabdb34a352f1d"
22-
sha256 cellar: :any, arm64_sonoma: "51c55d0277110f5867a2738b53802a425db0c2fc6368a34e2109e139ab453dc8"
23-
sha256 cellar: :any, sonoma: "ded9b6716043ec3d6a52e32fd3390f1117c3824d2d66cde643e28e6cc6c65b8e"
24-
sha256 cellar: :any_skip_relocation, arm64_linux: "63552c54a95bb8665ae1431c41b33004f505e45b29f55e6e9c30656759e28fef"
25-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1785a346aa9d198e22c04c7c493982484fc2300a8b828c3ea70723ae78dda737"
19+
sha256 cellar: :any, arm64_tahoe: "fac4f8638aab95398286ba3643e97dd262fa9ae44d9b8c664efef374411f1868"
20+
sha256 cellar: :any, arm64_sequoia: "20d55267bc68f23afbbf8c8f3e1dcdb7457b9f6028c8fdaa2ff81d56147d6d17"
21+
sha256 cellar: :any, arm64_sonoma: "673d76f74f1a78fff36d0d4571f8d18d909434299de74e9fcf77f7135ff415a5"
22+
sha256 cellar: :any, sonoma: "ba56a48154f82caf7bbf13ecee91a68cf5b3e994fef7f39d2cc54879786690dc"
23+
sha256 cellar: :any_skip_relocation, arm64_linux: "e3f3993599dacc6b9e64c9c81e94aef58fe89724671ac4a7d7a6313444ce88d6"
24+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9f52242f5c6add9f233d621e90b8c98b3a5eda4aa2f686f20d783177d1c88d90"
2625
end
2726

2827
depends_on "cmake" => :build

Formula/p/poco.rb

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
class Poco < Formula
22
desc "C++ class libraries for building network and internet-based applications"
33
homepage "https://pocoproject.org/"
4-
url "https://pocoproject.org/releases/poco-1.14.1/poco-1.14.1-all.tar.gz"
5-
sha256 "c4b547070eec8330302ffbfee1d6ba02da2e0e120626f6c5dd52192e5b641f34"
4+
url "https://pocoproject.org/releases/poco-1.14.2/poco-1.14.2-all.tar.bz2"
5+
sha256 "7738a4c880f08e89318fc53915f86be5a0e70f14eb1e7f0e1767c8781c40d794"
66
license "BSL-1.0"
7-
head "https://github.com/pocoproject/poco.git", branch: "master"
7+
head "https://github.com/pocoproject/poco.git", branch: "main"
88

99
livecheck do
1010
url "https://pocoproject.org/releases/"
1111
regex(%r{href=.*?poco[._-]v?(\d+(?:\.\d+)+\w*)/?["' >]}i)
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any, arm64_tahoe: "b77df128ce99c553bf3312fb351cc44e06df60133f684dd445913b7faf3e4741"
16-
sha256 cellar: :any, arm64_sequoia: "efd50007f2f6f18fc7d94f03e20796008daefe8a062ebac08bc3731de6a170a7"
17-
sha256 cellar: :any, arm64_sonoma: "f16b1697467095c8f3e11397022619892223504aeae27d7d33a9c11d655080ee"
18-
sha256 cellar: :any, arm64_ventura: "72df7a28c1e8bb067246452e788a8f1e05de8e748956591b91914227d0217fdb"
19-
sha256 cellar: :any, sonoma: "814fd9e9e80d345389f66784f78537fce57f887b8710c88320ab70ec9b36e7ce"
20-
sha256 cellar: :any, ventura: "1e6d1e5b6b0f37747880611b53bfee90133dd8efb6830ac894c141c34dd9c330"
21-
sha256 arm64_linux: "95eb6763038beb833471ceb4c86ac9259d509b78d164ea16704c7009d17a3f72"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b9d80b80347cabba99b05c81ea5cb87c2ade6e93bb6dc445bab172cd48cfc29d"
15+
sha256 cellar: :any, arm64_tahoe: "c05b8a79eff57205d43122e44bb9365e882349ff897a85f78b311987eafad8e9"
16+
sha256 cellar: :any, arm64_sequoia: "4621106047688c99a20361317c0ae95e6496c26c49d094dce8f0a5e667183ac9"
17+
sha256 cellar: :any, arm64_sonoma: "459cd974221e79e4503c91c228045f75e2a650c21aacb6ce8484c2c9bf7a354b"
18+
sha256 cellar: :any, sonoma: "098e0c7fc859c8da46d57f3b430c4215f1e4b03f61cf12477c40f2156fde4ce1"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "9667b258197cc409a7bc4792f68ec3e6f33e33ff1f0e1f746968b3593062bfdc"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c3c9c467ed79cd67933268726df3839d4f406fd964c3658faae8926606962694"
2321
end
2422

2523
depends_on "cmake" => :build

0 commit comments

Comments
 (0)