Skip to content

Commit

Permalink
Brew formula update for tfproviderdocs version v0.16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yakdriverbot committed Nov 8, 2024
1 parent dc64aff commit 8849277
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions Formula/tfproviderdocs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,49 +3,49 @@

# This file was generated by GoReleaser. DO NOT EDIT.
class Tfproviderdocs < Formula
desc 'Terraform Provider Documentation Tool'
homepage 'https://github.com/YakDriver/tfproviderdocs'
version '0.16.5'
desc "Terraform Provider Documentation Tool"
homepage "https://github.com/YakDriver/tfproviderdocs"
version "0.16.6"

depends_on 'go'
depends_on "go"

on_macos do
on_intel do
url 'https://github.com/YakDriver/tfproviderdocs/releases/download/v0.16.5/tfproviderdocs_0.16.5_darwin_amd64.tar.gz'
sha256 'd2b21ea8adf01d489a80662fc6d2fe68bbb3f5d623ee68323fd36afcd9e52f95'
url "https://github.com/YakDriver/tfproviderdocs/releases/download/v0.16.6/tfproviderdocs_0.16.6_darwin_amd64.tar.gz"
sha256 "6f46b6ccec697a71af9f1670aa4c12e70c664f2a94816c3835e6b22742527ee1"

def install
bin.install 'tfproviderdocs'
bin.install "tfproviderdocs"
end
end
on_arm do
url 'https://github.com/YakDriver/tfproviderdocs/releases/download/v0.16.5/tfproviderdocs_0.16.5_darwin_arm64.tar.gz'
sha256 'e830bb31e1cd498959924029251c4372174fdd0a002cb89913fcf15c4e9dd687'
url "https://github.com/YakDriver/tfproviderdocs/releases/download/v0.16.6/tfproviderdocs_0.16.6_darwin_arm64.tar.gz"
sha256 "185ed8e5f3983bed102d274a0668b8808083b670c7b513af4264ff56cd3a5c04"

def install
bin.install 'tfproviderdocs'
bin.install "tfproviderdocs"
end
end
end

on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url 'https://github.com/YakDriver/tfproviderdocs/releases/download/v0.16.5/tfproviderdocs_0.16.5_linux_amd64.tar.gz'
sha256 'f560cead6064421978c3020bfc0c1be39a849c210f3e9282739f6edd7b811b5c'
url "https://github.com/YakDriver/tfproviderdocs/releases/download/v0.16.6/tfproviderdocs_0.16.6_linux_amd64.tar.gz"
sha256 "a5bbf569e7afbedfc5a82fbbf971a3c9ce30ff99efb2b2a49406903ba1a81e12"

def install
bin.install 'tfproviderdocs'
bin.install "tfproviderdocs"
end
end
end
on_arm do
if Hardware::CPU.is_64_bit?
url 'https://github.com/YakDriver/tfproviderdocs/releases/download/v0.16.5/tfproviderdocs_0.16.5_linux_arm64.tar.gz'
sha256 'd478bb50456dc247c7a8847c74a826f1b08174208de927e37a57fef6fbc0ec82'
url "https://github.com/YakDriver/tfproviderdocs/releases/download/v0.16.6/tfproviderdocs_0.16.6_linux_arm64.tar.gz"
sha256 "c5c3703eeb9b1bc9c5f8143876a4db4fb474d1a3430ac56eec11ca6f6bca7010"

def install
bin.install 'tfproviderdocs'
bin.install "tfproviderdocs"
end
end
end
Expand Down

0 comments on commit 8849277

Please sign in to comment.