packer: update to 1.2.4.
This commit is contained in:
parent
47e711e6fd
commit
4a21aae515
1 changed files with 3 additions and 3 deletions
|
@ -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 <abc@pompel.me>"
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue