summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fffa21318b09..d88eba48a899 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=gosec
-pkgver=2.7.0
+pkgver=2.8.0
pkgrel=1
pkgdesc="Inspects source code for security problems by scanning the Go AST"
arch=("x86_64" "i686")
@@ -10,7 +10,7 @@ license=("Apache")
depends=("glibc")
makedepends=("go")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/securego/gosec/archive/v${pkgver}.tar.gz")
-sha256sums=('fd0b1ba1874cad93680c9e398af011560cd43b638c2b8d34850987a4cf984ba0')
+sha256sums=('a607742f65bfea6cae52cbf1282b338ec9cff87161a4c6769e1ea355298e2e98')
build() {
cd ${pkgname}-${pkgver}/cmd/gosec