minor: use valid SPDX identifier for a license

This commit is contained in:
Adam Chovanec 2025-04-25 00:18:31 +02:00
parent a3812cc0a9
commit d7f4cabe8f
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ pkgbase = grype-bin
pkgrel = 1
url = https://github.com/anchore/grype
arch = x86_64
license = Apache
license = Apache-2.0
source = https://github.com/anchore/grype/releases/download/v0.91.1/grype_0.91.1_linux_amd64.tar.gz
sha256sums = a91873e6d28a7b084e1c7d8ff04482310ec7779cf9e712a96af8beacefbac999

View file

@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A vulnerability scanner for container images and filesystems.'
url='https://github.com/anchore/grype'
arch=('x86_64')
license=('Apache')
license=('Apache-2.0')
source=("https://github.com/anchore/grype/releases/download/v${pkgver}/grype_${pkgver}_linux_amd64.tar.gz")
sha256sums=('a91873e6d28a7b084e1c7d8ff04482310ec7779cf9e712a96af8beacefbac999')
package() {