File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ builds:
13
13
mod_timestamp : " {{ .CommitTimestamp }}"
14
14
ldflags :
15
15
- " -s -w"
16
- - " -X github.com/jzelinskie/cobrautil.Version=v{{ .Version }}"
16
+ - " -X github.com/jzelinskie/cobrautil/v2 .Version=v{{ .Version }}"
17
17
nfpms :
18
18
- vendor : " authzed inc."
19
19
homepage : " https://spicedb.io"
53
53
system "#{bin}/spicedb version"
54
54
install : |
55
55
if !File.exists? "spicedb"
56
- system "go build --ldflags \"-s -w -X github.com/jzelinskie/cobrautil.Version=$(git describe --always --abbrev=7 --dirty --tags)\" ./cmd/spicedb"
56
+ system "go build --ldflags \"-s -w -X github.com/jzelinskie/cobrautil/v2 .Version=$(git describe --always --abbrev=7 --dirty --tags)\" ./cmd/spicedb"
57
57
end
58
58
bin.install "spicedb"
59
59
(bash_completion/"spicedb").write Utils.safe_popen_read("#{bin}/spicedb", "completion", "bash")
You can’t perform that action at this time.
0 commit comments