From 6c9084537f1581901fbf088808a801cff1765bed Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Sat, 7 Jan 2023 04:57:11 +0000 Subject: [PATCH] simdutf: add 2.1.0 bottle. --- Formula/simdutf.rb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Formula/simdutf.rb b/Formula/simdutf.rb index c49567c9d55..20ce6b8d272 100644 --- a/Formula/simdutf.rb +++ b/Formula/simdutf.rb @@ -6,6 +6,15 @@ class Simdutf < Formula license any_of: ["Apache-2.0", "MIT"] head "https://github.com/simdutf/simdutf.git", branch: "master" + bottle do + sha256 cellar: :any, arm64_ventura: "ff2d81a1f04748053608401d726c198e92c9ad543dd644e47cb2046ed290a30d" + sha256 cellar: :any, arm64_monterey: "c0444da5f21cf32b13bbdc10acb6d937c31085172373d98337b8d96850848b27" + sha256 cellar: :any, arm64_big_sur: "244e741e30e175250c1d655aa448c48a0081afee8e434ffd4138b279f28d4060" + sha256 cellar: :any, ventura: "04f04f6182f68da06e14439b60e08aba54ff2f6bf046afa5baa2b7d16e5a79d6" + sha256 cellar: :any, monterey: "8903b61a5edd7b424fdc961560e637146364fee525fe69002d43b70096cccf72" + sha256 cellar: :any, big_sur: "7071519fd285b6febff83f2f1298e9ee7cb28719efd0caae0e4a08f81aba9193" + end + depends_on "cmake" => :build depends_on "python@3.11" => :build depends_on "icu4c"