generated from archlinux/template
feat: v1.62.0
This commit is contained in:
4
PKGBUILD
4
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.61.0
|
||||
pkgver=1.62.0
|
||||
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=('f4efcc09dde3eb81ba7e2fc4230d3e99375a4b176dd28c31cab07371cf5c07db')
|
||||
sha256sums=('d3837b18bd70f6ab7e06a02d9759b5f4ad0bca9459bc27e6d27d4d105d3d0f88')
|
||||
|
||||
build() {
|
||||
local _commit _flags
|
||||
|
||||
Reference in New Issue
Block a user