summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiles McLean2023-12-14 10:49:22 -0600
committerMiles McLean2023-12-14 10:49:22 -0600
commit22d898b4ac466ca42ea710c8b039a0153b040ec1 (patch)
treeb4104af0615af0cbcf1f6dbc60ec04bfbdf0457a
parent7f89677b5f40a813d6faa506ddc6b8a1ffd209e5 (diff)
downloadaur-22d898b4ac466ca42ea710c8b039a0153b040ec1.tar.gz
Updated version to 1.1264.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2184a5e9ec5..3a6c96fffa4e 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.1206.0
+ pkgver = 1.1264.0
pkgrel = 1
url = https://github.com/snyk/snyk
arch = i686
arch = x86_64
license = apache
- noextract = snyk-1.1206.0
+ noextract = snyk-1.1264.0
options = !strip
- source = snyk-1.1206.0::https://github.com/snyk/snyk/releases/download/v1.1206.0/snyk-linux
- sha256sums = 01972a9466310421e944c883bd1c0783ac0aa666113482512e7ef529c0ff1119
+ source = snyk-1.1264.0::https://github.com/snyk/snyk/releases/download/v1.1264.0/snyk-linux
+ sha256sums = 0e313ed0f5ad870eb93a90f3c274715c1d39a1c95f8010e90a385cbec056fca0
pkgname = snyk
diff --git a/PKGBUILD b/PKGBUILD
index d2efe6579a97..3fd8714754f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Miles McLean <mills00013@gmail.com>
pkgname=snyk
-pkgver=1.1206.0
+pkgver=1.1264.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=('01972a9466310421e944c883bd1c0783ac0aa666113482512e7ef529c0ff1119')
+sha256sums=('0e313ed0f5ad870eb93a90f3c274715c1d39a1c95f8010e90a385cbec056fca0')
noextract=("${pkgname}-${pkgver}")
options=("!strip")