summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRay Del Rosario2022-05-23 19:46:23 -0500
committerRay Del Rosario2022-05-23 19:46:23 -0500
commit8ff62f12ca24cd173a4a7964d6732ef3a7cd5ae0 (patch)
tree01fa9792694ec9a378b403c13990a358989d6abe /PKGBUILD
parentb15b6471e5df14912349882e5cd007d4298b962b (diff)
downloadaur-8ff62f12ca24cd173a4a7964d6732ef3a7cd5ae0.tar.gz
Upgrade and rename package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24787c66e3f5..b21dea0f68e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Ray Del Rosario <michael@raydelrosario.com>
-pkgname='grype'
-pkgver=0.36.0
+pkgname='grype-bin'
+pkgver=0.38.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=('fdff25043ad2ff5b142a28f418b504ef0f0f2fa2cabb8e71061179be08ad7a81')
+sha256sums=('da3e8d90bdbf0917034c35d745e6d53aa80f9e7034d75ae71056e07a22fd0a13')
package() {
- install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/${pkgname}"
+ install -Dm755 "$srcdir/grype" "${pkgdir}/usr/local/bin/grype"
}