summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2022-03-10 17:22:46 -0600
committerMiles McLean2022-03-10 17:22:46 -0600
commit692a84a1721ca3afb2a97aaa78f354ad8fca3c32 (patch)
tree727ccc04ea37974c556d1e0ab53cbaad4b7fed38
parent6e57a56ccbd61317ec36f7cf6730a46aca7114fb (diff)
downloadaur-692a84a1721ca3afb2a97aaa78f354ad8fca3c32.tar.gz
Updated version to 1.866.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4649c45e021a..e64b255f13a0 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.864.0
+ pkgver = 1.866.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.864.0
+ noextract = snyk-1.866.0
options = !strip
- source = snyk-1.864.0::https://github.com/snyk/snyk/releases/download/v1.864.0/snyk-linux
- sha256sums = b94fba20c79747e9bea082fd23f2c582faf95f582fd737b65454894699732159
+ source = snyk-1.866.0::https://github.com/snyk/snyk/releases/download/v1.866.0/snyk-linux
+ sha256sums = 256b7c44bf57c0c3988f241a4d5b619fae482911027296394df624a0391a737c
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index 167efdb7241f..8013fad5fcd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.864.0
+pkgver=1.866.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=('b94fba20c79747e9bea082fd23f2c582faf95f582fd737b65454894699732159')
+sha256sums=('256b7c44bf57c0c3988f241a4d5b619fae482911027296394df624a0391a737c')
noextract=("${pkgname}-${pkgver}")
options=("!strip")