summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2022-05-03 11:24:18 -0500
committerMiles McLean2022-05-03 11:24:18 -0500
commit8981ed4055e1a40b1986bc65cc3870e9c9b68d9b (patch)
tree9226b9fd0c74ea1fe173a7f43d6253399275fb47
parent913378f88dce19fdd3e2f5dafbe6ee17afc9ba28 (diff)
downloadaur-8981ed4055e1a40b1986bc65cc3870e9c9b68d9b.tar.gz
Updated version to 1.917.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a29733642e6f..c3655dfee237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = snyk
pkgdesc = CLI and build-time tool to find & fix known vulnerabilities in open-source dependencies
- pkgver = 1.909.0
+ pkgver = 1.917.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.909.0
+ noextract = snyk-1.917.0
options = !strip
- source = snyk-1.909.0::https://github.com/snyk/snyk/releases/download/v1.909.0/snyk-linux
- sha256sums = 4b3f7e064b44a3d1f24062b35a436ad23e6e909dc7450eb0f93734d41787bd84
+ source = snyk-1.917.0::https://github.com/snyk/snyk/releases/download/v1.917.0/snyk-linux
+ sha256sums = e8df6cec5b23eb2aa2a22155f15e2bd355a46f70667190635a2d5c7b37c85e0d
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index c4666b02f0b9..4dae39b62f63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.909.0
+pkgver=1.917.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=('4b3f7e064b44a3d1f24062b35a436ad23e6e909dc7450eb0f93734d41787bd84')
+sha256sums=('e8df6cec5b23eb2aa2a22155f15e2bd355a46f70667190635a2d5c7b37c85e0d')
noextract=("${pkgname}-${pkgver}")
options=("!strip")