summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2021-03-08 10:48:52 -0600
committerMiles McLean2021-03-08 10:48:52 -0600
commite29ce2d492ed917372f9fb1fc6e570f65e8a3663 (patch)
tree4900d3a73bafd737f9dc1cb6e7ba733600719fd9
parent4e5cf4da2e4e0588259528f8f4c593ce0cd202b7 (diff)
downloadaur-e29ce2d492ed917372f9fb1fc6e570f65e8a3663.tar.gz
Updated version to 1.476.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f6a26d46da6..5eb31c35532b 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.456.0
+ pkgver = 1.476.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.456.0
+ noextract = snyk-1.476.0
options = !strip
- source = snyk-1.456.0::https://github.com/snyk/snyk/releases/download/v1.456.0/snyk-linux
- sha256sums = 0becf99478c0c52bafb66a4016c7a455b60d6c1a0df5c3c3ec47df34511b7088
+ source = snyk-1.476.0::https://github.com/snyk/snyk/releases/download/v1.476.0/snyk-linux
+ sha256sums = 2d1e0efcb1b369064b62519a185560769591fe1fe0cafe44d3e966398453d66f
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index 78597eb4124d..a228c3d5c7a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.456.0
+pkgver=1.476.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=('0becf99478c0c52bafb66a4016c7a455b60d6c1a0df5c3c3ec47df34511b7088')
+sha256sums=('2d1e0efcb1b369064b62519a185560769591fe1fe0cafe44d3e966398453d66f')
noextract=("${pkgname}-${pkgver}")
options=("!strip")