mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
terraform: update to 0.7.8.
This commit is contained in:
parent
1f49c985d6
commit
630989c00b
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=0.7.7
|
version=0.7.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
short_desc="A tool for building, changing, and combining infrastructure"
|
short_desc="A tool for building, changing, and combining infrastructure"
|
||||||
|
@ -9,7 +9,7 @@ license="MPL-2.1"
|
||||||
homepage="https://www.terraform.io/"
|
homepage="https://www.terraform.io/"
|
||||||
go_import_path="github.com/hashicorp/$pkgname"
|
go_import_path="github.com/hashicorp/$pkgname"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=2e63e0855bc3b7296335b54a2140d4c2425ccd9424157cf69e708f6f5a2d30a2
|
checksum=1569dcb56aab6a8c35ed5a26f90408e6e31e28c07b63b963e1b7c655040f97fd
|
||||||
|
|
||||||
post_build() {
|
post_build() {
|
||||||
for F in $(find -type f -name main.go); do
|
for F in $(find -type f -name main.go); do
|
||||||
|
|
Loading…
Add table
Reference in a new issue