packer: update to 1.2.2.
This commit is contained in:
parent
2823d294e6
commit
69e9280d24
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'packer'
|
||||
pkgname=packer
|
||||
version=1.2.1
|
||||
revision=3
|
||||
version=1.2.2
|
||||
revision=1
|
||||
replaces="packer-bin>=0"
|
||||
short_desc="Create identical multiplatform machine images from a single source"
|
||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||
|
@ -11,7 +11,7 @@ license="MPL-2"
|
|||
homepage="http://www.packer.io"
|
||||
go_import_path="github.com/mitchellh/packer"
|
||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||
checksum=d662212a31069ec6eb7c41573181f9a8d64ff9381d29d3fef1b10bd4b0505c2f
|
||||
checksum=ef600f5323acbcd05cccff84b7bc407fd07560603e74c85b245a0b5940327a91
|
||||
|
||||
post_build() {
|
||||
for F in $(find -type f -name main.go); do
|
||||
|
|
Loading…
Reference in New Issue