diff options
author | joneum <joneum@FreeBSD.org> | 2018-04-28 01:53:20 +0800 |
---|---|---|
committer | joneum <joneum@FreeBSD.org> | 2018-04-28 01:53:20 +0800 |
commit | 8c69253873cfe8bb4097f21fa45dac91c1df14a4 (patch) | |
tree | 58b41bd90349f787a8a12d7105d351214d689132 /www/gohugo/Makefile | |
parent | da1661c9cd50f3312b9ecbc243a2849839724d81 (diff) | |
download | freebsd-ports-gnome-8c69253873cfe8bb4097f21fa45dac91c1df14a4.tar.gz freebsd-ports-gnome-8c69253873cfe8bb4097f21fa45dac91c1df14a4.tar.zst freebsd-ports-gnome-8c69253873cfe8bb4097f21fa45dac91c1df14a4.zip |
www/gohugo: Update to 0.40.1
Changelog:
- This release fixes some shortcode vs .Content corner cases introduced in Hugo 0.40
PR: 227776
Submitted by: maintainer
Diffstat (limited to 'www/gohugo/Makefile')
-rw-r--r-- | www/gohugo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 4f30fa6b18fa..3de380878453 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.40 +DISTVERSION= 0.40.1 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} |