Skip to content

Commit

Permalink
sctl: add 1.0.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
danfortunato committed Feb 15, 2024
1 parent 8926f20 commit cd516f3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/sctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ class Sctl < Formula
license "Apache-2.0"
head "https://github.com/dmalhotra/SCTL.git", branch: "master"

bottle do
root_url "https://ghcr.io/v2/flatironinstitute/ccm"
sha256 cellar: :any_skip_relocation, ventura: "c1c119b41dd3415da9f99f74fb8e27e3e223ef902f0aa7c9130077bd0cd0dc41"
sha256 cellar: :any_skip_relocation, x86_64_linux: "abd0a8ddad6048889faf14f66e74bca423eb3f53df90760f4a4a1574daa158ac"
end

def install
include.install "include/sctl"
include.install "include/sctl.hpp"
Expand Down

0 comments on commit cd516f3

Please sign in to comment.