Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
3 changes: 2 additions & 1 deletion Formula/c/crystal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class Crystal < Formula
desc "Fast and statically typed, compiled language with Ruby-like syntax"
homepage "https://crystal-lang.org/"
license "Apache-2.0"
revision 1

stable do
url "https://github.com/crystal-lang/crystal/archive/refs/tags/1.14.0.tar.gz"
Expand Down Expand Up @@ -39,7 +40,7 @@ class Crystal < Formula
depends_on "gmp" # std uses it but it's not linked
depends_on "libevent"
depends_on "libyaml"
depends_on "llvm@18"
depends_on "llvm"
depends_on "openssl@3" # std uses it but it's not linked
depends_on "pcre2"
depends_on "pkg-config" # @[Link] will use pkg-config if available
Expand Down
4 changes: 2 additions & 2 deletions Formula/c/crystalline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Crystalline < Formula
url "https://github.com/elbywan/crystalline/archive/refs/tags/v0.14.1.tar.gz"
sha256 "caa8cc661abc2ba63194983aae46e87c896d89c228a158521e40c34375d738f7"
license "MIT"
revision 1
revision 2

bottle do
sha256 arm64_sequoia: "325a6b36db0895dd4d690b735bc2d51b610e2484418551ea4f6d79068036f28f"
Expand All @@ -19,7 +19,7 @@ class Crystalline < Formula
depends_on "crystal"
depends_on "libevent"
depends_on "libyaml"
depends_on "llvm@18"
depends_on "llvm"
depends_on "pcre2"

def install
Expand Down