summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93ea38ac3682..47db2a8dc747 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = snyk
pkgdesc = CLI and build-time tool to find & fix known vulnerabilities in open-source dependencies
- pkgver = 1.1000.0
+ pkgver = 1.1002.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.1000.0
+ noextract = snyk-1.1002.0
options = !strip
- source = snyk-1.1000.0::https://github.com/snyk/snyk/releases/download/v1.1000.0/snyk-linux
- sha256sums = a6cb9804ff368a79294cc64546668a3e515b7324e1093300089658994c541213
+ source = snyk-1.1002.0::https://github.com/snyk/snyk/releases/download/v1.1002.0/snyk-linux
+ sha256sums = 3f3d23b30805b9015115b380b2c51564e88587b576888c0ccff4bcab3f8982cd
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index d705b220ce3e..3af72188e838 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.1000.0
+pkgver=1.1002.0
pkgrel=1
pkgdesc='CLI and build-time tool to find & fix known vulnerabilities in open-source dependencies'
arch=('i686' 'x86_64')
url='https://github.com/snyk/snyk'
license=('apache')
source=("${pkgname}-${pkgver}"::"https://github.com/snyk/snyk/releases/download/v${pkgver}/snyk-linux")
-sha256sums=('a6cb9804ff368a79294cc64546668a3e515b7324e1093300089658994c541213')
+sha256sums=('3f3d23b30805b9015115b380b2c51564e88587b576888c0ccff4bcab3f8982cd')
noextract=("${pkgname}-${pkgver}")
options=("!strip")