summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernandez Ludovic2023-08-21 14:32:26 +0200
committerFernandez Ludovic2023-08-21 14:32:26 +0200
commit7032c6e2b466dfe91de5c5cc4afba5dcb8f7fd43 (patch)
tree9272297987ffa222af7f20c91a6c90160a1e440e
parent7eeadce1f0e3d8cbb48550cbaac0b27c24f2baf5 (diff)
downloadaur-7032c6e2b466dfe91de5c5cc4afba5dcb8f7fd43.tar.gz
feat: 1.54.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7544290892e4..165d177c1178 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
- pkgver = 1.54.1
+ pkgver = 1.54.2
pkgrel = 1
url = https://github.com/golangci/golangci-lint
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = golangci-lint
makedepends = git
makedepends = go
depends = glibc
- source = https://github.com/golangci/golangci-lint/archive/v1.54.1/golangci-lint-1.54.1.tar.gz
- sha256sums = ef8d1f753c319615d310f025cbe6112bc2b151fd59287315016b5f397f4a9203
+ source = https://github.com/golangci/golangci-lint/archive/v1.54.2/golangci-lint-1.54.2.tar.gz
+ sha256sums = a0c991a9a3caee7f9a57895228c10b5e0ed7b2341930d231729d5ae735070eb7
pkgname = golangci-lint
diff --git a/PKGBUILD b/PKGBUILD
index 9a65f681ced1..13116210f65d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Fernandez Ludovic <lfernandez dot dev at gmail dot com>
pkgname=golangci-lint
pkgdesc='Linters Runner for Go. 5x faster than gometalinter.'
-pkgver=1.54.1
+pkgver=1.54.2
pkgrel=1
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url='https://github.com/golangci/golangci-lint'
@@ -10,7 +10,7 @@ depends=('glibc')
makedepends=('git' 'go')
source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ef8d1f753c319615d310f025cbe6112bc2b151fd59287315016b5f397f4a9203')
+sha256sums=('a0c991a9a3caee7f9a57895228c10b5e0ed7b2341930d231729d5ae735070eb7')
build() {
local _commit _flags