From 85381398b89f9a4cc38b4aa0310795f90a31bcf8 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Mon, 23 Dec 2024 19:28:46 +0000 Subject: [PATCH] 0.140.1 --- .abf.yml | 2 +- hugo.spec | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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} .