@@ 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