diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-10-15 15:20:05 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2024-10-18 16:06:22 +0000 |
commit | 242709d0412d5e94e4176545ddeda7b9845517e3 (patch) | |
tree | 681fa1b91e84f272a9479f72965425a6353268d9 | |
parent | 8c5ca9bbecb7947673b6d87efe5a7e63db736b33 (diff) | |
download | ports-242709d0412d5e94e4176545ddeda7b9845517e3.tar.gz ports-242709d0412d5e94e4176545ddeda7b9845517e3.zip |
www/gohugo: update to 0.136.2
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.0
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.1
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.136.2
Bug fixes
* config: Fix uglyurls map parse
Improvements
* resources/page: Adjust the permalinks colon implementation a little
* resources/page: Allow colons in permalinks to be escaped
* commands: Use consistent style when describing subcommands
* config: Imrove uglyurls section test
* create/skeletons: Honor --format flag when creating default archetype
* hugolib: Make .Site.Author deprecation warning clearer
* ci: Build multi-platform image with cross-compilation
* tpl/tplimpl: Trim descriptions rather than just chomp
* tailwind: Pin Tailwind 4 test to alpha 26 or later
* resources/page: Treat null dates as zero dates
* resources/page: Improve front matter date validation
* commands: Add "hugo build" as an alias for "hugo"
* markup/goldmark: Change default cell alignment in table render hook
* tests: Address deprecation warnings and errors
Dependency Updates
* build(deps): bump github.com/tetratelabs/wazero from 1.8.0 to 1.8.1
* build(deps): bump golang.org/x/image from 0.20.0 to 0.21.0
* build(deps): bump github.com/yuin/goldmark-emoji from 1.0.3 to 1.0.4
* build(deps): bump golang.org/x/tools from 0.23.0 to 0.26.0
* build(deps): bump github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1
* build(deps): bump github.com/evanw/esbuild from 0.23.1 to 0.24.0
* build(deps): bump github.com/hairyhenderson/go-codeowners
-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 5e271dccf122..7e8f73ca8b87 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.135.0 +DISTVERSION= 0.136.2 PORTEPOCH= 1 CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index f7eba45ef3c4..e534086fbd63 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1727625347 -SHA256 (go/www_gohugo/hugo-v0.135.0/v0.135.0.mod) = c4aac656098ca36344f46915c827b22c513ad8e3666c72588248bc1cbff71be9 -SIZE (go/www_gohugo/hugo-v0.135.0/v0.135.0.mod) = 7890 -SHA256 (go/www_gohugo/hugo-v0.135.0/v0.135.0.zip) = 3a04fa6626e9298d53ef87eaf6ba2c2f7fd9d66d1e6a868e17a0f5cf0cb8c0c5 -SIZE (go/www_gohugo/hugo-v0.135.0/v0.135.0.zip) = 7645035 +TIMESTAMP = 1729180837 +SHA256 (go/www_gohugo/hugo-v0.136.2/v0.136.2.mod) = b250badf42ca015c8ef8db1f9d31b450a17967ecad22dbd8ceacf11bdf56214b +SIZE (go/www_gohugo/hugo-v0.136.2/v0.136.2.mod) = 7890 +SHA256 (go/www_gohugo/hugo-v0.136.2/v0.136.2.zip) = 146fe38b437e94836f4724a5baf6fc3b88719486e4d05452f2973bacf85d82f2 +SIZE (go/www_gohugo/hugo-v0.136.2/v0.136.2.zip) = 7647644 |