Packer 1.11.0 => 1.11.2 (#10896)

This commit is contained in:
Ed Reel
2024-12-06 06:08:48 -06:00
committed by GitHub
parent f0bcba20bb
commit e66cbdd361
3 changed files with 7 additions and 5 deletions

View File

@@ -0,0 +1 @@
/usr/local/bin/packer

View File

@@ -0,0 +1 @@
/usr/local/bin/packer

View File

@@ -3,7 +3,7 @@ require 'package'
class Packer < Package
description 'Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration.'
homepage 'https://www.packer.io/'
version '1.11.0'
version '1.11.2'
license 'Apache-2.0, BSD-2, BSD-4, MIT, MPL-2.0 and unicode'
compatibility 'all'
source_url({
@@ -13,10 +13,10 @@ class Packer < Package
x86_64: "https://releases.hashicorp.com/packer/#{version}/packer_#{version}_linux_amd64.zip"
})
source_sha256({
aarch64: '644ff27386993ef09b29169c383b70c0c92aef6bce53bdd9f87b945c4a6a31bb',
armv7l: '644ff27386993ef09b29169c383b70c0c92aef6bce53bdd9f87b945c4a6a31bb',
i686: 'b3f51d82341c155c520d530178ffdf5cfe48cd001cf9a760ece11e7813132ca0',
x86_64: 'dcac06a4c671bbb71e916da5abe947ebf4d6aa35c197e21c7c7b1d68cb8b7cad'
aarch64: '2f6e1928204b61f171b9d79cbc697a5b35c65cd435e1a38bb648bb7e96dba284',
armv7l: '2f6e1928204b61f171b9d79cbc697a5b35c65cd435e1a38bb648bb7e96dba284',
i686: 'fe5781307673843309be41ceac6541d4322640653f6b6e6eabd85375f9d70726',
x86_64: 'ced13efc257d0255932d14b8ae8f38863265133739a007c430cae106afcfc45a'
})
no_compile_needed