generated from archlinux/template
feat: v1.52.1
This commit is contained in:
parent
3fa97540fe
commit
f869753dd7
6
.SRCINFO
6
.SRCINFO
@ -1,6 +1,6 @@
|
|||||||
pkgbase = golangci-lint
|
pkgbase = golangci-lint
|
||||||
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
|
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
|
||||||
pkgver = 1.52.0
|
pkgver = 1.52.1
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://github.com/golangci/golangci-lint
|
url = https://github.com/golangci/golangci-lint
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
@ -12,7 +12,7 @@ pkgbase = golangci-lint
|
|||||||
makedepends = git
|
makedepends = git
|
||||||
makedepends = go
|
makedepends = go
|
||||||
depends = glibc
|
depends = glibc
|
||||||
source = https://github.com/golangci/golangci-lint/archive/v1.52.0/golangci-lint-1.52.0.tar.gz
|
source = https://github.com/golangci/golangci-lint/archive/v1.52.1/golangci-lint-1.52.1.tar.gz
|
||||||
sha256sums = e186a85b0e5af795da41da03a8ee1867482200a61e3cc7f4a6d92e663e6ec199
|
sha256sums = 6d41ac01a2cd357218640bed22950f14ce4bf0c04ec6934a7a9c71cf2a29eb67
|
||||||
|
|
||||||
pkgname = golangci-lint
|
pkgname = golangci-lint
|
||||||
|
5
PKGBUILD
5
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Fernandez Ludovic <lfernandez dot dev at gmail dot com>
|
# Maintainer: Fernandez Ludovic <lfernandez dot dev at gmail dot com>
|
||||||
pkgname=golangci-lint
|
pkgname=golangci-lint
|
||||||
pkgdesc='Linters Runner for Go. 5x faster than gometalinter.'
|
pkgdesc='Linters Runner for Go. 5x faster than gometalinter.'
|
||||||
pkgver=1.52.0
|
pkgver=1.52.1
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
|
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
|
||||||
url='https://github.com/golangci/golangci-lint'
|
url='https://github.com/golangci/golangci-lint'
|
||||||
@ -10,8 +10,7 @@ depends=('glibc')
|
|||||||
makedepends=('git' 'go')
|
makedepends=('git' 'go')
|
||||||
|
|
||||||
source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('e186a85b0e5af795da41da03a8ee1867482200a61e3cc7f4a6d92e663e6ec199')
|
sha256sums=('6d41ac01a2cd357218640bed22950f14ce4bf0c04ec6934a7a9c71cf2a29eb67')
|
||||||
# https://github.com/golangci/golangci-lint/archive/v1.52.0/golangci-lint-v1.52.0.tar.gz
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
local _commit _flags
|
local _commit _flags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user