mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
packer: update to 1.4.3.
Updates license to MPL-2.0.
This commit is contained in:
parent
58e8cc958b
commit
08073f4f6a
1 changed files with 3 additions and 3 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'packer'
|
# Template file for 'packer'
|
||||||
pkgname=packer
|
pkgname=packer
|
||||||
version=1.4.2
|
version=1.4.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/packer"
|
go_import_path="github.com/hashicorp/packer"
|
||||||
short_desc="Create identical multiplatform machine images from a single source"
|
short_desc="Create identical multiplatform machine images from a single source"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="MPL-2"
|
license="MPL-2.0"
|
||||||
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=c35f46bcacd93ca8b99291701df351bfec935fac804839a5f8cf4f491367d0c1
|
checksum=99254a29411cdf5619dfbcf0ea00959449a4baa831aa41796b054317a4e20bc4
|
||||||
replaces="packer-bin>=0"
|
replaces="packer-bin>=0"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
|
Loading…
Add table
Reference in a new issue