File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 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.7.0 .tar.gz"
5
- sha256 "d5707d3ec92cdd758d674b0a2f3e52dc796d1385df67913adcac1f8cb30198eb "
4
+ url "https://github.com/Macmod/godap/archive/refs/tags/v2.7.1 .tar.gz"
5
+ sha256 "71cac1aaedc08ea2831ebc756e0277425000a9f7949b7ff80d9f38dc38d539f3 "
6
6
license "MIT"
7
7
8
8
bottle do
@@ -17,6 +17,12 @@ class Godap < Formula
17
17
18
18
depends_on "go" => :build
19
19
20
+ # release version patch, upstream pr ref, https://github.com/Macmod/godap/pull/9
21
+ patch do
22
+ url "https://github.com/Macmod/godap/commit/db329a75cc801b5b524ba5fdc303b7b2eb917003.patch?full_index=1"
23
+ sha256 "885de4f2dc192a3b16871ea7821b6e8638b8401b2ca3857c3ba69fa9a5987635"
24
+ end
25
+
20
26
def install
21
27
system "go" , "build" , *std_go_args ( ldflags : "-s -w -X main.Version=#{ version } " )
22
28
generate_completions_from_executable ( bin /"godap" , "completion" )
You can’t perform that action at this time.
0 commit comments