Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vcpkg 2024.09.18 #191449

Merged
merged 2 commits into from
Sep 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
vcpkg: update 2024.09.18 bottle.
  • Loading branch information
BrewTestBot committed Sep 21, 2024
commit 8ccba0f9c66bd16871f50b54fca3c07e5ea47c14
15 changes: 6 additions & 9 deletions Formula/v/vcpkg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,12 @@ class Vcpkg < Formula
end

bottle do
rebuild 1
sha256 cellar: :any, arm64_sequoia: "b86031e4012af50bc00b8b85e8c5e1630908464c6a0cb5efd475d4795c6ef16e"
sha256 cellar: :any, arm64_sonoma: "10592e7ee14a04f6efe9c56247f0bdc8596b68dc6c2e7683d6e8b650db0135ae"
sha256 cellar: :any, arm64_ventura: "85d40acd871a3b97af5149cef7e823058de2dbd5ad35f56c0f38e2fb14b9b7a0"
sha256 cellar: :any, arm64_monterey: "424d45a8ff27d3c358601762b0a5b0cbf179b8549d3ae08a72522453a0e381c3"
sha256 cellar: :any, sonoma: "54b860b600668ffbcaa7c6b6d07b65a90838416130bc97666c109356fd945315"
sha256 cellar: :any, ventura: "77541573ffdd20b86077203e84ec021bc27f694129ee0035f769bdf6705babeb"
sha256 cellar: :any, monterey: "0e1c7c1f620dd81a4b92ff63d95cfd47303e08c97d44138716b925d7749c26c4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "21114027d1a6c1b626f819d895be844c351a576c2ba0cc30ae8efea482fd1395"
sha256 cellar: :any, arm64_sequoia: "793df037aebbd784c10d75f36ad5d3a613a9fde12eaf23eccf03302bccb4ba34"
sha256 cellar: :any, arm64_sonoma: "c3191187631c3ae0a71bb56fd019587889920a95cd6f732ecd90198d698f96e4"
sha256 cellar: :any, arm64_ventura: "ffe21ba6c57a90895b1cfe8099183f78fcb01e07eadd38fa3fbbdcd49d52452d"
sha256 cellar: :any, sonoma: "329c6f47304149abb6b9c22b920910cc7e0208d1f5abf5f3c7d06e73f66a344e"
sha256 cellar: :any, ventura: "9af04ed835a02a4a4d230b2157cd10abbe81b82444b1719617b7fcf23d962c31"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c740e42abebf07dee7de269b621cb4b16179746e07d0db38b13af1de95e63ef"
end

depends_on "cmake" => :build
Expand Down
Loading