From 853bf30c64ea573a508d0efe21ff9aa7a518330b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 2 Mar 2025 23:20:38 +0000 Subject: [PATCH 1/2] terraform-provider-libvirt 0.8.2 --- Formula/t/terraform-provider-libvirt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/t/terraform-provider-libvirt.rb b/Formula/t/terraform-provider-libvirt.rb index 022e01932e05b..dd5a254c4b758 100644 --- a/Formula/t/terraform-provider-libvirt.rb +++ b/Formula/t/terraform-provider-libvirt.rb @@ -1,8 +1,8 @@ class TerraformProviderLibvirt < Formula desc "Terraform provisioning with Linux KVM using libvirt" homepage "https://github.com/dmacvicar/terraform-provider-libvirt" - url "https://github.com/dmacvicar/terraform-provider-libvirt/archive/refs/tags/v0.8.1.tar.gz" - sha256 "6bb585f384ebc9a250ef06ebc15bc8232abe5c074a0221e32665ef6f79c2a73e" + url "https://github.com/dmacvicar/terraform-provider-libvirt/archive/refs/tags/v0.8.2.tar.gz" + sha256 "b1770b8980a093af43f5f449c3365c6b99ef184b1d6e531d03979959fff279e9" license "Apache-2.0" bottle do From edcb3b43ff4ecdf2cad975d7a4551c37624721cc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 2 Mar 2025 23:56:15 +0000 Subject: [PATCH 2/2] terraform-provider-libvirt: update 0.8.2 bottle. --- Formula/t/terraform-provider-libvirt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/t/terraform-provider-libvirt.rb b/Formula/t/terraform-provider-libvirt.rb index dd5a254c4b758..9614135f1084f 100644 --- a/Formula/t/terraform-provider-libvirt.rb +++ b/Formula/t/terraform-provider-libvirt.rb @@ -6,12 +6,12 @@ class TerraformProviderLibvirt < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "bc12facb3daa95ad2287892fabf6525319609cb4ccc875b7913725b75f836aef" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "bc12facb3daa95ad2287892fabf6525319609cb4ccc875b7913725b75f836aef" - sha256 cellar: :any_skip_relocation, arm64_ventura: "bc12facb3daa95ad2287892fabf6525319609cb4ccc875b7913725b75f836aef" - sha256 cellar: :any_skip_relocation, sonoma: "3a1e7b09bde735780521766f372e5bc88db11ce3ecc6ab57ffe1c33b73640a65" - sha256 cellar: :any_skip_relocation, ventura: "3a1e7b09bde735780521766f372e5bc88db11ce3ecc6ab57ffe1c33b73640a65" - sha256 cellar: :any_skip_relocation, x86_64_linux: "fbd985adb0f773bd08c7b4e3775656baa01d7867c3dbd7fcbf475b6610483339" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "baee4afe7c364f653c4451b68cc90f153563f9f24243a54c099f3a29863d374d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "baee4afe7c364f653c4451b68cc90f153563f9f24243a54c099f3a29863d374d" + sha256 cellar: :any_skip_relocation, arm64_ventura: "baee4afe7c364f653c4451b68cc90f153563f9f24243a54c099f3a29863d374d" + sha256 cellar: :any_skip_relocation, sonoma: "b1c7e6b94dec56184f0f4af4a2a6b33bb96ead06c54f5ebfa622169f4778b344" + sha256 cellar: :any_skip_relocation, ventura: "b1c7e6b94dec56184f0f4af4a2a6b33bb96ead06c54f5ebfa622169f4778b344" + sha256 cellar: :any_skip_relocation, x86_64_linux: "3946ea25febdeaeb1dd5b05ab0a734da4eecf88083d909305ccdacdb33eab846" end depends_on "go" => :build