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 b063cf9a5066..1f6e916161fd 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.993.0
+ pkgver = 1.996.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.993.0
+ noextract = snyk-1.996.0
options = !strip
- source = snyk-1.993.0::https://github.com/snyk/snyk/releases/download/v1.993.0/snyk-linux
- sha256sums = 803757b40cef5ab22334d0c72e43013e10bc816071f8304b528ef8b0fa6c9d02
+ source = snyk-1.996.0::https://github.com/snyk/snyk/releases/download/v1.996.0/snyk-linux
+ sha256sums = 9490251c6836ff3a851865beab2c815f7956a611779f86ae0701fd80b884e980
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index 0b6997bbc6aa..01313abef3d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.993.0
+pkgver=1.996.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=('803757b40cef5ab22334d0c72e43013e10bc816071f8304b528ef8b0fa6c9d02')
+sha256sums=('9490251c6836ff3a851865beab2c815f7956a611779f86ae0701fd80b884e980')
noextract=("${pkgname}-${pkgver}")
options=("!strip")