~amirouche/asyncio-foundationdb

8722552f2ad19310f646a1643254c11ee6ce9569 — Amirouche 11 months ago 0c8ece3 v0.11.3.dev0
makefile: bump foundationdb @ 7.2.0
1 files changed, 2 insertions(+), 2 deletions(-)

M makefile
M makefile => makefile +2 -2
@@ 1,7 1,7 @@
.PHONY: help doc

FDB_CLIENT="https://github.com/apple/foundationdb/releases/download/6.3.22/foundationdb-clients_6.3.22-1_amd64.deb"
FDB_SERVER="https://github.com/apple/foundationdb/releases/download/6.3.22/foundationdb-server_6.3.22-1_amd64.deb"
FDB_CLIENT="https://github.com/apple/foundationdb/releases/download/7.2.0/foundationdb-clients_7.2.0-1_amd64.deb"
FDB_SERVER="https://github.com/apple/foundationdb/releases/download/7.2.0/foundationdb-server_7.2.0-1_amd64.deb"

help: ## This help.
	@awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | sort