Browse Source
development/terraform-ls: Updated for version 0.37.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/326/head
Andrew Clemons
1 month ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
development/terraform-ls/terraform-ls.SlackBuild
-
development/terraform-ls/terraform-ls.info
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=terraform-ls |
|
|
|
VERSION=${VERSION:-0.36.5} |
|
|
|
VERSION=${VERSION:-0.37.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="terraform-ls" |
|
|
|
VERSION="0.36.5" |
|
|
|
VERSION="0.37.0" |
|
|
|
HOMEPAGE="https://github.com/hashicorp/terraform-ls" |
|
|
|
DOWNLOAD="https://github.com/hashicorp/terraform-ls/archive/v0.36.5/terraform-ls-0.36.5.tar.gz" |
|
|
|
MD5SUM="29a0c4b76de641b21c3088cee1793649" |
|
|
|
DOWNLOAD="https://github.com/hashicorp/terraform-ls/archive/v0.37.0/terraform-ls-0.37.0.tar.gz" |
|
|
|
MD5SUM="af2aec3193a2d4b813d89c111608ded3" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="google-go-lang" |
|
|
|