summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2020-10-20 09:56:50 -0500
committerMiles McLean2020-10-20 09:56:50 -0500
commit3f074ff4e1806d7e7f0d06818571f9b5c27d7df3 (patch)
treeeaf1c2cdb60b41bc1a8e797d4f6080cc93208957
parentbfeedab06dca59c23f501a6ade4d54ef5833ee82 (diff)
downloadaur-3f074ff4e1806d7e7f0d06818571f9b5c27d7df3.tar.gz
Updated version to 1.419.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9e33db33d31..f61332113de3 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.392.1
+ pkgver = 1.419.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.392.1
+ noextract = snyk-1.419.0
options = !strip
- source = snyk-1.392.1::https://github.com/snyk/snyk/releases/download/v1.392.1/snyk-linux
- sha256sums = cf3cf3c6e8712c93514f129f6cf69adeb24297dbc7528c8d081f22188f64c431
+ source = snyk-1.419.0::https://github.com/snyk/snyk/releases/download/v1.419.0/snyk-linux
+ sha256sums = 5fa4ef48e15a26bb1bb6cd5e0a48c5ccdbb9d625bb1f0180cced59fc722ffc84
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index adeddf4069d1..06ea20cf1ca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.392.1
+pkgver=1.419.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=('cf3cf3c6e8712c93514f129f6cf69adeb24297dbc7528c8d081f22188f64c431')
+sha256sums=('5fa4ef48e15a26bb1bb6cd5e0a48c5ccdbb9d625bb1f0180cced59fc722ffc84')
noextract=("${pkgname}-${pkgver}")
options=("!strip")