Browse Source

hugo update to version 0.55.0

Signed-off-by: webbuilder_pel7ppc64bebuilder0 <webbuilder@powerel.org>
master
webbuilder_pel7ppc64bebuilder0 5 years ago
parent
commit
be806f0dc2
  1. 4
      SPECS/hugo.spec

4
SPECS/hugo.spec

@ -1,5 +1,5 @@
Name : hugo Name : hugo
Version : 0.51 Version : 0.55.0
Release : 1%{?dist} Release : 1%{?dist}
Summary : The world’s fastest framework for building websites. Summary : The world’s fastest framework for building websites.
Group : System/Web Group : System/Web
@ -31,7 +31,7 @@ go mod download
export GOPATH=`pwd`/go export GOPATH=`pwd`/go
cd src/hugo cd src/hugo
git checkout tags/v%{version} git checkout tags/v%{version}
go build -ldflags '-extldflags -s -w' go build -ldflags '-extldflags -s -w -buildid %{version}'
#go install -ldflags '-extldflags -s -w' #go install -ldflags '-extldflags -s -w'





Loading…
Cancel
Save