Date: Sat, 4 Sep 2021 20:12:12 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 22c5c86050d6 - main - www/gohugo: Update to 0.88.1 Message-ID: <202109042012.184KCClq068491@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=22c5c86050d6e6bc44e48580567e2e6a02693671 commit 22c5c86050d6e6bc44e48580567e2e6a02693671 Author: Ben Lavery <ben@lavery-griffiths.com> AuthorDate: 2021-09-04 20:11:49 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-09-04 20:11:49 +0000 www/gohugo: Update to 0.88.1 Changes: https://github.com/gohugoio/hugo/releases/tag/v0.88.1 PR: 258265 --- www/gohugo/Makefile | 4 ++-- www/gohugo/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index bafdfeb64e91..dcc5bff075b0 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -1,6 +1,6 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.88.0 +DISTVERSION= 0.88.1 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -162,7 +162,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= ACC5EB5B +COMMIT_ID= 5BC54738 do-build-MANPAGES-on: @cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/ diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index 17034bc948ed..63e386bc679c 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1630662427 -SHA256 (gohugo/gohugoio-hugo-v0.88.0_GH0.tar.gz) = 76b5a5393bbb2983697b1c0b32926d6d3510113ce8de7c66f6509371439ff383 -SIZE (gohugo/gohugoio-hugo-v0.88.0_GH0.tar.gz) = 37011807 +TIMESTAMP = 1630764770 +SHA256 (gohugo/gohugoio-hugo-v0.88.1_GH0.tar.gz) = da5f52437bfc7521b194b39d36a8cf7b2775e70e1ba8c443f81a14f468608507 +SIZE (gohugo/gohugoio-hugo-v0.88.1_GH0.tar.gz) = 37009495 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109042012.184KCClq068491>