diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template index ac00486b8d4..9f127257096 100644 --- a/srcpkgs/packer/template +++ b/srcpkgs/packer/template @@ -1,6 +1,6 @@ # Template file for 'packer' pkgname=packer -version=1.0.2 +version=1.0.3 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=eecb0a10d2df09d68a48c05ffc7a92a5cd35709244a1c7abab492a1977ca21e4 +checksum=17190dfc3833f30b98a932b0048ab088b28312d08fe8abb40ba7ead567733e6b post_build() { for F in $(find -type f -name main.go); do