www/gohugo: update to 0.140.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.140.0 Bug fixes * Fix panic on server rebuilds when using both base templates and template.Defer * js: Fix js.Batch for multihost setups * parser/pageparser: Fix Org Mode summary delimiter assignment * Fix a rebuild on resource rename case * tpl/tplimpl: Fix title attribute in details shortcode * Fix Sass imports on the form index.{scss,sass} * markup/goldmark: Fix blockquote render hook text parsing Improvements * js/esbuild: Add missing es2024 target * js/esbuild: Add runners after scripts * js/esbuild: Batch: Avoid nil Instances slice * tpl/tplimpl: Update youtube shortcode * tpl/tplimpl: Update details shortcode * tpl/collections: Allow querify to accept a map argument * js/esbuild: Build groups in order of their ID * tpl/tplimpl: Add details shortcode * Write all logging (INFO, WARN, ERROR) to stderr * js/esbuild: Add platform option * Add config option disableDefaultLanguageRedirect * Add js.Batch * Upgrade to Go 1.23.4 * Remove some old and unused shell scripts Dependency Updates * build(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 * build(deps): bump golang.org/x/tools from 0.27.0 to 0.28.0 * build(deps): bump github.com/hairyhenderson/go-codeowners * build(deps): bump golang.org/x/net from 0.31.0 to 0.32.0
This commit is contained in:
parent
56c99895b0
commit
9bbfe9f4e2
@ -1,6 +1,6 @@
|
||||
PORTNAME= hugo
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.139.5
|
||||
DISTVERSION= 0.140.0
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= go
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1734254015
|
||||
SHA256 (go/www_gohugo/hugo-v0.139.5/v0.139.5.mod) = 79ad48a5352f84691f5e58e48b8fc2ecd844b6d9c5abf2f0a9d005a52a8bee0c
|
||||
SIZE (go/www_gohugo/hugo-v0.139.5/v0.139.5.mod) = 7844
|
||||
SHA256 (go/www_gohugo/hugo-v0.139.5/v0.139.5.zip) = 5a170a6f6bb638f07a0e883a36269793ad2fedd29aed5c85813378871958fa99
|
||||
SIZE (go/www_gohugo/hugo-v0.139.5/v0.139.5.zip) = 7659237
|
||||
TIMESTAMP = 1734462848
|
||||
SHA256 (go/www_gohugo/hugo-v0.140.0/v0.140.0.mod) = 5592a1ac0336895faad1804f4e815d2e58d31a9fa84ef6f1787c45f8de6e7395
|
||||
SIZE (go/www_gohugo/hugo-v0.140.0/v0.140.0.mod) = 7845
|
||||
SHA256 (go/www_gohugo/hugo-v0.140.0/v0.140.0.zip) = 045552611fecb560c2550fbe1f2165fba9c9e27979773f8f1d41c84653effe32
|
||||
SIZE (go/www_gohugo/hugo-v0.140.0/v0.140.0.zip) = 7693226
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user