Skip to content

Commit

Permalink
Fix audit
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Mar 1, 2024
1 parent 734ad76 commit 60e8625
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/overmind-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class OvermindCli < Formula
desc "CLI to interact with the Overmind API"
homepage "https://overmind.tech/"
url "https://github.com/overmindtech/cli/archive/refs/tags/v0.25.11.tar.gz"
sha256 "7fa29704956ec67b776c9394f26c27a3dfa324745a38901b3dde8c3ad3d74427"
url "https://github.com/overmindtech/cli/archive/refs/tags/v0.25.13.tar.gz"
sha256 "cb5687bbe81f9c24220178a9768e725051c333d35e0631f48dc317e67760f8a7"
license "Apache-2.0"

depends_on "go" => :build
Expand All @@ -19,6 +19,6 @@ def install
end

test do
system "overmind", "--version"
system "#{bin}/overmind", "--version"
end
end

0 comments on commit 60e8625

Please sign in to comment.