summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorimlonghao2020-02-04 14:26:40 +0000
committerimlonghao2020-02-04 14:26:40 +0000
commit7aa5158defec1bafeb0cbfcadde79a996c57768c (patch)
tree4fed8e87cd590e2bd64a09517b71de9d57a6e6b6
parentd53f9fc23b2a36d63b6b350a118bf589ead36ea2 (diff)
downloadaur-7aa5158defec1bafeb0cbfcadde79a996c57768c.tar.gz
New version v2.2.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28bbb47c5df3..848df654ec7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hao Long <aur@esd.cc>
pkgname=gosec
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
pkgdesc="Inspects source code for security problems by scanning the Go AST"
arch=("x86_64" "i686")
@@ -9,7 +9,7 @@ url="https://github.com/securego/gosec"
license=("Apache")
makedepends=("go")
source=("https://github.com/securego/gosec/archive/v${pkgver}.tar.gz")
-sha256sums=('0abf214788433bdd1884f3dab03dc9d073a8c7daaf778145bf27905da0feb1fd')
+sha256sums=('362effa1b0bd2798678a5a77b33984db430a432ba56d20feee41cfe35d5def6b')
build() {
cd ${pkgname}-${pkgver}/cmd/gosec