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 3969fe1b28c4..6ebb608cc03e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gosec-bin
pkgdesc = Inspects source code for security problems by scanning the Go AST
- pkgver = 2.3.0
+ pkgver = 2.4.0
pkgrel = 1
url = https://github.com/securego/gosec
arch = x86_64
license = Apache
- source = https://github.com/securego/gosec/releases/download/v2.3.0/gosec_2.3.0_linux_amd64.tar.gz
- sha256sums = 4be6ce9a9378b6ad594911b8477c06454fa5c31e56530b3152340294488fc45e
+ source = https://github.com/securego/gosec/releases/download/v2.4.0/gosec_2.4.0_linux_amd64.tar.gz
+ sha256sums = 3bb01d20a74342251854a429c3fa82a7b642eb6a467926407fda3c1364531c9d
pkgname = gosec-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2676b11e14e8..dfc96a71fe6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=gosec-bin
-pkgver=2.3.0
+pkgver=2.4.0
pkgrel=1
pkgdesc="Inspects source code for security problems by scanning the Go AST"
arch=("x86_64")
url="https://github.com/securego/gosec"
license=("Apache")
source=("https://github.com/securego/gosec/releases/download/v${pkgver}/gosec_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('4be6ce9a9378b6ad594911b8477c06454fa5c31e56530b3152340294488fc45e')
+sha256sums=('3bb01d20a74342251854a429c3fa82a7b642eb6a467926407fda3c1364531c9d')
package() {
install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE