packer: update to 1.0.1.
This commit is contained in:
parent
04d7526d50
commit
2824a7202e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'packer'
|
||||
pkgname=packer
|
||||
version=1.0.0
|
||||
revision=3
|
||||
version=1.0.1
|
||||
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=6458f8f20333ff202cb3ab183867ad08a6cc49479edf48da9e3144c7e9f71dc6
|
||||
checksum=82ab38a9381c58fd9952dbcdaadba4a74b35682a0dad4f05a8f879e53b4fc2ed
|
||||
|
||||
post_build() {
|
||||
for F in $(find -type f -name main.go); do
|
||||
|
|
Loading…
Reference in a new issue