mirror of
https://abf.rosa.ru/djam/hugo.git
synced 2025-02-23 09:42:53 +00:00
0.140.1
This commit is contained in:
parent
d4c9486750
commit
85381398b8
2 changed files with 2 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
hugo-0.140.0.tar.gz: aadfbc9551882e33f034e272082d8ccdb51abea7
|
hugo-0.140.1.tar.gz: fc054d26ac57a3d3ec17fcdc5124ae9f16d3de3e
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
%define debug_package %nil
|
%define debug_package %nil
|
||||||
|
|
||||||
Name: hugo
|
Name: hugo
|
||||||
Version: 0.140.0
|
Version: 0.140.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A framework for building websites
|
Summary: A framework for building websites
|
||||||
URL: https://gohugo.io
|
URL: https://gohugo.io
|
||||||
|
@ -23,7 +23,6 @@ bep, spf13, and friends in Go.
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export GOPROXY=https://proxy.golang.org/cached-only
|
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} .
|
CGO_ENABLED=1 go build -ldflags '-s -w' -tags extended -o ./bin/%{name} .
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue