summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2022-06-18 03:36:09 +0000
committerimlonghao2022-06-18 03:36:09 +0000
commit20da1c5e939882b5bad9052cd0582139f8d10a3f (patch)
tree7a3741a8c8ce4b6ee831319dad5b558933e03b9e
parent6abc1ac025709789552551944ca1f6fdee6e9cfc (diff)
downloadaur-20da1c5e939882b5bad9052cd0582139f8d10a3f.tar.gz
New version 2.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3210d6623ac8..12bf727596b0 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.11.0
+ pkgver = 2.12.0
pkgrel = 1
url = https://github.com/securego/gosec
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = gosec
license = Apache
makedepends = go
depends = glibc
- source = gosec-2.11.0.tar.gz::https://github.com/securego/gosec/archive/v2.11.0.tar.gz
- b2sums = 20ef2c37d357438648d3b2fa90008057444316ecf5469873a3343de0fface6ea750c4a654c7ee92fa9bb32b709cc94e3fc3376b053cb8bc2f2c73e880ab8242b
+ source = gosec-2.12.0.tar.gz::https://github.com/securego/gosec/archive/v2.12.0.tar.gz
+ b2sums = 2a4fd1097b0ec314a1bc1b8d71982569e4937bcb6bce851b11e6e1bc4ed536811271fcb56934c04bebc005410691922fcb2eb80928d999abfc9a259d40f5d96d
pkgname = gosec
diff --git a/PKGBUILD b/PKGBUILD
index 41ad740c4fef..a8dde55a35c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=gosec
-pkgver=2.11.0
+pkgver=2.12.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")
-b2sums=('20ef2c37d357438648d3b2fa90008057444316ecf5469873a3343de0fface6ea750c4a654c7ee92fa9bb32b709cc94e3fc3376b053cb8bc2f2c73e880ab8242b')
+b2sums=('2a4fd1097b0ec314a1bc1b8d71982569e4937bcb6bce851b11e6e1bc4ed536811271fcb56934c04bebc005410691922fcb2eb80928d999abfc9a259d40f5d96d')
build() {
cd ${pkgname}-${pkgver}/cmd/gosec