diff --git a/srcpkgs/packer/template b/srcpkgs/packer/template index 874e1b98768..8cba067abda 100644 --- a/srcpkgs/packer/template +++ b/srcpkgs/packer/template @@ -1,7 +1,7 @@ # Template file for 'packer' pkgname=packer -version=1.2.3 -revision=2 +version=1.2.4 +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=008a377d5fe8440822114e3196225cc2837be72d57210cf7944530723b255051 +checksum=7b2a8ead54ae9c699ba86895b202bfc15c88b980bb63de039b59212bc2c5d892 post_build() { for F in $(find -type f -name main.go); do