summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernandez Ludovic2023-10-21 11:35:43 +0200
committerFernandez Ludovic2023-10-21 11:35:43 +0200
commit8a22d31629fe63dbee0fa8a42ca7914db7936978 (patch)
treeb98ec8201bf2f28780b4d36f226e7ea3c81720b7
parent7032c6e2b466dfe91de5c5cc4afba5dcb8f7fd43 (diff)
downloadaur-8a22d31629fe63dbee0fa8a42ca7914db7936978.tar.gz
feat: v1.55.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 165d177c1178..4011d305931d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = golangci-lint
pkgdesc = Linters Runner for Go. 5x faster than gometalinter.
- pkgver = 1.54.2
+ pkgver = 1.55.0
pkgrel = 1
url = https://github.com/golangci/golangci-lint
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = golangci-lint
makedepends = git
makedepends = go
depends = glibc
- source = https://github.com/golangci/golangci-lint/archive/v1.54.2/golangci-lint-1.54.2.tar.gz
- sha256sums = a0c991a9a3caee7f9a57895228c10b5e0ed7b2341930d231729d5ae735070eb7
+ source = https://github.com/golangci/golangci-lint/archive/v1.55.0/golangci-lint-1.55.0.tar.gz
+ sha256sums = 014a7b0119b80861efca773d485ced31b58a70a2ed2ff4dfea5f9d09ea45294c
pkgname = golangci-lint
diff --git a/PKGBUILD b/PKGBUILD
index 13116210f65d..a00a83d1a70b 100644
--- a/PKGBUILD
+++ b/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.54.2
+pkgver=1.55.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=('a0c991a9a3caee7f9a57895228c10b5e0ed7b2341930d231729d5ae735070eb7')
+sha256sums=('014a7b0119b80861efca773d485ced31b58a70a2ed2ff4dfea5f9d09ea45294c')
build() {
local _commit _flags