From cf09bd93827222468fb9cc5b02bb50adf5ba4240 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Fri, 17 Jun 2022 11:47:07 +0530 Subject: [PATCH] rethinkdb: Remove checkver --- bucket/rethinkdb.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bucket/rethinkdb.json b/bucket/rethinkdb.json index fa543518d7..b4f007dc9d 100644 --- a/bucket/rethinkdb.json +++ b/bucket/rethinkdb.json @@ -10,9 +10,5 @@ } }, "extract_dir": "rethinkdb-2.3.6", - "bin": "rethinkdb.exe", - "checkver": { - "url": "https://rethinkdb.com/docs/install/windows/", - "regex": "/windows/rethinkdb-([\\d.]+)\\.zip\">" - } + "bin": "rethinkdb.exe" }