packer: update to 1.3.5.
This commit is contained in:
parent
e8893308cd
commit
14d1215c99
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'packer'
|
# Template file for 'packer'
|
||||||
pkgname=packer
|
pkgname=packer
|
||||||
version=1.3.3
|
version=1.3.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/packer"
|
go_import_path="github.com/hashicorp/packer"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MPL-2"
|
license="MPL-2"
|
||||||
homepage="http://www.packer.io"
|
homepage="http://www.packer.io"
|
||||||
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
distfiles="https://${go_import_path}/archive/v${version}.tar.gz"
|
||||||
checksum=c2866669a291822b3957a95fae9aa869270931d1501ea7a0979ac62580ef970f
|
checksum=91f7da67b2390704c6bdeb14b33ddc4abb192c044fc789ce6be45b9fda3d425e
|
||||||
replaces="packer-bin>=0"
|
replaces="packer-bin>=0"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Reference in New Issue