Skip to content

Commit

Permalink
overmind-cli 0.25.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Mar 1, 2024
1 parent 734ad76 commit 7a01d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/overmind-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class OvermindCli < Formula

Check failure on line 1 in Formula/overmind-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

fully scope test system calls, e.g. system "#{bin}/overmind"

Check failure on line 1 in Formula/overmind-cli.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

fully scope test system calls, e.g. system "#{bin}/overmind"
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.14.tar.gz"
sha256 "4046cd1b7f7b3117f99ee5c6cee71c70cd9853a209a47982d40507e9c5e88429"
license "Apache-2.0"

depends_on "go" => :build
Expand Down

0 comments on commit 7a01d02

Please sign in to comment.