packer: update to 1.2.1
This commit is contained in:
parent
b26d75418a
commit
aaddb92f62
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'packer'
|
||||
pkgname=packer
|
||||
version=1.2.0
|
||||
version=1.2.1
|
||||
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=bbb8bcf60de329d61769fbf4478174d72535423d0803335f4f42c8b38f3e6be7
|
||||
checksum=d662212a31069ec6eb7c41573181f9a8d64ff9381d29d3fef1b10bd4b0505c2f
|
||||
|
||||
post_build() {
|
||||
for F in $(find -type f -name main.go); do
|
||||
|
|
Loading…
Reference in a new issue