diff options
-rw-r--r-- | Formula/chemicalite.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Formula/chemicalite.rb b/Formula/chemicalite.rb index 6c94a38..e564c52 100644 --- a/Formula/chemicalite.rb +++ b/Formula/chemicalite.rb @@ -5,6 +5,12 @@ class Chemicalite < Formula sha256 "fa254bb9a9b15b8fb4befefc28ff12225fdf99ddcf3ee0a5bd749be72283c9e7" license "BSD-3-Clause" + bottle do + root_url "https://github.com/navanchauhan/homebrew-tap/releases/download/chemicalite-2024.02.1" + sha256 cellar: :any, ventura: "b7efd14509f6a4444e9edaa2e993005a1de0372f690e555cd337bea0aad59ec6" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5a968aba91e2041ddfa1664a74f4dc3b570c85ea51bd46f20d2d31ab900d4d60" + end + depends_on "catch2" => [:build, :test] depends_on "cmake" => :build depends_on "sqlite" => [:build, :test] |