terraform: update to 1.9.5.
This commit is contained in:
parent
73772c8c35
commit
99c0028447
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'terraform'
|
# Template file for 'terraform'
|
||||||
pkgname=terraform
|
pkgname=terraform
|
||||||
version=1.9.4
|
version=1.9.5
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path="github.com/hashicorp/$pkgname"
|
go_import_path="github.com/hashicorp/$pkgname"
|
||||||
short_desc="Tool for building, changing, and combining infrastructure"
|
short_desc="Tool for building, changing, and combining infrastructure"
|
||||||
|
@ -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=33487cd4744ab8ff8da2f3fdb295686724a088711309a65491f655286c322305
|
checksum=89d558e5093d5c62f410d6975dfbd1e08714bf89d24c2d1d52a693965340114b
|
||||||
repository=nonfree
|
repository=nonfree
|
||||||
|
|
Loading…
Reference in New Issue