From 6fd5dbca789614eb38ca348db75fa20b49015fd6 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 15 Feb 2022 01:00:36 +0100 Subject: hugo: bump to 0.92.2 --- community/hugo/build | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'community/hugo/build') diff --git a/community/hugo/build b/community/hugo/build index ce20326f..5969e085 100755 --- a/community/hugo/build +++ b/community/hugo/build @@ -1,9 +1,4 @@ #!/bin/sh -e -export GOPATH="$PWD/gopath" - -trap "go clean -modcache" EXIT INT -go mod vendor - -CGO_ENABLED=0 go build +CGO_ENABLED=0 go build -v -mod=vendor clinst -Dm755 hugo "$1/usr/bin/hugo" -- cgit v1.2.3