Skip to content

Commit 27dd184

Browse files
BrewTestBotdtrodrigues
authored andcommitted
gleam 1.9.0
1 parent a4f1fc6 commit 27dd184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/g/gleam.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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

0 commit comments

Comments
 (0)