packer: update to 1.1.2.

This commit is contained in:
Andrea Brancaleoni 2017-11-16 14:22:34 +01:00
parent 56b0a921b8
commit 5df3ee7548
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'packer'
pkgname=packer
version=1.1.1
revision=2
version=1.1.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=5c3eb3ee17e10c7fcb9c0bef6d325a98ca341d6af6bb13d698984ae44316cba2
checksum=807064adb75cecdd0b2df81fb7ef145c9bbcc094dba5ee4ae8c5f8373d59c0fa
post_build() {
for F in $(find -type f -name main.go); do