summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2023-03-16 10:57:50 -0500
committerMiles McLean2023-03-16 10:57:50 -0500
commite48c869606a398b1847654f009baee3cabb78ac4 (patch)
tree4a55854404962cbbf3d3e56feba83746da1e6682
parentd4a48c63d5834db52702ffe7357f78d765aa5a9a (diff)
downloadaur-e48c869606a398b1847654f009baee3cabb78ac4.tar.gz
Updated version to 1.1119.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19eb2fed2293..4340792945bb 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.1085.0
+ pkgver = 1.1119.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.1085.0
+ noextract = snyk-1.1119.0
options = !strip
- source = snyk-1.1085.0::https://github.com/snyk/snyk/releases/download/v1.1085.0/snyk-linux
- sha256sums = 8a9276b25bfe8d29619c4eef3c71ce59c3c1c67b1df930521809c85251603ff2
+ source = snyk-1.1119.0::https://github.com/snyk/snyk/releases/download/v1.1119.0/snyk-linux
+ sha256sums = 31521b5addf3ed457d7bfc385e868374659b3875e9239db0d6cd6637237e0b18
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index 89b645208e52..42341f646f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.1085.0
+pkgver=1.1119.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=('8a9276b25bfe8d29619c4eef3c71ce59c3c1c67b1df930521809c85251603ff2')
+sha256sums=('31521b5addf3ed457d7bfc385e868374659b3875e9239db0d6cd6637237e0b18')
noextract=("${pkgname}-${pkgver}")
options=("!strip")