From c5f4f4d15cf1b0e0e2ee851e67b2312f3312268e Mon Sep 17 00:00:00 2001 From: Porkepix Date: Tue, 23 Jan 2024 12:21:57 +0100 Subject: [PATCH 1/2] hcl2json 0.6.1 --- Formula/h/hcl2json.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/hcl2json.rb b/Formula/h/hcl2json.rb index 423ca4f5c94f2..25f23bb35b35b 100644 --- a/Formula/h/hcl2json.rb +++ b/Formula/h/hcl2json.rb @@ -1,8 +1,8 @@ class Hcl2json < Formula desc "Convert HCL2 to JSON" homepage "https://github.com/tmccombs/hcl2json" - url "https://github.com/tmccombs/hcl2json/archive/refs/tags/v0.6.0.tar.gz" - sha256 "2ec33271f1e332329bd112b8fa56e05434ec61d496a3950934782b1d21c4a26d" + url "https://github.com/tmccombs/hcl2json/archive/refs/tags/v0.6.1.tar.gz" + sha256 "2edf69c7c46f7dd931865c0857c1dbc6fc52764d687a8f224e3ba0b715705318" license "Apache-2.0" head "https://github.com/tmccombs/hcl2json.git", branch: "main" From c2d48917ad5eda0fb39de1e8c422a38883d8c605 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:02:35 +0000 Subject: [PATCH 2/2] hcl2json: update 0.6.1 bottle. --- Formula/h/hcl2json.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/h/hcl2json.rb b/Formula/h/hcl2json.rb index 25f23bb35b35b..2b6ef72642e70 100644 --- a/Formula/h/hcl2json.rb +++ b/Formula/h/hcl2json.rb @@ -7,15 +7,13 @@ class Hcl2json < Formula head "https://github.com/tmccombs/hcl2json.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d353ffe2b15c95d877c0838fde36840f45ed5f3d11bb570cda556e66112efa95" - sha256 cellar: :any_skip_relocation, arm64_ventura: "4dd4d6ba11a2c8a467920a0ece7796a36251babfd0433da82a6af61292035d45" - sha256 cellar: :any_skip_relocation, arm64_monterey: "4dd4d6ba11a2c8a467920a0ece7796a36251babfd0433da82a6af61292035d45" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "4dd4d6ba11a2c8a467920a0ece7796a36251babfd0433da82a6af61292035d45" - sha256 cellar: :any_skip_relocation, sonoma: "1edcc690400d8c8b29479c1473632f0b82ee0f84efb99af2cb2485777c3b4b56" - sha256 cellar: :any_skip_relocation, ventura: "9a013efd58dd3b6faf647f8c7c02180ece99d1125c7c1b530ff5522d682faa45" - sha256 cellar: :any_skip_relocation, monterey: "9a013efd58dd3b6faf647f8c7c02180ece99d1125c7c1b530ff5522d682faa45" - sha256 cellar: :any_skip_relocation, big_sur: "9a013efd58dd3b6faf647f8c7c02180ece99d1125c7c1b530ff5522d682faa45" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8be0b345e6e5736d86ffe4823a513a99527f57f378ce38d71292e87b69303bed" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e42892767a009e36a86fa99299abac98d914ed752984807b87347df6f311ce99" + sha256 cellar: :any_skip_relocation, arm64_ventura: "e42892767a009e36a86fa99299abac98d914ed752984807b87347df6f311ce99" + sha256 cellar: :any_skip_relocation, arm64_monterey: "e42892767a009e36a86fa99299abac98d914ed752984807b87347df6f311ce99" + sha256 cellar: :any_skip_relocation, sonoma: "d9b874b271f5a5df878c3ee6a4beb532b55ee7c06df7441d340164c47e794a7a" + sha256 cellar: :any_skip_relocation, ventura: "d9b874b271f5a5df878c3ee6a4beb532b55ee7c06df7441d340164c47e794a7a" + sha256 cellar: :any_skip_relocation, monterey: "d9b874b271f5a5df878c3ee6a4beb532b55ee7c06df7441d340164c47e794a7a" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d8ad7d585670c797099e995ba6cebbcacb27e467df67e0be711cf5a7c35bffc8" end depends_on "go" => :build