Skip to content

Commit

Permalink
Merge pull request Homebrew#164923 from chenrui333/bump-libcouchbase-…
Browse files Browse the repository at this point in the history
…3.3.12

libcouchbase 3.3.12
  • Loading branch information
BrewTestBot authored Mar 3, 2024
2 parents e41e649 + c58acf0 commit 737041f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Formula/lib/libcouchbase.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Libcouchbase < Formula
desc "C library for Couchbase"
homepage "https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html"
url "https://packages.couchbase.com/clients/c/libcouchbase-3.3.10.tar.gz"
sha256 "2c92b8dee1d8d02bab756023ff396cf93bf822400ee68f3a8128912a08348063"
url "https://packages.couchbase.com/clients/c/libcouchbase-3.3.12.tar.gz"
sha256 "a5db78dc3e51842a85233f66422b3bffe6bd78a6d6ea223c43ef0240d49962cf"
license "Apache-2.0"
head "https://github.com/couchbase/libcouchbase.git", branch: "master"

Expand All @@ -15,14 +15,13 @@ class Libcouchbase < Formula
end

bottle do
rebuild 1
sha256 arm64_sonoma: "ea16c5dda4d1564ea45ab75344652563a12b311ee296caba9510fc4656dd1b44"
sha256 arm64_ventura: "e772b3f61a9890735d74aa2f3055e4b2dfc2f3bcc4920b60cc151fd9a8083b3b"
sha256 arm64_monterey: "ae830c501ae8ca238b1ca444b91ef60dea96b41da97908b669df45217482d2d7"
sha256 sonoma: "574aca48d57a765c5113b8174cde1cf14c2a03952ad935341d1ccb9326c34032"
sha256 ventura: "1bcd5ede6ca3e46d67f89be8c43c2877c5ec2fd8451ff799ac2a13cdd45eeaf6"
sha256 monterey: "42f9623fb7c91e0b7024f0c0c532b89ccf51add64e2c7730bd1db9a1f683bc3e"
sha256 x86_64_linux: "a18cb900f1f7c73e56ce2767f2a85ba32b417faa4c3584a0c8798b1e96864c6b"
sha256 arm64_sonoma: "0ffde6d5799d351b615e209633510b278fb118778de121d6a5087950a557039c"
sha256 arm64_ventura: "4da283f5643ee2514c6aceeedff4831db3396482cf882a04cde7cffe23ec55f0"
sha256 arm64_monterey: "a3eaa5aac0eb967ec979f6541a94ee06d90bd2c5c31cd2f6e431c3e9be4777c2"
sha256 sonoma: "d0598fabec118ef1fe9130c658842e30aa1d5fed27b17c8cdd1df6c3625659e8"
sha256 ventura: "fb91b909b6257f711aa1f84f3ebe5b1f6a0e15c7723a0868788a52336af13473"
sha256 monterey: "0271f1056669dacfc8f9d14bd66607c09d22791ae2e3aa0c0e6b455d99cfbc2b"
sha256 x86_64_linux: "c8054fd22f7c61a0b5cd07cf86e0f0f4bbde0da15820b108840bdf4afdaea578"
end

depends_on "cmake" => :build
Expand Down

0 comments on commit 737041f

Please sign in to comment.