hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 1f0c4e1fb347bb233f3312c424fbf5a013c03604
parent 91ab455d846a67a90b19e810b2accec0404b3108
Author: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Date:   Thu, 28 Jun 2018 02:54:18 -0300

Update GoReleaser config


Diffstat:
Mgoreleaser.yml | 9++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/goreleaser.yml b/goreleaser.yml
@@ -1,5 +1,5 @@
-build:
-  main: main.go
+builds:
+- main: main.go
   binary: hugo
   ldflags: -s -w -X github.com/gohugoio/hugo/hugolib.BuildDate={{.Date}}
   env:
@@ -21,10 +21,9 @@ build:
     - goos: openbsd
       goarch: arm
       goarm: 6
-
-fpm:
+nfpm:
   formats:
-      - deb
+    - deb
   vendor: "gohugo.io"
   homepage: "https://gohugo.io/"
   maintainer: "Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>"