diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-10-02 16:30:27 +0200 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2025-10-03 08:04:15 +0200 |
commit | beeeb534a85058549a6afc5590352c0274cc8895 (patch) | |
tree | c8e2a3b5ba4a62c6965610f72a22cbeb79675443 | |
parent | x11/walker: update to 1.2.1 (diff) |
www/gohugo: Update to 0.151.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.151.0
Improvements and bug fixes
* Fix file caching for 404 responses in resources.GetRemote
* markup/goldmark: Enhance footnote extension with backlinkHTML option
* markup/goldmark: Enhance footnote extension with auto-prefixing option
* Adjust the terminal progress reporter a little
* Add transform.HTMLToMarkdown
* Report OSC 9;4 progress when building
* tpl: Workaround s390x precision of Atan and Tan
* cache/httpcache: Add respectCacheControlNoStoreInResponse and
respectCacheControlNoStoreInRequest options
* common/hreflect: Speed up IsTrutfulValue
Approved by: doceng@ (blanket)
-rw-r--r-- | www/gohugo/Makefile | 2 | ||||
-rw-r--r-- | www/gohugo/distinfo | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index b418ba97ef38..e4eb153bff6f 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.150.1 +DISTVERSION= 0.151.0 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 228b8f284dea..36dadc11d0d8 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1758807551 -SHA256 (go/www_gohugo/hugo-v0.150.1/v0.150.1.mod) = daff8f0094fd26f5980a67e4e59405d3effe8cc7356c772e1ace979f182d4923 -SIZE (go/www_gohugo/hugo-v0.150.1/v0.150.1.mod) = 9219 -SHA256 (go/www_gohugo/hugo-v0.150.1/v0.150.1.zip) = 7cc9bc9dc53f5b28c32f7be4fce5fce1ddb60fb39e3ace4e70c99dc0c7178fe4 -SIZE (go/www_gohugo/hugo-v0.150.1/v0.150.1.zip) = 5763283 +TIMESTAMP = 1759415347 +SHA256 (go/www_gohugo/hugo-v0.151.0/v0.151.0.mod) = cef8105f154d565f966cd074c891a16116c160f4b1e7be392c32652b3820f0d9 +SIZE (go/www_gohugo/hugo-v0.151.0/v0.151.0.mod) = 9341 +SHA256 (go/www_gohugo/hugo-v0.151.0/v0.151.0.zip) = f757614a877f43530bc4237633969819a86781a1ad3064306382751cfb41b445 +SIZE (go/www_gohugo/hugo-v0.151.0/v0.151.0.zip) = 5767352 |