generated from archlinux/template
upgpkg: golangci-lint 1.20.0-1
This commit is contained in:
6
PKGBUILD
6
PKGBUILD
@@ -1,15 +1,15 @@
|
||||
# Maintainer: Matthias Lisin <ml@visu.li>
|
||||
pkgname=golangci-lint
|
||||
pkgdesc="Linters Runner for Go. 5x faster than gometalinter."
|
||||
pkgver=1.19.1
|
||||
_commit=c427c61 # short commit hash of release
|
||||
pkgver=1.20.0
|
||||
_commit=cc98739 # short commit hash of release
|
||||
pkgrel=1
|
||||
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
|
||||
url='https://github.com/golangci/golangci-lint'
|
||||
license=('GPL3')
|
||||
makedepends=('git' 'go')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/golangci/golangci-lint/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('099a3280c5d6764db6f53bd2a41d0547143b211650ffc93f2105d2a96c47473e3c933e1999f0cdd133a5f8f13bfcc9513b796b460e2967532ac5b35c178e7b43')
|
||||
sha512sums=('290842ec95d0a1868457e7e1ffb3ba6e73a98783b2ab1129a75df49d0a5c19f4184b52200a2441723fabe00a201ee9eda14877769e4445000e2879db74113f15')
|
||||
|
||||
build() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
Reference in New Issue
Block a user