packer 1.1.0
Closes #18009. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
2627df3544
commit
a03f6ea65b
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ class Packer < Formula
|
||||||
desc "Tool for creating identical machine images for multiple platforms"
|
desc "Tool for creating identical machine images for multiple platforms"
|
||||||
homepage "https://packer.io"
|
homepage "https://packer.io"
|
||||||
url "https://github.com/hashicorp/packer.git",
|
url "https://github.com/hashicorp/packer.git",
|
||||||
:tag => "v1.0.4",
|
:tag => "v1.1.0",
|
||||||
:revision => "4c3e6f36bad3d096ca649e2cfd23ab70bb2d6383"
|
:revision => "84b9b07901fabfeab1325eb2d8d207aeefa944c7"
|
||||||
head "https://github.com/hashicorp/packer.git"
|
head "https://github.com/hashicorp/packer.git"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
|
|
Loading…
Reference in a new issue