package/ima-evm-utils: bump version to 1.6.2
This version also reintroduced COPYING COPYING.LGPL, therefore add them to IMA_EVM_UTILS_LICENSE_FILES. The hash change in LICENSES.txt is just due to the addition of the reference to the re-introduced COPYING and COPYING.LGPL files. Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
684843620a
commit
88c7ef62df
2 changed files with 8 additions and 5 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# https://github.com/linux-integrity/ima-evm-utils/releases/download/v1.6/ima-evm-utils-1.6.tar.gz.sha256
|
||||
sha256 3d09e77a09e985b285891f13d458653f44913879147679dce30bdbf00380d40e ima-evm-utils-1.6.tar.gz
|
||||
sha256 d037fb0b5fdb4d1e09e246a56bdb8049fc6d9b1f9270c0ec2ae4bc8f9285165b LICENSES.txt
|
||||
# https://github.com/linux-integrity/ima-evm-utils/releases/download/v1.6.2/ima-evm-utils-1.6.2.tar.gz.sha256
|
||||
sha256 9346a5ccd5ca77caf6a9d2ac0d83873c04d0372414a632126df4e7a88bedff4a ima-evm-utils-1.6.2.tar.gz
|
||||
# locally computed
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
sha256 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366 COPYING.LGPL
|
||||
sha256 9d2cf91f1292121f94b412abfdea1dd2d83984704f594b0a14de88d7b1cfb42c LICENSES.txt
|
||||
|
|
|
|||
|
|
@ -4,10 +4,10 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
IMA_EVM_UTILS_VERSION = 1.6
|
||||
IMA_EVM_UTILS_VERSION = 1.6.2
|
||||
IMA_EVM_UTILS_SITE = https://github.com/linux-integrity/ima-evm-utils/releases/download/v$(IMA_EVM_UTILS_VERSION)
|
||||
IMA_EVM_UTILS_LICENSE = LGPL-2.0+ (libimaevm), GPL-2.0+ (evmctl)
|
||||
IMA_EVM_UTILS_LICENSE_FILES = LICENSES.txt
|
||||
IMA_EVM_UTILS_LICENSE_FILES = LICENSES.txt COPYING COPYING.LGPL
|
||||
IMA_EVM_UTILS_INSTALL_STAGING = YES
|
||||
IMA_EVM_UTILS_DEPENDENCIES = host-pkgconf keyutils openssl tpm2-tss
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue