Skip to content

Commit

Permalink
Merge pull request #191297 from Homebrew/bump-rancher-cli-2.9.2
Browse files Browse the repository at this point in the history
rancher-cli: update livecheck
  • Loading branch information
BrewTestBot committed Sep 20, 2024
2 parents 6b67277 + feb87ae commit cb9e817
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Formula/r/rancher-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ class RancherCli < Formula
license "Apache-2.0"
head "https://github.com/rancher/cli.git", branch: "master"

# Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
# labeled as "pre-release" on GitHub before the version is released, so it's
# necessary to use the `GithubLatest` strategy.
livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
strategy :github_latest
end

bottle do
Expand Down

0 comments on commit cb9e817

Please sign in to comment.