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 50580511ee32..73b5feaaf353 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = snyk
pkgdesc = CLI and build-time tool to find & fix known vulnerabilities in open-source dependencies
- pkgver = 1.366.2
+ pkgver = 1.367.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.366.2
+ noextract = snyk-1.367.0
options = !strip
- source = snyk-1.366.2::https://github.com/snyk/snyk/releases/download/v1.366.2/snyk-linux
- sha256sums = 82e7a363c1ed85d89764a810f0dcb76baed45d15f783ffe692e439836a1f4f7e
+ source = snyk-1.367.0::https://github.com/snyk/snyk/releases/download/v1.367.0/snyk-linux
+ sha256sums = 7c6039f0130d9dc5c014a1dc2509103a6b040270334bb5cffd7f09e50839eb63
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index 43835380a7e3..dab136089f92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.366.2
+pkgver=1.367.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=('82e7a363c1ed85d89764a810f0dcb76baed45d15f783ffe692e439836a1f4f7e')
+sha256sums=('7c6039f0130d9dc5c014a1dc2509103a6b040270334bb5cffd7f09e50839eb63')
noextract=("${pkgname}-${pkgver}")
options=("!strip")