From c50faf6876731d4daebfe1456e162d79d26269c8 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 22 Jun 2017 07:04:18 +0100 Subject: [PATCH] packer: update to 1.0.2. --- srcpkgs/packer/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template index 0b734f63e10..ac00486b8d4 100644 --- a/srcpkgs/packer/template +++ b/srcpkgs/packer/template @@ -1,6 +1,6 @@ # Template file for 'packer' pkgname=packer -version=1.0.1 +version=1.0.2 revision=1 replaces="packer-bin>=0" short_desc="Create identical multiplatform machine images from a single source" @@ -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=82ab38a9381c58fd9952dbcdaadba4a74b35682a0dad4f05a8f879e53b4fc2ed +checksum=eecb0a10d2df09d68a48c05ffc7a92a5cd35709244a1c7abab492a1977ca21e4 post_build() { for F in $(find -type f -name main.go); do