feat: 1.54.1

This commit is contained in:
Fernandez Ludovic 2023-08-11 15:22:03 +02:00
parent 6cee5c73e6
commit 7eeadce1f0
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
pkgver = 1.54.0
pkgver = 1.54.1
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.0/golangci-lint-1.54.0.tar.gz
sha256sums = c6fbcc1c1856ec7c1fc52ad7dac91cb5260f3c26d402780904b5ef4f4a2a6249
source = https://github.com/golangci/golangci-lint/archive/v1.54.1/golangci-lint-1.54.1.tar.gz
sha256sums = ef8d1f753c319615d310f025cbe6112bc2b151fd59287315016b5f397f4a9203
pkgname = golangci-lint

View File

@ -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.0
pkgver=1.54.1
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=('c6fbcc1c1856ec7c1fc52ad7dac91cb5260f3c26d402780904b5ef4f4a2a6249')
sha256sums=('ef8d1f753c319615d310f025cbe6112bc2b151fd59287315016b5f397f4a9203')
build() {
local _commit _flags