From f14c6078690e584b12e3d83df4f027c5407fda42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 31 Oct 2024 13:12:14 +0000 Subject: [PATCH 1/2] vultr 3.4.0 --- Formula/v/vultr.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/v/vultr.rb b/Formula/v/vultr.rb index 158a951c8b31..2e927c899000 100644 --- a/Formula/v/vultr.rb +++ b/Formula/v/vultr.rb @@ -1,8 +1,8 @@ class Vultr < Formula desc "Command-line tool for Vultr services" homepage "https://github.com/vultr/vultr-cli" - url "https://github.com/vultr/vultr-cli/archive/refs/tags/v3.3.1.tar.gz" - sha256 "404d4438f6640a34f5f287f6c9af86376ea48c72f7596a4db967dcf9eddd7f17" + url "https://github.com/vultr/vultr-cli/archive/refs/tags/v3.4.0.tar.gz" + sha256 "966161efc0f65c6f836503dfba9a3e2240ad6e54c76d83817fc99532808cf049" license "Apache-2.0" head "https://github.com/vultr/vultr-cli.git", branch: "master" From 67605142e246d2d50640e2e0f4c4d6de19d9bf3c Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:04:58 +0000 Subject: [PATCH 2/2] vultr: update 3.4.0 bottle. --- Formula/v/vultr.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/v/vultr.rb b/Formula/v/vultr.rb index 2e927c899000..abaee5e0c002 100644 --- a/Formula/v/vultr.rb +++ b/Formula/v/vultr.rb @@ -7,14 +7,12 @@ class Vultr < Formula head "https://github.com/vultr/vultr-cli.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "1002b954c8808758fd41a2e3cb584107b65f7095e481caf7b0de2fb0536897d7" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "147bdca0201eb51f327006c0f2bc5af42da388aefeb442c0109ffb2c64702787" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9eeb1622cbcb598e1a4a7b48ffb0a3382cd468f9ccc2f72e7d3cde442962164a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "55f2aae6a6700a3fd6e10e5a2097dddd558898296349c81e10b3447d6700de97" - sha256 cellar: :any_skip_relocation, sonoma: "10e38ee119810da411f025a314225c545161f6b102cf8aa52fe2a3c5df6ae978" - sha256 cellar: :any_skip_relocation, ventura: "728ab1a019e443585d483597d975100acc0917b9ebfe9c11758676c1b5178afc" - sha256 cellar: :any_skip_relocation, monterey: "48ed280f9655bdadebc57fdeecf7e6edb138f4e17c56619d0207d99c40dd5bb1" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dae78f1398416b156e5f07af807e9bc0eb994c5735fb7e7db62a32f6844b8f58" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "d5cef44b52842ad75fc500a57ca0530c985a17aef2ae19de28e87cd59e692ed2" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5cef44b52842ad75fc500a57ca0530c985a17aef2ae19de28e87cd59e692ed2" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d5cef44b52842ad75fc500a57ca0530c985a17aef2ae19de28e87cd59e692ed2" + sha256 cellar: :any_skip_relocation, sonoma: "2587c93489246ceeb188e6096791f48749f071017c74070b4596a25a58af34b7" + sha256 cellar: :any_skip_relocation, ventura: "2587c93489246ceeb188e6096791f48749f071017c74070b4596a25a58af34b7" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d59d5aee65a95ea740c5909b096be5d701cd4e353fdf01ea186c245cc6af6029" end depends_on "go" => :build