summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62275111ed8e..5ef0d8e1282e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gosec
pkgdesc = Inspects source code for security problems by scanning the Go AST
- pkgver = 2.7.0
+ pkgver = 2.8.0
pkgrel = 1
url = https://github.com/securego/gosec
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = gosec
license = Apache
makedepends = go
depends = glibc
- source = gosec-2.7.0.tar.gz::https://github.com/securego/gosec/archive/v2.7.0.tar.gz
- sha256sums = fd0b1ba1874cad93680c9e398af011560cd43b638c2b8d34850987a4cf984ba0
+ source = gosec-2.8.0.tar.gz::https://github.com/securego/gosec/archive/v2.8.0.tar.gz
+ sha256sums = a607742f65bfea6cae52cbf1282b338ec9cff87161a4c6769e1ea355298e2e98
pkgname = gosec
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