summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2024-01-20 00:20:18 +0100
committerVarakh2024-01-20 00:20:18 +0100
commita55059b38e92d9b429825a9a0659a2cd23dad7a8 (patch)
treee4049e14979dc5242d920af86b664196781bab0a
parent9142af0937a3e4490e1a0b49498c7fb3c372917a (diff)
downloadaur-a55059b38e92d9b429825a9a0659a2cd23dad7a8.tar.gz
Bump to 0.74.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 636b7a3dda34..5e555b8cf225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = grype-bin
pkgdesc = A vulnerability scanner for container images and filesystems.
- pkgver = 0.74.1
+ pkgver = 0.74.2
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
- source = https://github.com/anchore/grype/releases/download/v0.74.1/grype_0.74.1_linux_amd64.tar.gz
- sha256sums = 03b3728491b4237ac540a9e9b4cfe230efe2a052faa23547b93911614cb5b99c
+ source = https://github.com/anchore/grype/releases/download/v0.74.2/grype_0.74.2_linux_amd64.tar.gz
+ sha256sums = 740b86c3ac919af314d0247f4ee0dfa8124c475252fd934c23e8fe65ac8ea7ff
pkgname = grype-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4d40a6258b3b..a460a4b35dee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Varakh <varakh@varakh.de>
# Ex-Maintainer: Ray Del Rosario <michael@raydelrosario.com>
pkgname='grype-bin'
-pkgver=0.74.1
+pkgver=0.74.2
pkgrel=1
pkgdesc='A vulnerability scanner for container images and filesystems.'
url='https://github.com/anchore/grype'
arch=('x86_64')
license=('Apache')
source=("https://github.com/anchore/grype/releases/download/v${pkgver}/grype_${pkgver}_linux_amd64.tar.gz")
-sha256sums=('03b3728491b4237ac540a9e9b4cfe230efe2a052faa23547b93911614cb5b99c')
+sha256sums=('740b86c3ac919af314d0247f4ee0dfa8124c475252fd934c23e8fe65ac8ea7ff')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}