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

crystal 1.14.1 #203567

Merged
merged 2 commits into from
Jan 8, 2025
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
9 changes: 4 additions & 5 deletions Formula/c/crystal.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
class Crystal < Formula

Check notice on line 1 in Formula/c/crystal.rb

View workflow job for this annotation

GitHub Actions / Linux

Bottle cache hit

Bottle for crystal built at e760ae3a79c (Merge ed669417b8b129a9522f7422d6fb47370f621e28 into 7138b27a1f46f12851998c576bb2efe7173829e2, 2025-01-08)

Check notice on line 1 in Formula/c/crystal.rb

View workflow job for this annotation

GitHub Actions / macOS 15-arm64

Bottle cache hit

Bottle for crystal built at e760ae3a79c (Merge ed669417b8b129a9522f7422d6fb47370f621e28 into 7138b27a1f46f12851998c576bb2efe7173829e2, 2025-01-08)

Check notice on line 1 in Formula/c/crystal.rb

View workflow job for this annotation

GitHub Actions / macOS 14-arm64

Bottle cache hit

Bottle for crystal built at e760ae3a79c (Merge ed669417b8b129a9522f7422d6fb47370f621e28 into 7138b27a1f46f12851998c576bb2efe7173829e2, 2025-01-08)

Check notice on line 1 in Formula/c/crystal.rb

View workflow job for this annotation

GitHub Actions / macOS 13-arm64

Bottle cache hit

Bottle for crystal built at e760ae3a79c (Merge ed669417b8b129a9522f7422d6fb47370f621e28 into 7138b27a1f46f12851998c576bb2efe7173829e2, 2025-01-08)

Check notice on line 1 in Formula/c/crystal.rb

View workflow job for this annotation

GitHub Actions / macOS 14-x86_64

Bottle cache hit

Bottle for crystal built at e760ae3a79c (Merge ed669417b8b129a9522f7422d6fb47370f621e28 into 7138b27a1f46f12851998c576bb2efe7173829e2, 2025-01-08)

Check notice on line 1 in Formula/c/crystal.rb

View workflow job for this annotation

GitHub Actions / macOS 13-x86_64

Bottle cache hit

Bottle for crystal built at e760ae3a79c (Merge ed669417b8b129a9522f7422d6fb47370f621e28 into 7138b27a1f46f12851998c576bb2efe7173829e2, 2025-01-08)
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"
sha256 "85c74d8654a0e111e2eaec6de38470bc9cb6762bc5b799dd3693d18cce4bc807"
url "https://github.com/crystal-lang/crystal/archive/refs/tags/1.14.1.tar.gz"
sha256 "3e0e30f6c57bd86dbd52ccde4e42fc57c178f6bef47edc96b8c911b3fb12bd5b"

resource "shards" do
url "https://github.com/crystal-lang/shards/archive/refs/tags/v0.18.0.tar.gz"
sha256 "46a830afd929280735d765e59d8c27ac9ba92eddde9647ae7d3fc85addc38cc5"
url "https://github.com/crystal-lang/shards/archive/refs/tags/v0.19.0.tar.gz"
sha256 "25204d48ae05e4ad389cea9c34405725f861149b0679b43aa2d9fc8a961a5480"
end
end

Expand Down
Loading