mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Packer 1.14.2 => 1.14.3 (#13935)
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
# Total size: 39649451
|
# Total size: 40763576
|
||||||
/usr/local/bin/packer
|
/usr/local/bin/packer
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# Total size: 39661739
|
# Total size: 40722616
|
||||||
/usr/local/bin/packer
|
/usr/local/bin/packer
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
# Total size: 42037419
|
# Total size: 43012280
|
||||||
/usr/local/bin/packer
|
/usr/local/bin/packer
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ require 'package'
|
|||||||
class Packer < Package
|
class Packer < Package
|
||||||
description 'Packer is an open source tool for creating identical machine images for multiple platforms from a single source configuration.'
|
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/'
|
homepage 'https://www.packer.io/'
|
||||||
version '1.14.2'
|
version '1.14.3'
|
||||||
license 'Apache-2.0, BSD-2, BSD-4, MIT, MPL-2.0 and unicode'
|
license 'Apache-2.0, BSD-2, BSD-4, MIT, MPL-2.0 and unicode'
|
||||||
compatibility 'all'
|
compatibility 'all'
|
||||||
source_url({
|
source_url({
|
||||||
@@ -13,10 +13,10 @@ class Packer < Package
|
|||||||
x86_64: "https://releases.hashicorp.com/packer/#{version}/packer_#{version}_linux_amd64.zip"
|
x86_64: "https://releases.hashicorp.com/packer/#{version}/packer_#{version}_linux_amd64.zip"
|
||||||
})
|
})
|
||||||
source_sha256({
|
source_sha256({
|
||||||
aarch64: '1bca6b645d2f4e5968b77f6b2ccc06e9ab4f38eb1453116ee6542402068bdb0c',
|
aarch64: '0676cbfb8f3a666c8b3c38e4f5d58db54e5ee70ebd7baf725df7f0cea2bb6fd9',
|
||||||
armv7l: '1bca6b645d2f4e5968b77f6b2ccc06e9ab4f38eb1453116ee6542402068bdb0c',
|
armv7l: '0676cbfb8f3a666c8b3c38e4f5d58db54e5ee70ebd7baf725df7f0cea2bb6fd9',
|
||||||
i686: '52c6bc04da164dbba135aa974f3a36bb662091187bc39997b1e548f589854d04',
|
i686: 'b9f3e49aa5a31a4fe0cab45d284e05b7a7b9d5532400d6cd6e5ad604f814649f',
|
||||||
x86_64: 'cfefdea4ac580eba7b254ef34d25b756d4961741004e3e701a1476594d13e64a'
|
x86_64: '95041cc0a30f05d5583be26a7c0b715f488e461418ce0c5d88ba204cb092bef1'
|
||||||
})
|
})
|
||||||
|
|
||||||
no_compile_needed
|
no_compile_needed
|
||||||
|
|||||||
3
tests/package/p/packer
Executable file
3
tests/package/p/packer
Executable file
@@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
packer
|
||||||
|
packer --version
|
||||||
Reference in New Issue
Block a user