diff options
-rw-r--r-- | development/terraform/terraform.SlackBuild | 2 | ||||
-rw-r--r-- | development/terraform/terraform.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/development/terraform/terraform.SlackBuild b/development/terraform/terraform.SlackBuild index e2bd0d1e58..bc9d849413 100644 --- a/development/terraform/terraform.SlackBuild +++ b/development/terraform/terraform.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=terraform -VERSION=${VERSION:-1.11.1} +VERSION=${VERSION:-1.11.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/terraform/terraform.info b/development/terraform/terraform.info index 89b79c5016..da81b1cd32 100644 --- a/development/terraform/terraform.info +++ b/development/terraform/terraform.info @@ -1,8 +1,8 @@ PRGNAM="terraform" -VERSION="1.11.1" +VERSION="1.11.3" HOMEPAGE="https://www.terraform.io/" -DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.11.1/terraform-1.11.1.tar.gz" -MD5SUM="9a74689b2e8641e913a3e5666d3ab5fb" +DOWNLOAD="https://github.com/hashicorp/terraform/archive/v1.11.3/terraform-1.11.3.tar.gz" +MD5SUM="a68ef37c55b555f77b5cddacadfea4d8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="google-go-lang" |