From d7f4cabe8fa7b756c63e0e33690c4fd9512efa05 Mon Sep 17 00:00:00 2001 From: Adam Chovanec Date: Fri, 25 Apr 2025 00:18:31 +0200 Subject: [PATCH] minor: use valid SPDX identifier for a license --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ea3bbb37db70..b2e84d1604af 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 7587e269bc96..f4310bcce839 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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() {