File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
- project_name : looppointer
1
+ project_name : exportloopref
2
2
release :
3
3
github :
4
4
owner : kyoh86
5
- name : looppointer
5
+ name : exportloopref
6
6
brews :
7
7
- install : |
8
- bin.install "looppointer "
8
+ bin.install "exportloopref "
9
9
github :
10
10
owner : kyoh86
11
11
name : homebrew-tap
12
12
folder : Formula
13
- homepage : https://github.com/kyoh86/looppointer
14
- description : An analyzer that checks for pointers to enclosing loop variables.
13
+ homepage : https://github.com/kyoh86/exportloopref
14
+ description : An analyzer that finds exporting pointers for loop variables.
15
15
builds :
16
16
- goos :
17
17
- linux
@@ -22,7 +22,7 @@ builds:
22
22
- " 386"
23
23
main : ./cmd/exportloopref
24
24
ldflags : -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
25
- binary : looppointer
25
+ binary : exportloopref
26
26
archives :
27
27
- id : gzip
28
28
format : tar.gz
@@ -39,6 +39,5 @@ archives:
39
39
- README*
40
40
- changelog*
41
41
- CHANGELOG*
42
- - looppointer.1
43
42
snapshot :
44
43
name_template : SNAPSHOT-{{ .Commit }}
You can’t perform that action at this time.
0 commit comments