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 2819540ec8e8..cafb2ba3a3fd 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.945.0
+ pkgver = 1.947.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.945.0
+ noextract = snyk-1.947.0
options = !strip
- source = snyk-1.945.0::https://github.com/snyk/snyk/releases/download/v1.945.0/snyk-linux
- sha256sums = adc778f5ae524a7b600e51a72c79681c55fb43dbac7753b5b57c8b6fcf913bfc
+ source = snyk-1.947.0::https://github.com/snyk/snyk/releases/download/v1.947.0/snyk-linux
+ sha256sums = 506ec980df01b3104fc7b23d3215fea9edfcc685528e38984a620f5760139be7
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index bef00b00e0e1..f8c2c5a09814 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.945.0
+pkgver=1.947.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=('adc778f5ae524a7b600e51a72c79681c55fb43dbac7753b5b57c8b6fcf913bfc')
+sha256sums=('506ec980df01b3104fc7b23d3215fea9edfcc685528e38984a620f5760139be7')
noextract=("${pkgname}-${pkgver}")
options=("!strip")