mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
package/fio: bump version to 3.41
For change log since 3.38, see: https://git.kernel.dk/cgit/fio/log/?h=fio-3.41 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
15bf67b3af
commit
215133c0fc
2 changed files with 4 additions and 4 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# From https://brick.kernel.dk/snaps/MD5SUMS
|
||||
md5 2223cf30dc799a838d92193aa5aa41d2 fio-3.38.tar.gz
|
||||
md5 3cd7ea766be83b560a14c909cdd35889 fio-3.41.tar.gz
|
||||
# Locally computed after checking gpg signature from
|
||||
# https://brick.kernel.dk/snaps/fio-3.38.tar.gz.asc
|
||||
# https://brick.kernel.dk/snaps/fio-3.41.tar.gz.asc
|
||||
# with key C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6
|
||||
sha256 a5b63518558004292c7ec60fef90163f59957d7e1dce6f4cb87e9dc75d4dfc48 fio-3.38.tar.gz
|
||||
sha256 a40b45112005e30a67bab6be4860b198c35104a628b6ec4d15720d62b5d1bab9 fio-3.41.tar.gz
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
sha256 8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c MORAL-LICENSE
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
################################################################################
|
||||
|
||||
FIO_VERSION = 3.38
|
||||
FIO_VERSION = 3.41
|
||||
FIO_SITE = https://brick.kernel.dk/snaps
|
||||
FIO_LICENSE = GPL-2.0
|
||||
FIO_LICENSE_FILES = COPYING MORAL-LICENSE
|
||||
|
|
|
|||
Loading…
Reference in a new issue