Date: Mon, 20 Aug 2018 18:32:23 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477668 - head/www/gohugo Message-ID: <201808201832.w7KIWNM7048560@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Mon Aug 20 18:32:23 2018 New Revision: 477668 URL: https://svnweb.freebsd.org/changeset/ports/477668 Log: www/gohugo: Update to 0.47 PR: 230758 Submitted by: ben.lavery@hashbang0.com (maintainer) Modified: head/www/gohugo/Makefile (contents, props changed) head/www/gohugo/distinfo (contents, props changed) Modified: head/www/gohugo/Makefile ============================================================================== --- head/www/gohugo/Makefile Mon Aug 20 18:30:59 2018 (r477667) +++ head/www/gohugo/Makefile Mon Aug 20 18:32:23 2018 (r477668) @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.46 +DISTVERSION= 0.47 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -17,17 +17,17 @@ USES= go USE_GITHUB= yes GH_ACCOUNT= gohugoio GH_SUBDIR= src/github.com/${GH_ACCOUNT_DEFAULT}/${PORTNAME} -COMMIT_ID= 9f9695cf7b061afc0238e4a1948bd21dc0ef3eba +COMMIT_ID= caf608d566fab4a7714b2934cc7b44bb22625e01 GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github.com/BurntSushi/locker \ BurntSushi:toml:a368813:toml/src/github.com/BurntSushi/toml \ PuerkitoBio:purell:0bcb03f:purell/src/github.com/PuerkitoBio/purell \ PuerkitoBio:urlesc:de5bf2a:urlesc/src/github.com/PuerkitoBio/urlesc \ alecthomas:assert:405dbfe:assert/src/github.com/alecthomas/assert \ - alecthomas:chroma:e4dff9a:chroma/src/github.com/alecthomas/chroma \ + alecthomas:chroma:5d7fef2:chroma/src/github.com/alecthomas/chroma \ alecthomas:colour:60882d9:colour/src/github.com/alecthomas/colour \ - alecthomas:repr:f49988b:repr/src/github.com/alecthomas/repr \ + alecthomas:repr:ead2165:repr/src/github.com/alecthomas/repr \ bep:debounce:844797f:debounce/src/github.com/bep/debounce \ - bep:gitmap:012701e:gitmap/src/github.com/bep/gitmap \ + bep:gitmap:ecb6fe0:gitmap/src/github.com/bep/gitmap \ bep:go-tocss:2abb118:go_tocss/src/github.com/bep/go-tocss \ chaseadamsio:goorgeous:dcf1ef8:goorgeous/src/github.com/chaseadamsio/goorgeous \ cpuguy83:go-md2man:a65d4d2:go_md2man/src/github.com/cpuguy83/go-md2man \ @@ -45,42 +45,42 @@ GH_TUPLE= BurntSushi:locker:a6e239e:locker/src/github. hashicorp:hcl:ef8a98b:hcl/src/github.com/hashicorp/hcl \ inconshreveable:mousetrap:76626ae:mousetrap/src/github.com/inconshreveable/mousetrap \ jdkato:prose:20d3663:prose/src/github.com/jdkato/prose \ - kyokomi:emoji:7e06b23:emoji/src/github.com/kyokomi/emoji \ + kyokomi:emoji:2e9a950:emoji/src/github.com/kyokomi/emoji \ magefile:mage:2f97430:mage/src/github.com/magefile/mage \ - magiconair:properties:c3beff4:properties/src/github.com/magiconair/properties \ + magiconair:properties:c235336:properties/src/github.com/magiconair/properties \ markbates:inflect:a12c3ae:inflect/src/github.com/markbates/inflect \ mattn:go-isatty:0360b2a:go_isatty/src/github.com/mattn/go-isatty \ mattn:go-runewidth:9e777a8:go_runewidth/src/github.com/mattn/go-runewidth \ miekg:mmark:fd2f6c1:mmark/src/github.com/miekg/mmark \ mitchellh:hashstructure:2bca23e:hashstructure/src/github.com/mitchellh/hashstructure \ - mitchellh:mapstructure:00c29f5:mapstructure/src/github.com/mitchellh/mapstructure \ + mitchellh:mapstructure:f15292f:mapstructure/src/github.com/mitchellh/mapstructure \ muesli:smartcrop:f6ebaa7:smartcrop/src/github.com/muesli/smartcrop \ nicksnyder:go-i18n:0dc1626:go_i18n/src/github.com/nicksnyder/go-i18n \ - olekukonko:tablewriter:b8a9be0:tablewriter/src/github.com/olekukonko/tablewriter \ - pelletier:go-toml:acdc450:go_toml/src/github.com/pelletier/go-toml \ + olekukonko:tablewriter:d4647c9:tablewriter/src/github.com/olekukonko/tablewriter \ + pelletier:go-toml:c01d127:go_toml/src/github.com/pelletier/go-toml \ pmezard:go-difflib:792786c:go_difflib/src/github.com/pmezard/go-difflib \ - russross:blackfriday:11635eb:blackfriday/src/github.com/russross/blackfriday \ + russross:blackfriday:46c73eb:blackfriday/src/github.com/russross/blackfriday \ sanity-io:litter:ae543b7:litter/src/github.com/sanity-io/litter \ sergi:go-diff:1744e29:go_diff/src/github.com/sergi/go-diff \ shurcooL:sanitized_anchor_name:86672fc:sanitized_anchor_name/src/github.com/shurcooL/sanitized_anchor_name \ spf13:afero:787d034:afero/src/github.com/spf13/afero \ spf13:cast:8965335:cast/src/github.com/spf13/cast \ - spf13:cobra:a1f051b:cobra/src/github.com/spf13/cobra \ + spf13:cobra:ef82de7:cobra/src/github.com/spf13/cobra \ spf13:fsync:12a01e6:fsync/src/github.com/spf13/fsync \ spf13:jWalterWeatherman:7c0cea3:jWalterWeatherman/src/github.com/spf13/jwalterweatherman \ spf13:nitro:24d7ef3:nitro/src/github.com/spf13/nitro \ - spf13:pflag:e57e3ee:pflag/src/github.com/spf13/pflag \ - spf13:viper:b5e8006:viper/src/github.com/spf13/viper \ - stretchr:testify:12b6f73:testify/src/github.com/stretchr/testify \ + spf13:pflag:583c0c0:pflag/src/github.com/spf13/pflag \ + spf13:viper:907c19d:viper/src/github.com/spf13/viper \ + stretchr:testify:f35b8ab:testify/src/github.com/stretchr/testify \ tdewolff:minify:8d72a41:minify/src/github.com/tdewolff/minify \ tdewolff:parse:d739d6f:parse/src/github.com/tdewolff/parse \ wellington:go-libsass:615eaa4:go_libsass/src/github.com/wellington/go-libsass \ yosssi:ace:ea038f4:ace/src/github.com/yosssi/ace \ - golang:image:f315e44:image/src/golang.org/x/image \ - golang:net:61147c4:net/src/golang.org/x/net \ + golang:image:c73c2af:image/src/golang.org/x/image \ + golang:net:f4c29de:net/src/golang.org/x/net \ golang:sync:1d60e46:sync/src/golang.org/x/sync \ - golang:sys:3b87a42:sys/src/golang.org/x/sys \ - golang:text:2cb4393:text/src/golang.org/x/text \ + golang:sys:2be389f:sys/src/golang.org/x/sys \ + golang:text:cb67308:text/src/golang.org/x/text \ go-yaml:yaml:5420a8b:yaml/src/gopkg.in/yaml.v2 OPTIONS_DEFINE= MANPAGES EXTENDED Modified: head/www/gohugo/distinfo ============================================================================== --- head/www/gohugo/distinfo Mon Aug 20 18:30:59 2018 (r477667) +++ head/www/gohugo/distinfo Mon Aug 20 18:32:23 2018 (r477668) @@ -1,6 +1,6 @@ -TIMESTAMP = 1533138922 -SHA256 (gohugo/gohugoio-hugo-v0.46_GH0.tar.gz) = 3cb167e24bdbb2362415aba4b1be301596276b4ff565116cb81df95bdfc50c0a -SIZE (gohugo/gohugoio-hugo-v0.46_GH0.tar.gz) = 17855569 +TIMESTAMP = 1534532627 +SHA256 (gohugo/gohugoio-hugo-v0.47_GH0.tar.gz) = 81ce60555e4d5aadbbae355035daae578d95616d0e79bfd23639f8c21a56da29 +SIZE (gohugo/gohugoio-hugo-v0.47_GH0.tar.gz) = 18879406 SHA256 (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 6bdc1b865e2e27dd92921c0e4c3aa743156bb5d2cf227af1d0e80573568bcd4a SIZE (gohugo/BurntSushi-locker-a6e239e_GH0.tar.gz) = 2108 SHA256 (gohugo/BurntSushi-toml-a368813_GH0.tar.gz) = 68dc067c4105cd20a642ddf1f4acaada7474c1b58e5b249d4bd9b0d7e8edebc2 @@ -11,16 +11,16 @@ SHA256 (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) SIZE (gohugo/PuerkitoBio-urlesc-de5bf2a_GH0.tar.gz) = 6796 SHA256 (gohugo/alecthomas-assert-405dbfe_GH0.tar.gz) = 5f9a1b6f048bb3346b2db0c52061ef3330583eba4dfdb3a3309e234fded670e4 SIZE (gohugo/alecthomas-assert-405dbfe_GH0.tar.gz) = 71064 -SHA256 (gohugo/alecthomas-chroma-e4dff9a_GH0.tar.gz) = f89f86406ebc9fa35864352b2c62c09e0b51b0d83c2e60bcf7a6359e1e98b9ec -SIZE (gohugo/alecthomas-chroma-e4dff9a_GH0.tar.gz) = 316381 +SHA256 (gohugo/alecthomas-chroma-5d7fef2_GH0.tar.gz) = 0415b5acc6f8ab4787a48d86a7c90aebdcfc52ce54f311a4612973d29ebd238f +SIZE (gohugo/alecthomas-chroma-5d7fef2_GH0.tar.gz) = 317080 SHA256 (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = f7eafbd51169a9c0c3ba6a0b1dc49038eb38733058aae51c3157a5ec86751fe4 SIZE (gohugo/alecthomas-colour-60882d9_GH0.tar.gz) = 3479 -SHA256 (gohugo/alecthomas-repr-f49988b_GH0.tar.gz) = 8e8d1081d04f937082747d338932f83334b807411d92c807591158231173444c -SIZE (gohugo/alecthomas-repr-f49988b_GH0.tar.gz) = 4603 +SHA256 (gohugo/alecthomas-repr-ead2165_GH0.tar.gz) = 87cc8942a9d70dac3748c8fc1172a850d6debb2db2c38f14219baa305bef7a63 +SIZE (gohugo/alecthomas-repr-ead2165_GH0.tar.gz) = 4633 SHA256 (gohugo/bep-debounce-844797f_GH0.tar.gz) = e957962f6cf46be644cc31c6de4c2d5dda00736a6f507bc24042235d0295c9c8 SIZE (gohugo/bep-debounce-844797f_GH0.tar.gz) = 3489 -SHA256 (gohugo/bep-gitmap-012701e_GH0.tar.gz) = 6af8c509315fcaa0abc8d922009357e360d86ac419a611639ca3b67636d053c1 -SIZE (gohugo/bep-gitmap-012701e_GH0.tar.gz) = 4596 +SHA256 (gohugo/bep-gitmap-ecb6fe0_GH0.tar.gz) = 78da5915d1ee3f58dbf1a1843206469cee160972f9448b4ef42361f0aba2bcfe +SIZE (gohugo/bep-gitmap-ecb6fe0_GH0.tar.gz) = 4592 SHA256 (gohugo/bep-go-tocss-2abb118_GH0.tar.gz) = c594eac88edad15993badc2cb64f0a1865c7962acd73d67fbde27e33969b733a SIZE (gohugo/bep-go-tocss-2abb118_GH0.tar.gz) = 5369 SHA256 (gohugo/chaseadamsio-goorgeous-dcf1ef8_GH0.tar.gz) = 6dbf5f61257fc8c71ec6ae533f477f351c1b0fa11774cf6e8abf27edc7d90d61 @@ -55,12 +55,12 @@ SHA256 (gohugo/inconshreveable-mousetrap-76626ae_GH0.t SIZE (gohugo/inconshreveable-mousetrap-76626ae_GH0.tar.gz) = 2288 SHA256 (gohugo/jdkato-prose-20d3663_GH0.tar.gz) = 53f23648aaac68bd8d532dbecb2a33a5ac83b9e2264c60e8d7caebcfacc65460 SIZE (gohugo/jdkato-prose-20d3663_GH0.tar.gz) = 4569668 -SHA256 (gohugo/kyokomi-emoji-7e06b23_GH0.tar.gz) = 5fa5d5b3122fe8e37b55e02f85e3196d5b5977df91c9379ba51e2a2893d2b1ec -SIZE (gohugo/kyokomi-emoji-7e06b23_GH0.tar.gz) = 32552 +SHA256 (gohugo/kyokomi-emoji-2e9a950_GH0.tar.gz) = 579a356178812533d13b51511715321cdbd28a121d45d3775fbc75d8eec62392 +SIZE (gohugo/kyokomi-emoji-2e9a950_GH0.tar.gz) = 35787 SHA256 (gohugo/magefile-mage-2f97430_GH0.tar.gz) = 0608cd90a2b51c6cffe8bc0763f437a8a08c18a7c02d144510726706933008a9 SIZE (gohugo/magefile-mage-2f97430_GH0.tar.gz) = 8764988 -SHA256 (gohugo/magiconair-properties-c3beff4_GH0.tar.gz) = 0da5b42f51fda0652baccd877ead4ad558e2c53750fe2582116ada51bb774e0f -SIZE (gohugo/magiconair-properties-c3beff4_GH0.tar.gz) = 28713 +SHA256 (gohugo/magiconair-properties-c235336_GH0.tar.gz) = 0e3531df5f85e26f2bfb373563c9041ee721af9751b0ef2b8416c5231754a84a +SIZE (gohugo/magiconair-properties-c235336_GH0.tar.gz) = 29502 SHA256 (gohugo/markbates-inflect-a12c3ae_GH0.tar.gz) = f2849b7cd73f15d391ccc1375e0430f7c3ed32fb612f5a2834015450d0d0491a SIZE (gohugo/markbates-inflect-a12c3ae_GH0.tar.gz) = 10753 SHA256 (gohugo/mattn-go-isatty-0360b2a_GH0.tar.gz) = a1fcc21e454948c43e3098bcc84601a8cc8c871872af7d61ef8d0297e3b7c90b @@ -71,20 +71,20 @@ SHA256 (gohugo/miekg-mmark-fd2f6c1_GH0.tar.gz) = 5651c SIZE (gohugo/miekg-mmark-fd2f6c1_GH0.tar.gz) = 198722 SHA256 (gohugo/mitchellh-hashstructure-2bca23e_GH0.tar.gz) = 73e0a2e3c9e965678955774e80cb83006336e2b880704b0f6eb488baf55102d5 SIZE (gohugo/mitchellh-hashstructure-2bca23e_GH0.tar.gz) = 6460 -SHA256 (gohugo/mitchellh-mapstructure-00c29f5_GH0.tar.gz) = 612c2d0d6aade35b2556e74be050689517bc9f68a2f0c8c8b3cb1d09d8d123b4 -SIZE (gohugo/mitchellh-mapstructure-00c29f5_GH0.tar.gz) = 18395 +SHA256 (gohugo/mitchellh-mapstructure-f15292f_GH0.tar.gz) = 7c54799ae52491c3fd84bfc0956d81dc8489a959bb641b1252d83621fbb3f702 +SIZE (gohugo/mitchellh-mapstructure-f15292f_GH0.tar.gz) = 18800 SHA256 (gohugo/muesli-smartcrop-f6ebaa7_GH0.tar.gz) = 337fa158b74dd3b2fd4904737329789f7765fe88c815cb099590d9717cc80085 SIZE (gohugo/muesli-smartcrop-f6ebaa7_GH0.tar.gz) = 448029 SHA256 (gohugo/nicksnyder-go-i18n-0dc1626_GH0.tar.gz) = 85469070e822c4102fb3d60f30c099d3aa0675cb7e0109448958324b904d38f0 SIZE (gohugo/nicksnyder-go-i18n-0dc1626_GH0.tar.gz) = 39643 -SHA256 (gohugo/olekukonko-tablewriter-b8a9be0_GH0.tar.gz) = c298df35543b6ca4ef61a84de03884140ec051976b772072f287b2a08435c52a -SIZE (gohugo/olekukonko-tablewriter-b8a9be0_GH0.tar.gz) = 16756 -SHA256 (gohugo/pelletier-go-toml-acdc450_GH0.tar.gz) = 0d0ab7970cc521dc48c4e900773f8c54ec565beb96ea4ebc9d3eec9917f1634c -SIZE (gohugo/pelletier-go-toml-acdc450_GH0.tar.gz) = 56997 +SHA256 (gohugo/olekukonko-tablewriter-d4647c9_GH0.tar.gz) = 915110ebbae09d7dba5ac3abf4a614f5f9e4cc2586a5c813bab3f0b03b4d6376 +SIZE (gohugo/olekukonko-tablewriter-d4647c9_GH0.tar.gz) = 17340 +SHA256 (gohugo/pelletier-go-toml-c01d127_GH0.tar.gz) = 485d5554b3eaa9890f68b9167ce1be2ebaf4ff22132b729829c4085d6cffd3a6 +SIZE (gohugo/pelletier-go-toml-c01d127_GH0.tar.gz) = 57501 SHA256 (gohugo/pmezard-go-difflib-792786c_GH0.tar.gz) = 7c2a6d7ea0700411ba7d13865230c03bd6734d3ff6c213357bda121f5bb707fb SIZE (gohugo/pmezard-go-difflib-792786c_GH0.tar.gz) = 11401 -SHA256 (gohugo/russross-blackfriday-11635eb_GH0.tar.gz) = c82e86295781a480d8881fa0ca867e52178753a550aa662e41c076049703b0be -SIZE (gohugo/russross-blackfriday-11635eb_GH0.tar.gz) = 75168 +SHA256 (gohugo/russross-blackfriday-46c73eb_GH0.tar.gz) = a27ca7a2c5a71c33325972ecd79078c88cebb3a706296f43111665e88321182e +SIZE (gohugo/russross-blackfriday-46c73eb_GH0.tar.gz) = 75256 SHA256 (gohugo/sanity-io-litter-ae543b7_GH0.tar.gz) = c92fa1e341b82514e3e88408c3701721895497e2ae88d7c165f1ce7cf6cf996f SIZE (gohugo/sanity-io-litter-ae543b7_GH0.tar.gz) = 8781 SHA256 (gohugo/sergi-go-diff-1744e29_GH0.tar.gz) = 5cad5ab4540ef9d4f9966f690f094cb9bde2ef57d7037a73c008531e383372ca @@ -95,20 +95,20 @@ SHA256 (gohugo/spf13-afero-787d034_GH0.tar.gz) = f247e SIZE (gohugo/spf13-afero-787d034_GH0.tar.gz) = 45256 SHA256 (gohugo/spf13-cast-8965335_GH0.tar.gz) = b19c0f765ad78d7aefd363c57b9c4f78e6b75b079542b47922ed52c3fff07cdf SIZE (gohugo/spf13-cast-8965335_GH0.tar.gz) = 9855 -SHA256 (gohugo/spf13-cobra-a1f051b_GH0.tar.gz) = 692baf59c0952d4b113a897e6556e95c65bd36998a0b19abf3453bbf87e07db9 -SIZE (gohugo/spf13-cobra-a1f051b_GH0.tar.gz) = 100782 +SHA256 (gohugo/spf13-cobra-ef82de7_GH0.tar.gz) = 937de6f136a23742165d66ddcfbceb7cfee45f739e60e3dd956be8e6faab5f56 +SIZE (gohugo/spf13-cobra-ef82de7_GH0.tar.gz) = 101542 SHA256 (gohugo/spf13-fsync-12a01e6_GH0.tar.gz) = f3d5520a8dba6d57618db9a869abeb23f349ec20c177f5fa8957588bb987e0aa SIZE (gohugo/spf13-fsync-12a01e6_GH0.tar.gz) = 4840 SHA256 (gohugo/spf13-jWalterWeatherman-7c0cea3_GH0.tar.gz) = ee1fa0fb1f9a9df8b93a15f67a42322eccfe1e314f489cf1909a7c3ac37dcc7d SIZE (gohugo/spf13-jWalterWeatherman-7c0cea3_GH0.tar.gz) = 6345 SHA256 (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = e64c8d195990c3aa57c47cc4f090b1f575fa712b8b2fa3f8bdb2dc1b76ec440a SIZE (gohugo/spf13-nitro-24d7ef3_GH0.tar.gz) = 6741 -SHA256 (gohugo/spf13-pflag-e57e3ee_GH0.tar.gz) = 16556b4873f12211cffec75aa4d3a6332efa26e64ff0476fdbd99f672ca37d51 -SIZE (gohugo/spf13-pflag-e57e3ee_GH0.tar.gz) = 38998 -SHA256 (gohugo/spf13-viper-b5e8006_GH0.tar.gz) = c7f6858628543602e8b338213e789f4d446525f0ba3d4b6dc987963343b25658 -SIZE (gohugo/spf13-viper-b5e8006_GH0.tar.gz) = 32022 -SHA256 (gohugo/stretchr-testify-12b6f73_GH0.tar.gz) = d916c3ed1ccbba35f0e01dce8f602a0f185a1670561dbe36e5bb1efddf604794 -SIZE (gohugo/stretchr-testify-12b6f73_GH0.tar.gz) = 95230 +SHA256 (gohugo/spf13-pflag-583c0c0_GH0.tar.gz) = 8fc27ad3f1a005e4f848be3c7054ab250ff01dfbcbe02afdcb8764a45898c122 +SIZE (gohugo/spf13-pflag-583c0c0_GH0.tar.gz) = 43249 +SHA256 (gohugo/spf13-viper-907c19d_GH0.tar.gz) = b5297694be3620b42486825ae9b326c4860e5f9d9a8a5ac39c71560866014b0d +SIZE (gohugo/spf13-viper-907c19d_GH0.tar.gz) = 32749 +SHA256 (gohugo/stretchr-testify-f35b8ab_GH0.tar.gz) = b7a2961d37598e0fc1bf7e9041f717ec770c7ec935d4a79a2d40f5e6722fe6a2 +SIZE (gohugo/stretchr-testify-f35b8ab_GH0.tar.gz) = 101718 SHA256 (gohugo/tdewolff-minify-8d72a41_GH0.tar.gz) = 9d94e4a650e060b3b790c7fcaab6f5c72fa9f827c5d00721d39301da7cec2d64 SIZE (gohugo/tdewolff-minify-8d72a41_GH0.tar.gz) = 2108677 SHA256 (gohugo/tdewolff-parse-d739d6f_GH0.tar.gz) = b63e701a7362c5a4aaebfa886a37a8270ea26ec868ab49abda7142db6aa81fc1 @@ -117,15 +117,15 @@ SHA256 (gohugo/wellington-go-libsass-615eaa4_GH0.tar.g SIZE (gohugo/wellington-go-libsass-615eaa4_GH0.tar.gz) = 333300 SHA256 (gohugo/yosssi-ace-ea038f4_GH0.tar.gz) = 0d8da272af4618613b62f6f28fff6142d285c70de0658b8c328f588a690e4b85 SIZE (gohugo/yosssi-ace-ea038f4_GH0.tar.gz) = 23269 -SHA256 (gohugo/golang-image-f315e44_GH0.tar.gz) = ad2d55d7f42049f0d5b30d7850b1bea18631dc2c7bec70bb30454a37556707d6 -SIZE (gohugo/golang-image-f315e44_GH0.tar.gz) = 4816515 -SHA256 (gohugo/golang-net-61147c4_GH0.tar.gz) = e34008062dee507e06a82ba2035906757a343ff862b5f2195f3a0f50c59b117d -SIZE (gohugo/golang-net-61147c4_GH0.tar.gz) = 941792 +SHA256 (gohugo/golang-image-c73c2af_GH0.tar.gz) = 2b0a5cc68c687088c46ffb83790f4e781a2ff619633a9ef618aa5088b136c098 +SIZE (gohugo/golang-image-c73c2af_GH0.tar.gz) = 4816836 +SHA256 (gohugo/golang-net-f4c29de_GH0.tar.gz) = 1d3b2d9d5e15307f43d2a1db6da4fd3be8abae5300438375127715b1c2671e9f +SIZE (gohugo/golang-net-f4c29de_GH0.tar.gz) = 968419 SHA256 (gohugo/golang-sync-1d60e46_GH0.tar.gz) = 526fab48f250f45ec22dbfd2700df629871ea8aeb8289a49c58f4fc606a7a5e5 SIZE (gohugo/golang-sync-1d60e46_GH0.tar.gz) = 16327 -SHA256 (gohugo/golang-sys-3b87a42_GH0.tar.gz) = 1c39939ad35db460f7c9dd1e5c18f645c131b75f422ef3351e9581646c1269b3 -SIZE (gohugo/golang-sys-3b87a42_GH0.tar.gz) = 801930 -SHA256 (gohugo/golang-text-2cb4393_GH0.tar.gz) = ea60e68948669d1c9245c728a842ee009a0749c1635c362b99c9bd16bf6a8ef8 -SIZE (gohugo/golang-text-2cb4393_GH0.tar.gz) = 6566252 +SHA256 (gohugo/golang-sys-2be389f_GH0.tar.gz) = b5fa0adb522576d62b2425d1d24baf3df90f03ef9a3a961087801273e93beff1 +SIZE (gohugo/golang-sys-2be389f_GH0.tar.gz) = 984297 +SHA256 (gohugo/golang-text-cb67308_GH0.tar.gz) = 71a523fd5eb995529d2f369ab96a8aa1ac103a79bb9fd26a0a6ddd7d5dfaabe7 +SIZE (gohugo/golang-text-cb67308_GH0.tar.gz) = 6567811 SHA256 (gohugo/go-yaml-yaml-5420a8b_GH0.tar.gz) = d9be7faf5cb89a81c5ec6c94f1f1b0da076b239e205d3f36b9071b1aa7d27bcc SIZE (gohugo/go-yaml-yaml-5420a8b_GH0.tar.gz) = 70228
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808201832.w7KIWNM7048560>