This commit is contained in:
Sergey Zhemoytel 2023-10-20 19:58:43 +00:00
parent 097f40653c
commit 6cd3b6bc2a
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
sources:
terraform-provider-decort-4.3.0.tar.gz: 65d58df6e606219ec5859c0be710468cf0341ada
terraform-provider-decort-4.4.2.tar.gz: 1304e87b88a083b2b94d1042f4325d6d6db51869

View file

@ -8,7 +8,7 @@
%endif
Name: terraform-provider-%{tfprovider}
Version: 4.3.0
Version: 4.4.2
Release: 1
Summary: Terraform provider for DECORT platform (API 3.6.x or later)
URL: https://repository.basistech.ru/BASIS/terraform-provider-decort
@ -30,6 +30,7 @@ Terraform provider for DECORT platform (API 3.6.x or later)
%setup -qn %{name}
%build
export GOPROXY=direct
go build -o %{name} ./cmd/decort/
upx %{name}