Skip to content

Commit

Permalink
packer 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Nov 22, 2024
1 parent e44f18c commit 354d172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/p/packer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ class Packer < Formula
end

# https://www.hashicorp.com/blog/hashicorp-adopts-business-source-license
disable! date: "2024-09-27", because: "will change its license to BUSL on the next release"
deprecate! date: "2024-09-27", because: "will change its license to BUSL on the next release"

depends_on "go" => :build

def install
system "go", "build", *std_go_args(ldflags: "-s -w")
system "go", "build", *std_go_args(ldflags: "-s -w -B gobuildid")

# Allow packer to find plugins in Homebrew prefix
bin.env_script_all_files libexec/"bin", PACKER_PLUGIN_PATH: "$PACKER_PLUGIN_PATH:#{HOMEBREW_PREFIX/"bin"}"
Expand Down

0 comments on commit 354d172

Please sign in to comment.