From 24f0965001f15e3be0b8c26c80705e8861f92420 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Fri, 25 May 2018 18:29:07 -0700 Subject: [PATCH] Add httpie conflict and more GOOS --- .goreleaser.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index ed9a4df..d541e7e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -5,6 +5,9 @@ builds: - CGO_ENABLED=0 goos: - darwin + - linux + - freebsd + - windows binary: http git: short_hash: true @@ -17,6 +20,8 @@ brew: email: rs@rhapsodyk.net homepage: https://github.com/rs/curl-httpie description: HTTPie for curl + conflicts: + - httpie release: name_template: "{{.ProjectName}}-v{{.Version}}"