|
|
@ -20,7 +20,7 @@ builds:
|
|
|
|
flags:
|
|
|
|
flags:
|
|
|
|
- -trimpath
|
|
|
|
- -trimpath
|
|
|
|
ldflags:
|
|
|
|
ldflags:
|
|
|
|
- -s -w -X main.Version={{.Version}} -X main.commit={{.Commit}} -X main.date={{ .CommitDate }}
|
|
|
|
- -s -w -X main.Version={{.Version}}
|
|
|
|
checksum:
|
|
|
|
checksum:
|
|
|
|
name_template: '{{ .ProjectName }}_checksums.txt'
|
|
|
|
name_template: '{{ .ProjectName }}_checksums.txt'
|
|
|
|
|
|
|
|
|
|
|
@ -53,7 +53,5 @@ brews:
|
|
|
|
license: MIT
|
|
|
|
license: MIT
|
|
|
|
test: |
|
|
|
|
test: |
|
|
|
|
system "#{bin}/pingme -v"
|
|
|
|
system "#{bin}/pingme -v"
|
|
|
|
dependencies:
|
|
|
|
|
|
|
|
- name: go
|
|
|
|
|
|
|
|
install: |-
|
|
|
|
install: |-
|
|
|
|
bin.install "pingme"
|
|
|
|
bin.install "pingme"
|