yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/meilisearch/v0.29.3
vault / meilisearch / v0.29.3

meilisearch @ v0.29.3

integrity

size
12.5 MiB
downloaded
last checked
source https://github.com/meilisearch/meilisearch · available · github

release notes

🚨 Replace v0.29.2 which did not contain all the expected bug fixes.

⚠️ Like for v0.29.2, if you encountered one of these bugs, have already tried to download this version and still have the bug, it means your database is corrupted. The only way you can recover your data is to send your documents again in a fresh index. Using a dump will not work, either. We are sorry for the inconvenience

Bug fixes 🐞

download

unix · zip
curl -fL -o v0.29.3.zip https://ratatoskr.space/pkg/meilisearch/v0.29.3.zip
                    printf '%s  %s\n' 'fd1a3ae2455c5e81caa1b303d7296e7e1c2766b937286a605b4c9b13340c3390' 'v0.29.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v0.29.3.zip"
$out = "v0.29.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd1a3ae2455c5e81caa1b303d7296e7e1c2766b937286a605b4c9b13340c3390") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.29.3.tar.gz https://ratatoskr.space/pkg/meilisearch/v0.29.3.tar.gz
                    printf '%s  %s\n' '5a3116e4d81c15a4e65862c2f9efdb888c10e1a92ee6401a716f05bd3f8e1947' 'v0.29.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v0.29.3.tar.gz"
$out = "v0.29.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5a3116e4d81c15a4e65862c2f9efdb888c10e1a92ee6401a716f05bd3f8e1947") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.29.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.29.3.zip
                    printf '%s  %s\n' 'fd1a3ae2455c5e81caa1b303d7296e7e1c2766b937286a605b4c9b13340c3390' 'v0.29.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.29.3.zip"
$out = "v0.29.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fd1a3ae2455c5e81caa1b303d7296e7e1c2766b937286a605b4c9b13340c3390") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.29.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.29.3.tar.gz
                    printf '%s  %s\n' '5a3116e4d81c15a4e65862c2f9efdb888c10e1a92ee6401a716f05bd3f8e1947' 'v0.29.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.29.3.tar.gz"
$out = "v0.29.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5a3116e4d81c15a4e65862c2f9efdb888c10e1a92ee6401a716f05bd3f8e1947") { throw "sha256 mismatch" }
artifact format size hashes
v0.29.3.zip zip 12.5 MiB
blake3-24 3bd4a62578d0c4aa95322b0e6539682488c3fafd42d419c1
sha256 fd1a3ae2455c5e81caa1b303d7296e7e1c2766b937286a605b4c9b13340c3390
sha1 af5688ba0568d68b325eb91dfafb88fd64426069
v0.29.3.tar.gz tar.gz 12.4 MiB
blake3-24 1174089407f84ea70c3372c99760fde6f972594042ce008b
sha256 5a3116e4d81c15a4e65862c2f9efdb888c10e1a92ee6401a716f05bd3f8e1947
sha1 08adbcab3cd8f4fea44d097e9bf27625b8aaa36e

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v0.29.3.tar.gz"],
    integrity = "sha256-WjEW5NgcFaTmWGLC+e/biIwQ4aku5kAacW8FvT+OGUc=",
    strip_prefix = "meilisearch-v0.29.3",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v0.29.3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.29.3.tar.gz"],
    integrity = "sha256-WjEW5NgcFaTmWGLC+e/biIwQ4aku5kAacW8FvT+OGUc=",
    strip_prefix = "meilisearch-v0.29.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.29.3.tar.gz",
← v0.30.1v0.30.0 →