|
1 | 1 | class Godap < Formula |
2 | 2 | desc "Complete TUI (terminal user interface) for LDAP" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | 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" |
15 | 15 | end |
16 | 16 |
|
17 | 17 | depends_on "go" => :build |
|
0 commit comments