From dd06cbff61ca49e54d562639659c2038941139ef Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 12:31:09 +0000 Subject: [PATCH] meilisearch: Update to version 1.8.1 --- bucket/meilisearch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/meilisearch.json b/bucket/meilisearch.json index e96578a2c8..e33f5b9576 100644 --- a/bucket/meilisearch.json +++ b/bucket/meilisearch.json @@ -1,12 +1,12 @@ { - "version": "1.8.0", + "version": "1.8.1", "description": "An open-source RESTful search API written in Rust", "homepage": "https://github.com/meilisearch/meilisearch", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/meilisearch/meilisearch/releases/download/v1.8.0/meilisearch-windows-amd64.exe#/meilisearch.exe", - "hash": "eaf00443571e2c3567ef21918635c94955a71b9014a4c8e11a5b0c4ae1a67706" + "url": "https://github.com/meilisearch/meilisearch/releases/download/v1.8.1/meilisearch-windows-amd64.exe#/meilisearch.exe", + "hash": "d8de8a898ea28431591af942a4a736351d50a1a4ba671cfa464bc8347e13781e" } }, "bin": "meilisearch.exe",