From nobody Wed Nov 3 22:35:59 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id C3969184E4B9; Wed, 3 Nov 2021 22:35:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hl1nq4PZGz3F3h; Wed, 3 Nov 2021 22:35:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6A569210FA; Wed, 3 Nov 2021 22:35:59 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1A3MZxe1005944; Wed, 3 Nov 2021 22:35:59 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1A3MZxUp005943; Wed, 3 Nov 2021 22:35:59 GMT (envelope-from git) Date: Wed, 3 Nov 2021 22:35:59 GMT Message-Id: <202111032235.1A3MZxUp005943@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Lewis Cook Subject: git: 27324427efd0 - main - devel/golangci-lint: Update to 1.43.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lcook X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 27324427efd082f5f7e329016eb78ff18403cc53 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by lcook: URL: https://cgit.FreeBSD.org/ports/commit/?id=27324427efd082f5f7e329016eb78ff18403cc53 commit 27324427efd082f5f7e329016eb78ff18403cc53 Author: Lewis Cook AuthorDate: 2021-11-03 20:46:11 +0000 Commit: Lewis Cook CommitDate: 2021-11-03 22:34:42 +0000 devel/golangci-lint: Update to 1.43.0 Changes: https://github.com/golangci/golangci-lint/releases/tag/v1.43.0 --- devel/golangci-lint/Makefile | 4 ++-- devel/golangci-lint/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index 2d3bc93848e9..f302de2c0af0 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,6 +1,6 @@ PORTNAME= golangci-lint DISTVERSIONPREFIX= v -DISTVERSION= 1.42.1 +DISTVERSION= 1.43.0 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSION} -_BUILD_COMMIT= 54f4301 +_BUILD_COMMIT= 861262b _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 d2f16b255962..0902e8f110b9 100644 --- a/devel/golangci-lint/distinfo +++ b/devel/golangci-lint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1631179211 -SHA256 (go/devel_golangci-lint/golangci-lint-v1.42.1/v1.42.1.mod) = 3f906cb49045f620fc99dbcb46dd017b37e526cca2e5d8c383ac6bbfa4217798 -SIZE (go/devel_golangci-lint/golangci-lint-v1.42.1/v1.42.1.mod) = 4047 -SHA256 (go/devel_golangci-lint/golangci-lint-v1.42.1/v1.42.1.zip) = f8260145e0d4103e753bfc8832f545e375657ef6c3e940cd67c575a773e3fbf2 -SIZE (go/devel_golangci-lint/golangci-lint-v1.42.1/v1.42.1.zip) = 1729895 +TIMESTAMP = 1635960934 +SHA256 (go/devel_golangci-lint/golangci-lint-v1.43.0/v1.43.0.mod) = 8207df11f9b060b7552491e723b132b0dfd2b2f213ac1af822cb3156856bccd3 +SIZE (go/devel_golangci-lint/golangci-lint-v1.43.0/v1.43.0.mod) = 4288 +SHA256 (go/devel_golangci-lint/golangci-lint-v1.43.0/v1.43.0.zip) = 9ab543b68d3fd3487ab3bcaab9499250b8ce3ec89e1aabe3d638daba50ffb317 +SIZE (go/devel_golangci-lint/golangci-lint-v1.43.0/v1.43.0.zip) = 1754928