Skip to content

Commit

Permalink
build(lhctl): upgrade 0.11.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mijailr authored Aug 28, 2024
1 parent b5267a8 commit 7202606
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/lhctl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@ class Lhctl < Formula
desc "LittleHorse CLI for managing all things LittleHorse"
homepage "https://littlehorse.dev/docs/developer-guide/lhctl"
url "https://github.com/littlehorse-enterprises/littlehorse.git",
tag: "v0.11.0",
revision: "4b018c1b62e6104ddff1e62f7631ed88b3393352"
tag: "v0.11.1",
revision: "81588bd6a497177b130a98e115dff7fc3b5ba6e0"
license "SSPL-1.0"
head "https://github.com/littlehorse-enterprises/littlehorse.git", tag: "v0.11.0"
head "https://github.com/littlehorse-enterprises/littlehorse.git", tag: "v0.11.1"

depends_on "go" => :build

def install
system "./local-dev/setup-go.sh"
ldflags = "-X main.version=#{version} -X main.commit=homebrew"
system "go", "build", "-C", "lhctl", *std_go_args(ldflags:)
end
Expand Down

0 comments on commit 7202606

Please sign in to comment.