generated from archlinux/template
feat: v1.52.1
This commit is contained in:
5
PKGBUILD
5
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.52.0
|
||||
pkgver=1.52.1
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
|
||||
url='https://github.com/golangci/golangci-lint'
|
||||
@@ -10,8 +10,7 @@ depends=('glibc')
|
||||
makedepends=('git' 'go')
|
||||
|
||||
source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||
sha256sums=('e186a85b0e5af795da41da03a8ee1867482200a61e3cc7f4a6d92e663e6ec199')
|
||||
# https://github.com/golangci/golangci-lint/archive/v1.52.0/golangci-lint-v1.52.0.tar.gz
|
||||
sha256sums=('6d41ac01a2cd357218640bed22950f14ce4bf0c04ec6934a7a9c71cf2a29eb67')
|
||||
|
||||
build() {
|
||||
local _commit _flags
|
||||
|
||||
Reference in New Issue
Block a user