terraform: Bump to 1.3.6

This commit is contained in:
Tee KOBAYASHI 2022-12-01 21:02:46 +09:00 committed by xtkoba
parent dba50d177d
commit 56b424a801
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.terraform.io
TERMUX_PKG_DESCRIPTION="A tool for building, changing, and versioning infrastructure safely and efficiently"
TERMUX_PKG_LICENSE="MPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.3.5
TERMUX_PKG_VERSION=1.3.6
TERMUX_PKG_SRCURL=https://github.com/hashicorp/terraform/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=6c44d7b30b31c68333688a794646077842aea94fe6073368824c47d57c22862e
TERMUX_PKG_SHA256=b160c2ee6b4b24e93fb643e9a746a1fab940f11216689c95c08b5f006f8c1cf9
TERMUX_PKG_DEPENDS="git"
termux_step_make() {