diff --git a/.abf.yml b/.abf.yml index 4e18796..38dc206 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - hugo-0.140.0.tar.gz: aadfbc9551882e33f034e272082d8ccdb51abea7 + hugo-0.140.1.tar.gz: fc054d26ac57a3d3ec17fcdc5124ae9f16d3de3e diff --git a/hugo.spec b/hugo.spec index 1758957..0382769 100644 --- a/hugo.spec +++ b/hugo.spec @@ -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} .