mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 21:43:04 +01:00
minor: use valid SPDX identifier for a license
This commit is contained in:
parent
a3812cc0a9
commit
d7f4cabe8f
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.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
|
||||
|
||||
|
|
|
|||
2
PKGBUILD
2
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue