Skip to content

Commit

Permalink
kubefirst 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and stefanb committed Aug 29, 2024
1 parent 6f89b41 commit 8a9ba78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/k/kubefirst.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Kubefirst < Formula
desc "GitOps Infrastructure & Application Delivery Platform for kubernetes"
homepage "https://kubefirst.io/"
url "https://github.com/kubefirst/kubefirst/archive/refs/tags/v2.4.17.tar.gz"
sha256 "3ce15c7ddad90cf221603fee3de8d6db8d33e4511a6826019d624bfbad5e2326"
url "https://github.com/konstructio/kubefirst/archive/refs/tags/v2.5.0.tar.gz"
sha256 "cabebc66fc22fad2785dcc091c55e7e196780ff199e32e8ddc1cf1b0f39b1298"
license "MIT"
head "https://github.com/kubefirst/kubefirst.git", branch: "main"
head "https://github.com/konstructio/kubefirst.git", branch: "main"

# Upstream appears to use GitHub releases to indicate that a version is
# released, so it's necessary to check release versions instead of tags.
Expand All @@ -26,7 +26,7 @@ class Kubefirst < Formula
depends_on "go" => :build

def install
ldflags = "-s -w -X github.com/kubefirst/kubefirst-api/configs.K1Version=v#{version}"
ldflags = "-s -w -X github.com/konstructio/kubefirst-api/configs.K1Version=v#{version}"
system "go", "build", *std_go_args(ldflags:)
end

Expand Down

0 comments on commit 8a9ba78

Please sign in to comment.