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