diff options
-rw-r--r-- | development/terraform-ls/terraform-ls.SlackBuild | 4 | ||||
-rw-r--r-- | development/terraform-ls/terraform-ls.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/terraform-ls/terraform-ls.SlackBuild b/development/terraform-ls/terraform-ls.SlackBuild index e498f07dfd..952c5d4807 100644 --- a/development/terraform-ls/terraform-ls.SlackBuild +++ b/development/terraform-ls/terraform-ls.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for terraform-ls -# Copyright 2024 Andrew Clemons, Tokyo Japan +# Copyright 2024-2025 Andrew Clemons, Tokyo Japan # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=terraform-ls -VERSION=${VERSION:-0.36.3} +VERSION=${VERSION:-0.36.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/terraform-ls/terraform-ls.info b/development/terraform-ls/terraform-ls.info index 8d1d5f303e..e9d8dc49a3 100644 --- a/development/terraform-ls/terraform-ls.info +++ b/development/terraform-ls/terraform-ls.info @@ -1,8 +1,8 @@ PRGNAM="terraform-ls" -VERSION="0.36.3" +VERSION="0.36.4" HOMEPAGE="https://github.com/hashicorp/terraform-ls" -DOWNLOAD="https://github.com/hashicorp/terraform-ls/archive/v0.36.3/terraform-ls-0.36.3.tar.gz" -MD5SUM="d8ff0444ca4bf6cdbf5f2d978d71801e" +DOWNLOAD="https://github.com/hashicorp/terraform-ls/archive/v0.36.4/terraform-ls-0.36.4.tar.gz" +MD5SUM="05656b06bc81a3c4ec2d793b4afc8fa6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |