summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f1302d87a02..244aa0883fdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
-pkgname=nuclei
-pkgver=2.1.0
+pkgname='nuclei'
+pkgver=2.1.1
pkgrel=1
pkgdesc='Fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('go')
provides=("${pkgname}")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('744bb5a04e79e74970fe163183d673be58c0a3a3db6a9481cafbaaaa93bbebeb')
+sha256sums=('341a809d7129166045a64db4187576fd23c4304a062b0e1586fee0e0743cc1c0')
build() {
export CGO_CPPFLAGS="${CPPFLAGS}"