summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2023-01-11 16:34:24 -0600
committerMiles McLean2023-01-11 16:34:24 -0600
commitd4a48c63d5834db52702ffe7357f78d765aa5a9a (patch)
tree1f51e9319698e34235f9c971cee588de018518f2
parent0fb1ef995af3eed0cb7bdfbbdb1eb62618934df8 (diff)
downloadaur-d4a48c63d5834db52702ffe7357f78d765aa5a9a.tar.gz
Updated version to 1.1085.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2646cc1c49a8..19eb2fed2293 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.1069.0
+ pkgver = 1.1085.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.1069.0
+ noextract = snyk-1.1085.0
options = !strip
- source = snyk-1.1069.0::https://github.com/snyk/snyk/releases/download/v1.1069.0/snyk-linux
- sha256sums = f8ee3b5863277a003978cec819ce2434cb7f3b0bc4e6b0411bd49e540f8f6edd
+ source = snyk-1.1085.0::https://github.com/snyk/snyk/releases/download/v1.1085.0/snyk-linux
+ sha256sums = 8a9276b25bfe8d29619c4eef3c71ce59c3c1c67b1df930521809c85251603ff2
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index d396cddd50bc..89b645208e52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.1069.0
+pkgver=1.1085.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=('f8ee3b5863277a003978cec819ce2434cb7f3b0bc4e6b0411bd49e540f8f6edd')
+sha256sums=('8a9276b25bfe8d29619c4eef3c71ce59c3c1c67b1df930521809c85251603ff2')
noextract=("${pkgname}-${pkgver}")
options=("!strip")