terraform: update to 1.9.1.
This commit is contained in:
parent
a59a6e9858
commit
aa3a026857
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=1.8.5
|
version=1.9.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/$pkgname"
|
go_import_path="github.com/hashicorp/$pkgname"
|
||||||
|
@ -9,5 +9,5 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="BUSL-1.1"
|
license="BUSL-1.1"
|
||||||
homepage="https://www.terraform.io/"
|
homepage="https://www.terraform.io/"
|
||||||
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
distfiles="https://$go_import_path/archive/v$version.tar.gz"
|
||||||
checksum=72268eabfb48016ce7b8d3c1a6a110ea6b5a321fed847e1113852bee76b5f6d6
|
checksum=004c273f263d6e646ad8ba6c2defad2018942601c6e8f88b634668ac6ed07c12
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
Loading…
Reference in New Issue