File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11class Gleam < Formula
22 desc "Statically typed language for the Erlang VM"
33 homepage "https://gleam.run"
4- url "https://github.com/gleam-lang/gleam/archive/refs/tags/v1.8.1 .tar.gz"
5- sha256 "5ad243c092fb229d0ae77214beaa462cd9a53018e553decb9b12a2ea1fab6494 "
4+ url "https://github.com/gleam-lang/gleam/archive/refs/tags/v1.9.0 .tar.gz"
5+ sha256 "ba3121d6e335f086caa5eeaf1caca61960a75f25f60e6d99c7b129d52f12153d "
66 license "Apache-2.0"
77 head "https://github.com/gleam-lang/gleam.git" , branch : "main"
88
@@ -26,7 +26,7 @@ class Gleam < Formula
2626 depends_on "rebar3"
2727
2828 def install
29- system "cargo" , "install" , *std_cargo_args ( path : "compiler-cli " )
29+ system "cargo" , "install" , *std_cargo_args ( path : "gleam-bin " )
3030 end
3131
3232 test do
You can’t perform that action at this time.
0 commit comments