summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2021-03-05 15:30:04 +0000
committerimlonghao2021-03-05 15:30:04 +0000
commit323e202756662e0e7df1a9406853d5488e85fe92 (patch)
treee1230d33776b2b9890ac7d87e5da82c26ace0015
parent278e2abd760b6fc1a26df8758fb485bd9f9764d6 (diff)
downloadaur-323e202756662e0e7df1a9406853d5488e85fe92.tar.gz
New version 2.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8197756274cf..c1ec916591e7 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.6.1
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/securego/gosec
arch = x86_64
license = Apache
- source = https://github.com/securego/gosec/releases/download/v2.6.1/gosec_2.6.1_linux_amd64.tar.gz
- sha256sums = 80950b35d13a0f68b75878da030ee305def6170f6db01d1f8021ee198eb84b25
+ source = https://github.com/securego/gosec/releases/download/v2.7.0/gosec_2.7.0_linux_amd64.tar.gz
+ sha256sums = 164dfcadd7bceee0e439649523d7d70dbe86b812a8db0b80e9f5b9f1464b3954
pkgname = gosec-bin
diff --git a/PKGBUILD b/PKGBUILD
index c3bd8c6b6ee0..2ac4f357ef56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=gosec-bin
-pkgver=2.6.1
+pkgver=2.7.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=('80950b35d13a0f68b75878da030ee305def6170f6db01d1f8021ee198eb84b25')
+sha256sums=('164dfcadd7bceee0e439649523d7d70dbe86b812a8db0b80e9f5b9f1464b3954')
package() {
install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE