diff options
author | ultima <ultima@FreeBSD.org> | 2017-07-20 02:05:51 +0800 |
---|---|---|
committer | ultima <ultima@FreeBSD.org> | 2017-07-20 02:05:51 +0800 |
commit | f0ccf527bf20a93ca08ef1bcf84cefb9b73df96e (patch) | |
tree | 17a475d41ddbbbe3f1addb9db03d0b9bf6caa681 /www | |
parent | 980c231073ffdd6b77a29b3dbb0bc912e3bd6ca5 (diff) | |
download | freebsd-ports-gnome-f0ccf527bf20a93ca08ef1bcf84cefb9b73df96e.tar.gz freebsd-ports-gnome-f0ccf527bf20a93ca08ef1bcf84cefb9b73df96e.tar.zst freebsd-ports-gnome-f0ccf527bf20a93ca08ef1bcf84cefb9b73df96e.zip |
* Updated to 0.25.1
- Fix union when the first slice is empty
- Navigate to changed on CREATE When working with content from IntelliJ IDE, like - WebStorm, every file save is followed by two events: "RENAME" and then "CREATE".
- Final (!) fix for issue with escaped JSON front matter
- Fix issue with escaped JSON front matter
PR: 220659
Submitted by: <ben.lavery@hashbang0.com> (maintainer)
Reviewed by: lifanov (mentor)
Approved by: lifanov (mentor)
Differential Revision: https://reviews.freebsd.org/D11642
Diffstat (limited to 'www')
-rw-r--r-- | www/gohugo/Makefile | 2 | ||||
-rw-r--r-- | www/gohugo/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index ebf9fd2ac43c..355bd694ec6b 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= hugo -PORTVERSION= 0.25 +PORTVERSION= 0.25.1 DISTVERSIONPREFIX= v CATEGORIES= www PKGNAMEPREFIX= go diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 84afcce49b3b..4a7c91b40d7f 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1499508533 -SHA256 (gohugo/gohugoio-hugo-v0.25_GH0.tar.gz) = 9ab4f4052b20e1907e3db103b964636956279bf4c4fa0f5eed028deeb26866ee -SIZE (gohugo/gohugoio-hugo-v0.25_GH0.tar.gz) = 10780027 +TIMESTAMP = 1499751640 +SHA256 (gohugo/gohugoio-hugo-v0.25.1_GH0.tar.gz) = 12f77c87cdc0bf4c6886a4c3343ba80bfe8bceeabed7a37e9dae945fa9010d1d +SIZE (gohugo/gohugoio-hugo-v0.25.1_GH0.tar.gz) = 10778845 SHA256 (gohugo/BurntSushi-toml-8fb9fdc_GH0.tar.gz) = 65f0d8182f1bdebcd52a40dd51a6ef2071b3f08aff6de98b7fc69dd5e4bb7436 SIZE (gohugo/BurntSushi-toml-8fb9fdc_GH0.tar.gz) = 41610 SHA256 (gohugo/PuerkitoBio-purell-b938d81_GH0.tar.gz) = b10cdc245094af0100616b8ea71cb68658b3dd29ce8fc32d0b956e1508288067 |