summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2021-06-20 13:34:08 +0000
committerimlonghao2021-06-20 13:34:08 +0000
commite3caa52fa9ff53bc86fca8409bc9801f1143698d (patch)
tree8fcd0430bc168c0a3e1d5d49dd749765335849be
parente5764e3c62398a55a4cafee78ce10e3158a3579a (diff)
downloadaur-e3caa52fa9ff53bc86fca8409bc9801f1143698d.tar.gz
New version 2.8.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1be0ef9eeece..7c2a1eddeab2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = gosec-bin
pkgdesc = Inspects source code for security problems by scanning the Go AST
- pkgver = 2.8.0
+ pkgver = 2.8.1
pkgrel = 1
url = https://github.com/securego/gosec
arch = x86_64
license = Apache
- source = https://github.com/securego/gosec/releases/download/v2.8.0/gosec_2.8.0_linux_amd64.tar.gz
- sha256sums = 13246cc87960d066b1484d51f3e5ed35c90f441406b62688919165de82b89a07
+ source = https://github.com/securego/gosec/releases/download/v2.8.1/gosec_2.8.1_linux_amd64.tar.gz
+ sha256sums = b9632585292c5ebc749b0afe064661bee7ea422fc7c54a5282a001e52c8ed30d
pkgname = gosec-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 49a27b0a959d..40fc782a9940 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=gosec-bin
-pkgver=2.8.0
+pkgver=2.8.1
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=('13246cc87960d066b1484d51f3e5ed35c90f441406b62688919165de82b89a07')
+sha256sums=('b9632585292c5ebc749b0afe064661bee7ea422fc7c54a5282a001e52c8ed30d')
package() {
install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE