From 5df25a6cb7faa87e3c537b32c28c6ccb0d83322f Mon Sep 17 00:00:00 2001 From: Sam Hughes Date: Tue, 31 Jan 2023 23:40:26 -0800 Subject: [PATCH] rethinkdb: Update to version 2.4.3 (#4291) * Update rethinkdb.json to 2.4.3 * Update rethinkdb.json * Update rethinkdb.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/rethinkdb.json | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/bucket/rethinkdb.json b/bucket/rethinkdb.json index b4f007dc9d..2c272fafb0 100644 --- a/bucket/rethinkdb.json +++ b/bucket/rethinkdb.json @@ -1,14 +1,27 @@ { - "version": "2.3.6", + "version": "2.4.3", "description": "Scalable database for realtime web apps", "homepage": "https://www.rethinkdb.com/", "license": "Apache-2.0", "architecture": { "64bit": { - "url": "https://download.rethinkdb.com/repository/raw/windows/rethinkdb-2.3.6.zip", - "hash": "691993516f62d3495d02fa853e49d920b2ee63f8b7e86c73592c8036f0bfa328" + "url": "https://download.rethinkdb.com/repository/raw/windows/rethinkdb-2.4.3.zip", + "hash": "b40ba39cda2ec8d94d831dda77b42e2dbec4614259f052114c7781bef5e1a305" } }, - "extract_dir": "rethinkdb-2.3.6", - "bin": "rethinkdb.exe" + "extract_dir": "rethinkdb-2.4.3", + "bin": "rethinkdb.exe", + "checkver": { + "url": "https://download.rethinkdb.com/service/rest/repository/browse/raw/windows", + "regex": "rethinkdb-([\\d.]+)\\.zip", + "reverse": true + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://download.rethinkdb.com/repository/raw/windows/rethinkdb-$version.zip" + } + }, + "extract_dir": "rethinkdb-$version" + } }