summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2020-11-03 10:42:54 -0600
committerMiles McLean2020-11-03 10:42:54 -0600
commit5b22832f11149a02ea49faa401e1d86f2cc6e448 (patch)
treebfa7e6290a370fca9cf8099d1c2c621528cd199c
parent094a1cc3649c2846e37abf0007c212ac03dcbd22 (diff)
downloadaur-5b22832f11149a02ea49faa401e1d86f2cc6e448.tar.gz
Updated version to 1.424.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ed255996630..7342bdfe7ab4 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.421.0
+ pkgver = 1.424.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.421.0
+ noextract = snyk-1.424.0
options = !strip
- source = snyk-1.421.0::https://github.com/snyk/snyk/releases/download/v1.421.0/snyk-linux
- sha256sums = d31394eee2f85a38c035b80a82b71e31f335f7ece82d01bceb02d9323f20d903
+ source = snyk-1.424.0::https://github.com/snyk/snyk/releases/download/v1.424.0/snyk-linux
+ sha256sums = 27770f8bb902eda12716c71c63a49b44c6fc51865b4ecbb9211cba8efa49df73
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index bf29c350e38d..0e4067d898ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.421.0
+pkgver=1.424.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=('d31394eee2f85a38c035b80a82b71e31f335f7ece82d01bceb02d9323f20d903')
+sha256sums=('27770f8bb902eda12716c71c63a49b44c6fc51865b4ecbb9211cba8efa49df73')
noextract=("${pkgname}-${pkgver}")
options=("!strip")