summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2020-05-13 08:14:21 -0500
committerMiles McLean2020-05-13 08:14:21 -0500
commit7a65cd9992c2e15d10224947167f08b54c5e20fc (patch)
tree2068556bd6df4ba87d06e8d812564f44a7709937
parent5ad72ca41f2230dc78eecddb701a3be0190311c8 (diff)
downloadaur-7a65cd9992c2e15d10224947167f08b54c5e20fc.tar.gz
Updated version to 1.320.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24dceddaf635..960c364e107a 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.320.2
+ pkgver = 1.320.3
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.320.2
+ noextract = snyk-1.320.3
options = !strip
- source = snyk-1.320.2::https://github.com/snyk/snyk/releases/download/v1.320.2/snyk-linux
- sha256sums = 4acf5e1f12daa20b2a6cc8a37caa17974e15515e35737b8923f5a615ad7c5f40
+ source = snyk-1.320.3::https://github.com/snyk/snyk/releases/download/v1.320.3/snyk-linux
+ sha256sums = 642c902d29648ec0b9ef30f56858d9a2694c0d7a381e05528f2a0fd3da9da4b3
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index 43e715379bac..8f62652a18b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.320.2
+pkgver=1.320.3
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=('4acf5e1f12daa20b2a6cc8a37caa17974e15515e35737b8923f5a615ad7c5f40')
+sha256sums=('642c902d29648ec0b9ef30f56858d9a2694c0d7a381e05528f2a0fd3da9da4b3')
noextract=("${pkgname}-${pkgver}")
options=("!strip")