diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-05-21 19:57:24 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-22 16:07:48 +0200 |
commit | 3a74a010116f4a76bad6100bb4a663e9423fffae (patch) | |
tree | e561a1a44049624140459b23ef9d024789c037e6 | |
parent | f0078e42d6ce2e03310fbc74b45b1eff20fc7d58 (diff) | |
download | buildroot-3a74a010116f4a76bad6100bb4a663e9423fffae.tar.gz buildroot-3a74a010116f4a76bad6100bb4a663e9423fffae.zip |
package/fio: bump version to 2.20, add hash
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/fio/fio.hash | 2 | ||||
-rw-r--r-- | package/fio/fio.mk | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/package/fio/fio.hash b/package/fio/fio.hash new file mode 100644 index 0000000000..7eb08140c5 --- /dev/null +++ b/package/fio/fio.hash @@ -0,0 +1,2 @@ +# Locally computed +sha256 1952db4d534221e6e8454f851dfcc38328b0ed4a3f499ea25a51ca2b5ccc8136 fio-fio-2.20.tar.gz diff --git a/package/fio/fio.mk b/package/fio/fio.mk index e7e9fbe2ec..c109f0795c 100644 --- a/package/fio/fio.mk +++ b/package/fio/fio.mk @@ -4,7 +4,7 @@ # ################################################################################ -FIO_VERSION = fio-2.13 +FIO_VERSION = fio-2.20 FIO_SITE = git://git.kernel.dk/fio.git FIO_LICENSE = GPL-2.0 + special obligations FIO_LICENSE_FILES = COPYING |