Skip to content

Commit f6bd25f

Browse files
authored
Merge pull request #200072 from Homebrew/bump-godap-2.10.1
godap 2.10.1
2 parents 9ee8d47 + bfe7802 commit f6bd25f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/godap.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Godap < Formula
22
desc "Complete TUI (terminal user interface) for LDAP"
33
homepage "https://github.com/Macmod/godap"
4-
url "https://github.com/Macmod/godap/archive/refs/tags/v2.9.0.tar.gz"
5-
sha256 "5463a81998659600737a71f60535e18d795f44aa995f92c9d57e854f6be92b4d"
4+
url "https://github.com/Macmod/godap/archive/refs/tags/v2.10.1.tar.gz"
5+
sha256 "3d34769229bd3e21fe6c3230fad1f593461d01ffe38e0aea4f0970095e7e5318"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a19805a8ebb8898b1e9dd587714aea7978b42ccb48fbecf6bccb9c6e03ef1fd8"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a19805a8ebb8898b1e9dd587714aea7978b42ccb48fbecf6bccb9c6e03ef1fd8"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "a19805a8ebb8898b1e9dd587714aea7978b42ccb48fbecf6bccb9c6e03ef1fd8"
12-
sha256 cellar: :any_skip_relocation, sonoma: "56fee2cf80268e660612ee4bfaad512e65f187c980832b4d44748cfa33dbefcd"
13-
sha256 cellar: :any_skip_relocation, ventura: "56fee2cf80268e660612ee4bfaad512e65f187c980832b4d44748cfa33dbefcd"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b890945d2b28c4157145937429d406d2d1ffa48bfa14feae51de830a697d050f"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a9ff4270c77241a1cd5177538df5fa7f2a7ce3e23a902e373aee1136fc22a146"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a9ff4270c77241a1cd5177538df5fa7f2a7ce3e23a902e373aee1136fc22a146"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "a9ff4270c77241a1cd5177538df5fa7f2a7ce3e23a902e373aee1136fc22a146"
12+
sha256 cellar: :any_skip_relocation, sonoma: "2e312c0ac61c56b2fa3bf6ea92f9fd344ce57077e7fc8baee1ef9ecea8bc8d4f"
13+
sha256 cellar: :any_skip_relocation, ventura: "2e312c0ac61c56b2fa3bf6ea92f9fd344ce57077e7fc8baee1ef9ecea8bc8d4f"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "6d1863505c134ae0a39cac085826522a2b31c313a3892bbe333f4c395771af02"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)