summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2020-10-28 12:07:24 -0500
committerMiles McLean2020-10-28 12:07:24 -0500
commit094a1cc3649c2846e37abf0007c212ac03dcbd22 (patch)
tree6e1bc43d2c0c226bd0eabdd0e4cd6f2c1409e7a5
parentcab2dd26be2b40f40485596ff6fdc23546c40651 (diff)
downloadaur-094a1cc3649c2846e37abf0007c212ac03dcbd22.tar.gz
Updated version to 1.421.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 30c8ad525b55..1ed255996630 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.420.1
+ pkgver = 1.421.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.420.1
+ noextract = snyk-1.421.0
options = !strip
- source = snyk-1.420.1::https://github.com/snyk/snyk/releases/download/v1.420.1/snyk-linux
- sha256sums = 61d7006a1741a276ec528f2c2467ec86c30c1db757522e9c5010f60142185fcf
+ source = snyk-1.421.0::https://github.com/snyk/snyk/releases/download/v1.421.0/snyk-linux
+ sha256sums = d31394eee2f85a38c035b80a82b71e31f335f7ece82d01bceb02d9323f20d903
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index 3d624df17e2b..bf29c350e38d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.420.1
+pkgver=1.421.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=('61d7006a1741a276ec528f2c2467ec86c30c1db757522e9c5010f60142185fcf')
+sha256sums=('d31394eee2f85a38c035b80a82b71e31f335f7ece82d01bceb02d9323f20d903')
noextract=("${pkgname}-${pkgver}")
options=("!strip")