diff --git a/bucket/meilisearch.json b/bucket/meilisearch.json new file mode 100644 index 0000000000..7e8f503e1e --- /dev/null +++ b/bucket/meilisearch.json @@ -0,0 +1,21 @@ +{ + "version": "1.7.6", + "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.7.6/meilisearch-windows-amd64.exe#/meilisearch.exe", + "hash": "1d97fb1f72e429ed93d334a63213602273488815dbfee12a9d7e4990b8ec4cb7" + } + }, + "bin": "meilisearch.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/meilisearch/meilisearch/releases/download/v$version/meilisearch-windows-amd64.exe#/meilisearch.exe" + } + } + } +}