diff --git a/fogg.rb b/fogg.rb index 55d2b80..85523df 100644 --- a/fogg.rb +++ b/fogg.rb @@ -1,18 +1,20 @@ +# typed: false +# frozen_string_literal: true + # This file was generated by GoReleaser. DO NOT EDIT. class Fogg < Formula desc "Terraform without pain." homepage "https://github.com/chanzuckerberg/fogg" - version "0.58.1" + version "0.58.3" bottle :unneeded - if OS.mac? - url "https://github.com/chanzuckerberg/fogg/releases/download/v0.58.1/fogg_0.58.1_darwin_amd64.tar.gz" - sha256 "ef0752979b9ad16a122e06aff78a2012918467c06ce3ec7137a9d1087125b31b" - elsif OS.linux? - if Hardware::CPU.intel? - url "https://github.com/chanzuckerberg/fogg/releases/download/v0.58.1/fogg_0.58.1_linux_amd64.tar.gz" - sha256 "87e34d7f755fc2d626250e923171f29bb9cc79f9ebd7a9f2c1c2111982b2d5b8" - end + if OS.mac? && Hardware::CPU.intel? + url "https://github.com/chanzuckerberg/fogg/releases/download/v0.58.3/fogg_0.58.3_darwin_amd64.tar.gz" + sha256 "156fd95b81057f4297abead63b71bb80924a478758bc2c6bd5de1963397912d7" + end + if OS.linux? && Hardware::CPU.intel? + url "https://github.com/chanzuckerberg/fogg/releases/download/v0.58.3/fogg_0.58.3_linux_amd64.tar.gz" + sha256 "86284828c19de738e05545ebbe564169f9342c5ea3bc317d777eace108541213" end def install