Skip to content

Commit

Permalink
Merge pull request #201436 from Homebrew/bump-godap-2.10.2
Browse files Browse the repository at this point in the history
godap 2.10.2
  • Loading branch information
BrewTestBot authored Dec 16, 2024
2 parents 4a320c5 + 9d1ed69 commit 27daa06
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Formula/g/godap.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
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
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
Expand Down

0 comments on commit 27daa06

Please sign in to comment.