summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-09-25 09:22:31 +1200
committercaltlgin2020-09-25 09:22:31 +1200
commit8032841c5f4ed07780cdb3b4aa64b15c1962d670 (patch)
treeba50cf5829fb63f1a432cd024acda759aceca4b0
parentb9a12e8de7b5a5b9725032e8fcb664bb8d936828 (diff)
downloadaur-8032841c5f4ed07780cdb3b4aa64b15c1962d670.tar.gz
Update to v2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35445f257a2d..d847ba31d259 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = nuclei
pkgdesc = Fast tool for configurable targeted scanning based on templates offering massive extensibility and ease of use
- pkgver = 2.1.0
+ pkgver = 2.1.1
pkgrel = 1
url = https://github.com/projectdiscovery/nuclei
arch = x86_64
license = MIT
makedepends = go
provides = nuclei
- source = nuclei-2.1.0.tar.gz::https://github.com/projectdiscovery/nuclei/archive/v2.1.0.tar.gz
- sha256sums = 744bb5a04e79e74970fe163183d673be58c0a3a3db6a9481cafbaaaa93bbebeb
+ source = nuclei-2.1.1.tar.gz::https://github.com/projectdiscovery/nuclei/archive/v2.1.1.tar.gz
+ sha256sums = 341a809d7129166045a64db4187576fd23c4304a062b0e1586fee0e0743cc1c0
pkgname = nuclei
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}"