summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2020-04-29 09:59:31 -0500
committerMiles McLean2020-04-29 09:59:31 -0500
commit332eb975eadcf4ef57df81a84424a69f520ec190 (patch)
tree911026743aeeb19e2f27bd60c614ff4daf4216b7
parente85eb2fd32622fdab70354ade2ed296355699924 (diff)
downloadaur-332eb975eadcf4ef57df81a84424a69f520ec190.tar.gz
Updated version to 1.315.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a7f6b891e10..e9b5d2a19843 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.314.0
+ pkgver = 1.315.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.314.0
+ noextract = snyk-1.315.0
options = !strip
- source = snyk-1.314.0::https://github.com/snyk/snyk/releases/download/v1.314.0/snyk-linux
- sha256sums = 1abc6aaf06fb3f8d867096afa53d8dddc14417398569137cef51f765d43c1b0f
+ source = snyk-1.315.0::https://github.com/snyk/snyk/releases/download/v1.315.0/snyk-linux
+ sha256sums = 62c0f16b1bad7b91ea07a610ecaaa9a4c8f5c609c2b52196547b2686fc5e0d45
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index 8f329eaa5edb..9728153f5acf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.314.0
+pkgver=1.315.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=('1abc6aaf06fb3f8d867096afa53d8dddc14417398569137cef51f765d43c1b0f')
+sha256sums=('62c0f16b1bad7b91ea07a610ecaaa9a4c8f5c609c2b52196547b2686fc5e0d45')
noextract=("${pkgname}-${pkgver}")
options=("!strip")