Skip to content

Commit

Permalink
www/gohugo: Update to 0.91.1
Browse files Browse the repository at this point in the history
  • Loading branch information
forquare authored and lwhsu committed Dec 23, 2021
1 parent 85fc17b commit f27bfda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions www/gohugo/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= hugo
DISTVERSIONPREFIX= v
DISTVERSION= 0.90.1
DISTVERSION= 0.91.1
CATEGORIES= www
PKGNAMEPREFIX= go
DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME}
Expand Down Expand Up @@ -44,7 +44,7 @@ GH_TUPLE= \
dustin:go-humanize:v1.0.0:dustin_go_humanize/vendor/github.com/dustin/go-humanize \
envoyproxy:go-control-plane:63b5d3c536b0:envoyproxy_go_control_plane/vendor/github.com/envoyproxy/go-control-plane \
envoyproxy:protoc-gen-validate:v0.1.0:envoyproxy_protoc_gen_validate/vendor/github.com/envoyproxy/protoc-gen-validate \
evanw:esbuild:v0.14.2:evanw_esbuild/vendor/github.com/evanw/esbuild \
evanw:esbuild:v0.14.7:evanw_esbuild/vendor/github.com/evanw/esbuild \
fortytw2:leaktest:v1.3.0:fortytw2_leaktest/vendor/github.com/fortytw2/leaktest \
frankban:quicktest:v1.14.0:frankban_quicktest/vendor/github.com/frankban/quicktest \
fsnotify:fsnotify:v1.5.1:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
Expand Down Expand Up @@ -165,7 +165,7 @@ PORTMANS= hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 \

SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z'
# COMMIT_ID should be the first 8 positions of the commit hash, characters should be UPPERCASE
COMMIT_ID= 48907889
COMMIT_ID= F4235057

do-build-MANPAGES-on:
@cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/
Expand Down
10 changes: 5 additions & 5 deletions www/gohugo/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
TIMESTAMP = 1639340141
SHA256 (gohugo/gohugoio-hugo-v0.90.1_GH0.tar.gz) = 456789091bfe30dd3f69b63ac627d6e08ae973326294cc6517be8ed70353af35
SIZE (gohugo/gohugoio-hugo-v0.90.1_GH0.tar.gz) = 36242992
TIMESTAMP = 1640208310
SHA256 (gohugo/gohugoio-hugo-v0.91.1_GH0.tar.gz) = 16e648d1180f7adb950afdab5a9b7b88f6b7a3c340552f768cf695fa7b2bc902
SIZE (gohugo/gohugoio-hugo-v0.91.1_GH0.tar.gz) = 28416617
SHA256 (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f
SIZE (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443
SHA256 (gohugo/Azure-azure-storage-blob-go-v0.9.0_GH0.tar.gz) = f206c84fe3689aaa8e0cd180facf3455dc9c7e374a5dee1e2e9e6b9e39ab99c7
Expand Down Expand Up @@ -57,8 +57,8 @@ SHA256 (gohugo/envoyproxy-go-control-plane-63b5d3c536b0_GH0.tar.gz) = 4df57d0877
SIZE (gohugo/envoyproxy-go-control-plane-63b5d3c536b0_GH0.tar.gz) = 2574984
SHA256 (gohugo/envoyproxy-protoc-gen-validate-v0.1.0_GH0.tar.gz) = 49a275b7aff7e9c7e84db38e405b49b1ac91bbd2fcbd0c253d39ec412ed3be61
SIZE (gohugo/envoyproxy-protoc-gen-validate-v0.1.0_GH0.tar.gz) = 9625220
SHA256 (gohugo/evanw-esbuild-v0.14.2_GH0.tar.gz) = 092accc8b0626189f8fabf4a30b776314e248c796dbcefe0f5b7cd4b40547308
SIZE (gohugo/evanw-esbuild-v0.14.2_GH0.tar.gz) = 1488205
SHA256 (gohugo/evanw-esbuild-v0.14.7_GH0.tar.gz) = 3c488005f0933abfc6c164a419629974bbb5eac33ba27ea5cb36998da894fb09
SIZE (gohugo/evanw-esbuild-v0.14.7_GH0.tar.gz) = 1500355
SHA256 (gohugo/fortytw2-leaktest-v1.3.0_GH0.tar.gz) = 897726ed584a7c442eb660406e3438d4585b00c5f3769360eb19b18cace35292
SIZE (gohugo/fortytw2-leaktest-v1.3.0_GH0.tar.gz) = 5281
SHA256 (gohugo/frankban-quicktest-v1.14.0_GH0.tar.gz) = ae473055eb7a97ea8d735fc94c3aab25966267bf69e31adebda586d499ac286f
Expand Down

0 comments on commit f27bfda

Please sign in to comment.