diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-10 19:30:19 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-10 19:30:19 +0800 |
commit | fa6ff51c09623378ea8deee2b520b42ad42ed6a6 (patch) | |
tree | fc9a73891c44446acef81be7250187170b3acc66 /www | |
parent | cb84e1f6cb1cbfc48e101013af7bab458bc60a1d (diff) | |
download | freebsd-ports-gnome-fa6ff51c09623378ea8deee2b520b42ad42ed6a6.tar.gz freebsd-ports-gnome-fa6ff51c09623378ea8deee2b520b42ad42ed6a6.tar.zst freebsd-ports-gnome-fa6ff51c09623378ea8deee2b520b42ad42ed6a6.zip |
www/gohugo: Update to 0.36
Changelog and details:
https://github.com/gohugoio/hugo/releases/tag/v0.36
PR: 225695
Submitted by: ben.lavery@hashbang0.com (maintainer)
Approved by: tcberner (mentor, implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/gohugo/Makefile | 3 | ||||
-rw-r--r-- | www/gohugo/distinfo | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index 1ee022bfb943..ea23b273b8f2 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.35 +DISTVERSION= 0.36 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -45,6 +45,7 @@ GH_TUPLE= BurntSushi:toml:a368813:toml/src/github.com/BurntSushi/toml \ mattn:go-runewidth:9e777a8:go_runewidth/src/github.com/mattn/go-runewidth \ miekg:mmark:fd2f6c1:mmark/src/github.com/miekg/mmark \ mitchellh:mapstructure:b4575ee:mapstructure/src/github.com/mitchellh/mapstructure \ + muesli:smartcrop:1db4849:smartcrop/src/github.com/muesli/smartcrop \ nicksnyder:go-i18n:0dc1626:go_i18n/src/github.com/nicksnyder/go-i18n \ olekukonko:tablewriter:96aac99:tablewriter/src/github.com/olekukonko/tablewriter \ pelletier:go-toml:16398ba:go_toml/src/github.com/pelletier/go-toml \ diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 07f28f6b57f8..31bf47ec4427 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1517430895 -SHA256 (gohugo/gohugoio-hugo-v0.35_GH0.tar.gz) = dfef416fe3a0355caef0210d0e7530383f6ec320ce0891431ab7c039b31a86c4 -SIZE (gohugo/gohugoio-hugo-v0.35_GH0.tar.gz) = 22354909 +TIMESTAMP = 1518261810 +SHA256 (gohugo/gohugoio-hugo-v0.36_GH0.tar.gz) = fb71f1f847528116e3227ed34050f731f5bae0246c861a97567a0ce437f877a7 +SIZE (gohugo/gohugoio-hugo-v0.36_GH0.tar.gz) = 22695613 SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2 SIZE (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 42252 SHA256 (gohugo/PuerkitoBio-purell-0bcb03f_GH0.tar.gz) = ade9e6e2a5d1d79daaf2d729f450c482ff0aa316ea0a1d9e5e3f7a753d05c49c @@ -57,6 +57,8 @@ SHA256 (gohugo/miekg-mmark-fd2f6c1_GH0.tar.gz) = 5651c08280f6d8468b30c53368f2372 SIZE (gohugo/miekg-mmark-fd2f6c1_GH0.tar.gz) = 198722 SHA256 (gohugo/mitchellh-mapstructure-b4575ee_GH0.tar.gz) = 8a270916744ad1946404252571ee6d4fddddca3b122fc1a313599769f2e2f89c SIZE (gohugo/mitchellh-mapstructure-b4575ee_GH0.tar.gz) = 16269 +SHA256 (gohugo/muesli-smartcrop-1db4849_GH0.tar.gz) = ae61d58038c1eb74f74626af3e8aa29ed9a01d71822d513961efaf116eb6815b +SIZE (gohugo/muesli-smartcrop-1db4849_GH0.tar.gz) = 447906 SHA256 (gohugo/nicksnyder-go-i18n-0dc1626_GH0.tar.gz) = 85469070e822c4102fb3d60f30c099d3aa0675cb7e0109448958324b904d38f0 SIZE (gohugo/nicksnyder-go-i18n-0dc1626_GH0.tar.gz) = 39643 SHA256 (gohugo/olekukonko-tablewriter-96aac99_GH0.tar.gz) = 56fdc7f22f517b0f00666030e43cac8e18382820b9162f7566e483eba9625229 |