Commit b40f4d93 authored by Michal Berger's avatar Michal Berger Committed by Tomasz Zawadzki
Browse files

pkgdep/git: Bump fio's version to the latest release (3.35)

parent 3a0fa0fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ function install_rocksdb() {
function install_fio() {
	# This version of fio is installed in /usr/src/fio to enable
	# building the spdk fio plugin.
	local fio_version="fio-3.28"
	local fio_version="fio-3.35"

	if [ ! -d /usr/src/fio ]; then
		if [ ! -d fio ]; then