Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overmind v1.0.11 #53

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/overmind-cli.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
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)

Formula overmind-cli contains non-standard SPDX licenses: ["FSL-1.1-Apache-2.0"]. For a list of valid licenses check: https://spdx.org/licenses/
desc "CLI to interact with the Overmind API"
homepage "https://overmind.tech/"
url "https://github.com/overmindtech/cli/archive/refs/tags/v1.0.10.tar.gz"
sha256 "ae475703f73fb97ffa0a6e6461d653a5b631009f80019b3920e6b2ffd77de615"
license "Apache-2.0"
url "https://github.com/overmindtech/cli/archive/refs/tags/v1.0.11.tar.gz"
sha256 "fb23ecb576185ae1481380ba06361c6420f0562dc68316fe71776d5fb11e6460"
license "FSL-1.1-Apache-2.0"

bottle do
root_url "https://ghcr.io/v2/overmindtech/overmind"
Expand Down
Loading