File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 55class Btptf < Formula
66 desc "Command-line tool for Exporting SAP BTP Resources to Terraform"
77 homepage "https://sap.github.io/terraform-exporter-btp/"
8- version "1.3.1 "
8+ version "1.4.0 "
99
1010 if OS . mac?
1111 if Hardware ::CPU . arm?
12- url "https://github.com/SAP/terraform-exporter-btp/releases/download/v1.3.1 /btptf_1.3.1_darwin_arm64 "
13- sha256 "582b66939e61a9a7d3232193a54a4214ddc534743287fd7c7e46c9000e6157dd "
12+ url "https://github.com/SAP/terraform-exporter-btp/releases/download/v1.4.0 /btptf_1.4.0_darwin_arm64 "
13+ sha256 "950754be14683b12951117e14828949896a3a4b834835723bbc5c2df7431e873 "
1414 else
15- url url "https://github.com/SAP/terraform-exporter-btp/releases/download/v1.3.1 /btptf_1.3.1_darwin_amd64 "
16- sha256 "6c2b1b2190c69bf7b95a6c58ece00b99c4dada312ae85e6834b6181a34fba0cc "
15+ url url "https://github.com/SAP/terraform-exporter-btp/releases/download/v1.4.0 /btptf_1.4.0_darwin_amd64 "
16+ sha256 "0671d71778c4ee2d88cde33c2b5f0dcc8c7f7f1d3203c051a12c334b4c9369b9 "
1717 end
1818 elsif OS . linux?
1919 if Hardware ::CPU . arm?
20- url "https://github.com/SAP/terraform-exporter-btp/releases/download/v1.3.1 /btptf_1.3.1_linux_arm64 "
21- sha256 "4215c493d0ab85dea7ba7bcc0a94a9ef3f853b9a80a35c86c2c5f3c98f161764 "
20+ url "https://github.com/SAP/terraform-exporter-btp/releases/download/v1.4.0 /btptf_1.4.0_linux_arm64 "
21+ sha256 "fc7d820eb28d60510da7dfb2e2cfb8d15b8cb7b1d43ef4571b3bafd89005f6bd "
2222 else
23- url "https://github.com/SAP/terraform-exporter-btp/releases/download/v1.3.1 /btptf_1.3.1_linux_amd64 "
24- sha256 "51737f0ec10c1fe61c31412b6acd6eaefa52dce7c4ca8c693b8e5eb4ef724316 "
23+ url "https://github.com/SAP/terraform-exporter-btp/releases/download/v1.4.0 /btptf_1.4.0_linux_amd64 "
24+ sha256 "f5b3e6467f1cbc60a546ad51d28c9563a44570a4ca4741584ba2dc7cb28c1a74 "
2525 depends_on arch : :x86_64
2626 end
2727 end
You can’t perform that action at this time.
0 commit comments