shithub: hugo

Download patch

ref: 1f0c4e1fb347bb233f3312c424fbf5a013c03604
parent: 91ab455d846a67a90b19e810b2accec0404b3108
author: Carlos Alexandro Becker <[email protected]>
date: Wed Jun 27 22:54:18 EDT 2018

Update GoReleaser config


--- 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 @@
     - goos: openbsd
       goarch: arm
       goarm: 6
-
-fpm:
+nfpm:
   formats:
-      - deb
+    - deb
   vendor: "gohugo.io"
   homepage: "https://gohugo.io/"
   maintainer: "Bjørn Erik Pedersen <[email protected]>"