Date: Tue, 13 Dec 2022 01:50:02 GMT From: Lewis Cook <lcook@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1ac7d58cfd6a - main - devel/golangci-lint: Update to 1.50.1 Message-ID: <202212130150.2BD1o2U1034315@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=1ac7d58cfd6a611a1f1ef90c2091d04a29613d4b commit 1ac7d58cfd6a611a1f1ef90c2091d04a29613d4b Author: Lewis Cook <lcook@FreeBSD.org> AuthorDate: 2022-12-13 01:33:21 +0000 Commit: Lewis Cook <lcook@FreeBSD.org> CommitDate: 2022-12-13 01:47:57 +0000 devel/golangci-lint: Update to 1.50.1 Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.50.1 --- devel/golangci-lint/Makefile | 5 ++--- devel/golangci-lint/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index a0978ffcf242..d3711fc176d8 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,7 +1,6 @@ PORTNAME= golangci-lint DISTVERSIONPREFIX= v -DISTVERSION= 1.49.0 -PORTREVISION= 3 +DISTVERSION= 1.50.1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSION} -_BUILD_COMMIT= cc2d97f +_BUILD_COMMIT= 8926a95 _BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") GO_MODULE= github.com/${PORTNAME:S/-lint//}/${PORTNAME} diff --git a/devel/golangci-lint/distinfo b/devel/golangci-lint/distinfo index 0bc0e01edb3f..3ee488e2a4ff 100644 --- a/devel/golangci-lint/distinfo +++ b/devel/golangci-lint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1661645691 -SHA256 (go/devel_golangci-lint/golangci-lint-v1.49.0/v1.49.0.mod) = 70d53e6c2e5ea61d59a0d3d317346e841a2b2f5270f0f404e7eefd9ec3e340c9 -SIZE (go/devel_golangci-lint/golangci-lint-v1.49.0/v1.49.0.mod) = 8339 -SHA256 (go/devel_golangci-lint/golangci-lint-v1.49.0/v1.49.0.zip) = a9e4b4ad8d182ae96ea662cfe30ce8d23aad5918c6d3bc7660f81e57a33e970d -SIZE (go/devel_golangci-lint/golangci-lint-v1.49.0/v1.49.0.zip) = 1764783 +TIMESTAMP = 1670894477 +SHA256 (go/devel_golangci-lint/golangci-lint-v1.50.1/v1.50.1.mod) = 105861f1b6f2e7e504111239dd7400a6a4e929ab0f3f39d06a5f276bba67b71d +SIZE (go/devel_golangci-lint/golangci-lint-v1.50.1/v1.50.1.mod) = 8358 +SHA256 (go/devel_golangci-lint/golangci-lint-v1.50.1/v1.50.1.zip) = 767157d94807fc229ef15d6442063b676d9f26fd2af2ed4101a40af221ca5ca6 +SIZE (go/devel_golangci-lint/golangci-lint-v1.50.1/v1.50.1.zip) = 1762831
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212130150.2BD1o2U1034315>