package/mmc-utils: bump version to 1.0
This is the first tagged version of the package, so replace commit SHA with version tag. Change log since last version bump: d8a8358a7207 mmc-utils: Pass key_mac buffer to rpmb_get_key() a23ad7875b89 mmc-utils: Start to use the generic print_usage function e769d44ecb77 mmc-utils: Introduce a generic print_usage function 6586fa5535dc mmc-utils: Simplify and streamline print_help function ec75d4b3b671 mmc-utils: Remove unused adv_help member from struct Command Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f28f34e200
commit
e339bef04b
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 e10cd7fded5f248d515fe40e35f73fe491e87e4b608ca857afa40fcb8cda1ae2 mmc-utils-c515ea2e1cebfbf9d81aa6a5c1bf67a79d2a7e58-git4.tar.gz
|
||||
sha256 39e6a89e06b53f99816f110af6743d1adc82220b26c51b0c3fd0a11ccf4206c2 mmc-utils-1.0.tar.gz
|
||||
sha256 49cd65f67b516078ff7e0dbe639972dad21ed3858246e3969fc8a8fc2a4dca66 README
|
||||
|
||||
@@ -4,9 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MMC_UTILS_VERSION = c515ea2e1cebfbf9d81aa6a5c1bf67a79d2a7e58
|
||||
MMC_UTILS_SITE = https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
|
||||
MMC_UTILS_SITE_METHOD = git
|
||||
MMC_UTILS_VERSION = 1.0
|
||||
MMC_UTILS_SITE = https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/snapshot
|
||||
MMC_UTILS_LICENSE = GPL-2.0
|
||||
MMC_UTILS_LICENSE_FILES = README
|
||||
|
||||
|
||||
Reference in New Issue
Block a user