Skip to content

Commit 1c2ccbd

Browse files
committed
v0.2.0
1 parent ce5c6c6 commit 1c2ccbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/b/bld.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Bld < Formula
22
desc "Add *bld* to your shell to interact with your Build.io applications"
33
homepage "https://build.io"
4-
url "https://github.com/buildio/cli/archive/refs/tags/v0.1.9.tar.gz"
5-
sha256 "1c015352024c5ff26e55156a9943b63f03f88eafed140d0fd68a9640765eeb88"
4+
url "https://github.com/buildio/cli/archive/refs/tags/v0.2.0.tar.gz"
5+
sha256 "d1b8515cd0dded4b5faf6b388efc007a30f1aed308ba7cb3db630178fe72ffd8"
66
license "AGPL-3.0-or-later"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Bld < Formula
1111
end
1212

1313
depends_on "libssh2" => :build
14-
depends_on "crystal"
14+
depends_on "crystal" => :build
1515

1616
def install
1717
mkdir bin

0 commit comments

Comments
 (0)