summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2020-11-18 13:37:55 -0600
committerMiles McLean2020-11-18 13:37:55 -0600
commitb50031d9cc864efd0ee993ba02df794e202abbd2 (patch)
tree87fa1e65e56063a872afc9cfd6899aad8056df82
parent5b22832f11149a02ea49faa401e1d86f2cc6e448 (diff)
downloadaur-b50031d9cc864efd0ee993ba02df794e202abbd2.tar.gz
Updated version to 1.428.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7342bdfe7ab4..5fa3c34b816b 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.424.0
+ pkgver = 1.428.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.424.0
+ noextract = snyk-1.428.0
options = !strip
- source = snyk-1.424.0::https://github.com/snyk/snyk/releases/download/v1.424.0/snyk-linux
- sha256sums = 27770f8bb902eda12716c71c63a49b44c6fc51865b4ecbb9211cba8efa49df73
+ source = snyk-1.428.0::https://github.com/snyk/snyk/releases/download/v1.428.0/snyk-linux
+ sha256sums = e1a0f3d0bd5271d8ee923f9c4196d71c6638fb032f0a01d0060e4c2cdeaf60b0
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index 0e4067d898ce..51c3ee34c7c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.424.0
+pkgver=1.428.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=('27770f8bb902eda12716c71c63a49b44c6fc51865b4ecbb9211cba8efa49df73')
+sha256sums=('e1a0f3d0bd5271d8ee923f9c4196d71c6638fb032f0a01d0060e4c2cdeaf60b0')
noextract=("${pkgname}-${pkgver}")
options=("!strip")