This commit is contained in:
Sergey Zhemoytel 2024-12-23 19:28:46 +00:00
parent d4c9486750
commit 85381398b8
2 changed files with 2 additions and 3 deletions

View file

@ -1,2 +1,2 @@
sources:
hugo-0.140.0.tar.gz: aadfbc9551882e33f034e272082d8ccdb51abea7
hugo-0.140.1.tar.gz: fc054d26ac57a3d3ec17fcdc5124ae9f16d3de3e

View file

@ -2,7 +2,7 @@
%define debug_package %nil
Name: hugo
Version: 0.140.0
Version: 0.140.1
Release: 1
Summary: A framework for building websites
URL: https://gohugo.io
@ -23,7 +23,6 @@ bep, spf13, and friends in Go.
%build
export GOPROXY=https://proxy.golang.org/cached-only
#CGO_ENABLED=1 go build -ldflags '-s -w' -o ./bin/%{name} .
CGO_ENABLED=1 go build -ldflags '-s -w' -tags extended -o ./bin/%{name} .