We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5c6c6 commit 1c2ccbdCopy full SHA for 1c2ccbd
Formula/b/bld.rb
@@ -1,8 +1,8 @@
1
class Bld < Formula
2
desc "Add *bld* to your shell to interact with your Build.io applications"
3
homepage "https://build.io"
4
- url "https://github.com/buildio/cli/archive/refs/tags/v0.1.9.tar.gz"
5
- sha256 "1c015352024c5ff26e55156a9943b63f03f88eafed140d0fd68a9640765eeb88"
+ url "https://github.com/buildio/cli/archive/refs/tags/v0.2.0.tar.gz"
+ sha256 "d1b8515cd0dded4b5faf6b388efc007a30f1aed308ba7cb3db630178fe72ffd8"
6
license "AGPL-3.0-or-later"
7
8
livecheck do
@@ -11,7 +11,7 @@ class Bld < Formula
11
end
12
13
depends_on "libssh2" => :build
14
- depends_on "crystal"
+ depends_on "crystal" => :build
15
16
def install
17
mkdir bin
0 commit comments