From 2824a7202e6a40e32f2589f99962d207a07981b3 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Tue, 20 Jun 2017 07:44:57 +0200 Subject: [PATCH] packer: update to 1.0.1. --- srcpkgs/packer/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template index a1a778faa85..0b734f63e10 100644 --- a/srcpkgs/packer/template +++ b/srcpkgs/packer/template @@ -1,7 +1,7 @@ # Template file for 'packer' pkgname=packer -version=1.0.0 -revision=3 +version=1.0.1 +revision=1 replaces="packer-bin>=0" short_desc="Create identical multiplatform machine images from a single source" maintainer="Andrea Brancaleoni " @@ -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=6458f8f20333ff202cb3ab183867ad08a6cc49479edf48da9e3144c7e9f71dc6 +checksum=82ab38a9381c58fd9952dbcdaadba4a74b35682a0dad4f05a8f879e53b4fc2ed post_build() { for F in $(find -type f -name main.go); do