|
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.10.6.tar.gz" |
5 | | - sha256 "0f01e933efc7d297f84fc0ddb34a5476db45bfb53d0dc9c0d7784c37d74e9c54" |
| 4 | + url "https://github.com/Macmod/godap/archive/refs/tags/v2.10.7.tar.gz" |
| 5 | + sha256 "5ca0c9b0220f9b30f42ffeddeee9fdf5e63feda55d3ed9d3f6dfdfd30da15f6d" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/Macmod/godap.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "082442ffee4a9ff28a968d032b5f719dfafc78478a34f7c3fc6346efb9aea0fe" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "62370a7cb13319a0bb099c2d8ab0d6cc7f5c05e704fa23c0e33af39b6505179f" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "62370a7cb13319a0bb099c2d8ab0d6cc7f5c05e704fa23c0e33af39b6505179f" |
13 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "62370a7cb13319a0bb099c2d8ab0d6cc7f5c05e704fa23c0e33af39b6505179f" |
14 | | - sha256 cellar: :any_skip_relocation, sonoma: "4aee3f2cdd062d384e8e1400535510098b75c2ed4fec7e73183734308cdc2798" |
15 | | - sha256 cellar: :any_skip_relocation, ventura: "4aee3f2cdd062d384e8e1400535510098b75c2ed4fec7e73183734308cdc2798" |
16 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "8e29866292ba077cf893e46c0510aa3abc08cfee38ae8540bdcc1a90792b045f" |
17 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "e2dae7760fd93ea6ccdb0052cbd62ffd58a096c016b997d9faa4478b0b6391ab" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "629dbba49bf9b7ba239e1d7e723203959d3b574dfc7604ac557d9ffd8a1f98c3" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "629dbba49bf9b7ba239e1d7e723203959d3b574dfc7604ac557d9ffd8a1f98c3" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "629dbba49bf9b7ba239e1d7e723203959d3b574dfc7604ac557d9ffd8a1f98c3" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "fbbb3f3992ac2a0313db8b747053f8cfd831188c4c808edadfa4db44acfb685b" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "10e278e9ae9e08d8c3200b18fc2b3635d3ac958019d16c67086c2bd155b5679d" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "cf3b6c99b1bfd2b8264b8d297fd0dc689760d886f63a796055f66ff873f9f809" |
18 | 16 | end |
19 | 17 |
|
20 | 18 | depends_on "go" => :build |
|
0 commit comments