From 498a29fc9d6593f63f2987a7f76960a33c9030a4 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:58:25 +0000 Subject: [PATCH 1/2] godap 2.10.2 --- Formula/g/godap.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/g/godap.rb b/Formula/g/godap.rb index cf1a19bc7261c..52973305f294d 100644 --- a/Formula/g/godap.rb +++ b/Formula/g/godap.rb @@ -1,8 +1,8 @@ class Godap < Formula desc "Complete TUI (terminal user interface) for LDAP" homepage "https://github.com/Macmod/godap" - url "https://github.com/Macmod/godap/archive/refs/tags/v2.10.1.tar.gz" - sha256 "3d34769229bd3e21fe6c3230fad1f593461d01ffe38e0aea4f0970095e7e5318" + url "https://github.com/Macmod/godap/archive/refs/tags/v2.10.2.tar.gz" + sha256 "5d2a42e2830334fdf3f6dd00446bfb5ef6ec8b4ec9119ec963d985d78293ca9a" license "MIT" bottle do From 9d1ed694b9403c3d38d691e25c955f47d87a9fc5 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:23:32 +0000 Subject: [PATCH 2/2] godap: update 2.10.2 bottle. --- Formula/g/godap.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/g/godap.rb b/Formula/g/godap.rb index 52973305f294d..1884acd875099 100644 --- a/Formula/g/godap.rb +++ b/Formula/g/godap.rb @@ -6,12 +6,12 @@ class Godap < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9ff4270c77241a1cd5177538df5fa7f2a7ce3e23a902e373aee1136fc22a146" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9ff4270c77241a1cd5177538df5fa7f2a7ce3e23a902e373aee1136fc22a146" - sha256 cellar: :any_skip_relocation, arm64_ventura: "a9ff4270c77241a1cd5177538df5fa7f2a7ce3e23a902e373aee1136fc22a146" - sha256 cellar: :any_skip_relocation, sonoma: "2e312c0ac61c56b2fa3bf6ea92f9fd344ce57077e7fc8baee1ef9ecea8bc8d4f" - sha256 cellar: :any_skip_relocation, ventura: "2e312c0ac61c56b2fa3bf6ea92f9fd344ce57077e7fc8baee1ef9ecea8bc8d4f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6d1863505c134ae0a39cac085826522a2b31c313a3892bbe333f4c395771af02" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f6f4e60fb238bf1f70c096fbfafa497d660d237aae5eae2b60b85fca0cfa6aef" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f6f4e60fb238bf1f70c096fbfafa497d660d237aae5eae2b60b85fca0cfa6aef" + sha256 cellar: :any_skip_relocation, arm64_ventura: "f6f4e60fb238bf1f70c096fbfafa497d660d237aae5eae2b60b85fca0cfa6aef" + sha256 cellar: :any_skip_relocation, sonoma: "d8a04193a906366d25caffe20175eb0b0d7349897705dbee07133f70859d7e4e" + sha256 cellar: :any_skip_relocation, ventura: "d8a04193a906366d25caffe20175eb0b0d7349897705dbee07133f70859d7e4e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2fe1c2ede2bf558effed5b154f6187e57b5d50f7eba25563b999eb356cdad9af" end depends_on "go" => :build