summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarakh2024-04-15 23:49:33 +0200
committerVarakh2024-04-15 23:49:33 +0200
commit0e14e8e289e09787ba50d2034f311e2296524150 (patch)
tree72d23bb0ebda467f9e2e9831e063d957754a6ce3
parent53d70c56b0ac2d52f290b4f58a8dbd6d968d0b84 (diff)
downloadaur-0e14e8e289e09787ba50d2034f311e2296524150.tar.gz
Bump to 0.76.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49d42a657f7b..2a5d28c928f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = grype-bin
pkgdesc = A vulnerability scanner for container images and filesystems.
- pkgver = 0.75.0
+ pkgver = 0.76.0
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
- source = https://github.com/anchore/grype/releases/download/v0.75.0/grype_0.75.0_linux_amd64.tar.gz
- sha256sums = 2a087c9ca09969d0e4aa7a14132b5dd2cdb8f050446c1d4b9095044309ee3aec
+ source = https://github.com/anchore/grype/releases/download/v0.76.0/grype_0.76.0_linux_amd64.tar.gz
+ sha256sums = ed2be05852369530a99095d491728ca529f8f5a695adaf554196eff7b5efe4e8
pkgname = grype-bin
diff --git a/PKGBUILD b/PKGBUILD
index e9c5ed5dd09d..a79e5648b455 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.75.0
+pkgver=0.76.0
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=('2a087c9ca09969d0e4aa7a14132b5dd2cdb8f050446c1d4b9095044309ee3aec')
+sha256sums=('ed2be05852369530a99095d491728ca529f8f5a695adaf554196eff7b5efe4e8')
package() {
install -Dm755 "$srcdir/grype" "${pkgdir}/usr/bin/grype"
}