updpkg: golangci-lint 1.30.0-1

This commit is contained in:
ml 2020-08-03 23:50:41 +02:00
parent d6324b0d0d
commit 65cd102603
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
pkgver = 1.29.0
pkgrel = 2
pkgver = 1.30.0
pkgrel = 1
url = https://github.com/golangci/golangci-lint
arch = x86_64
arch = i686
@ -12,8 +12,8 @@ pkgbase = golangci-lint
makedepends = git
makedepends = go
depends = glibc
source = https://github.com/golangci/golangci-lint/archive/v1.29.0/golangci-lint-1.29.0.tar.gz
sha256sums = 1e92c8ff425fe89e1678d576df24f1d1302f613d81c710da890c6aa057171190
source = https://github.com/golangci/golangci-lint/archive/v1.30.0/golangci-lint-1.30.0.tar.gz
sha256sums = a3046a4e926e91eb7fbda4723feafd72f00ded6395e1277a3fea6e36753ca4ae
pkgname = golangci-lint

View File

@ -1,15 +1,15 @@
# Maintainer: ml <ml@visu.li>
pkgname=golangci-lint
pkgdesc="Linters Runner for Go. 5x faster than gometalinter."
pkgver=1.29.0
pkgrel=2
pkgver=1.30.0
pkgrel=1
arch=('x86_64' 'i686' 'aarch64' 'armv7h' 'armv6h')
url='https://github.com/golangci/golangci-lint'
license=('GPL3')
depends=('glibc')
makedepends=('git' 'go')
source=("https://github.com/golangci/golangci-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('1e92c8ff425fe89e1678d576df24f1d1302f613d81c710da890c6aa057171190')
sha256sums=('a3046a4e926e91eb7fbda4723feafd72f00ded6395e1277a3fea6e36753ca4ae')
prepare() {
cd "${pkgname}-${pkgver}"