summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVarakh2024-04-15 23:49:33 +0200
committerVarakh2024-04-15 23:49:33 +0200
commit0e14e8e289e09787ba50d2034f311e2296524150 (patch)
tree72d23bb0ebda467f9e2e9831e063d957754a6ce3 /PKGBUILD
parent53d70c56b0ac2d52f290b4f58a8dbd6d968d0b84 (diff)
downloadaur-0e14e8e289e09787ba50d2034f311e2296524150.tar.gz
Bump to 0.76.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"
}