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.30.5
vault / meilisearch / v0.30.5

meilisearch @ v0.30.5

integrity

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

release notes

🚨 Please prefer using v0.30.5 instead of any v0.30.4 and before.

⚠️ If you encountered the following bug, 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.30.5.zip https://ratatoskr.space/pkg/meilisearch/v0.30.5.zip
                    printf '%s  %s\n' 'cab85eb85aee776162b6f310d6fe29af6ac13478d3045b6d1b0c7515b788993a' 'v0.30.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v0.30.5.zip"
$out = "v0.30.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cab85eb85aee776162b6f310d6fe29af6ac13478d3045b6d1b0c7515b788993a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.30.5.tar.gz https://ratatoskr.space/pkg/meilisearch/v0.30.5.tar.gz
                    printf '%s  %s\n' 'ceed7b8ade7859572e5067aff492b72e09caacadd354b2e51552cafadf679afd' 'v0.30.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v0.30.5.tar.gz"
$out = "v0.30.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ceed7b8ade7859572e5067aff492b72e09caacadd354b2e51552cafadf679afd") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v0.30.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.5.zip
                    printf '%s  %s\n' 'cab85eb85aee776162b6f310d6fe29af6ac13478d3045b6d1b0c7515b788993a' 'v0.30.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.5.zip"
$out = "v0.30.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cab85eb85aee776162b6f310d6fe29af6ac13478d3045b6d1b0c7515b788993a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v0.30.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.5.tar.gz
                    printf '%s  %s\n' 'ceed7b8ade7859572e5067aff492b72e09caacadd354b2e51552cafadf679afd' 'v0.30.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.5.tar.gz"
$out = "v0.30.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ceed7b8ade7859572e5067aff492b72e09caacadd354b2e51552cafadf679afd") { throw "sha256 mismatch" }
artifact format size hashes
v0.30.5.zip zip 13.0 MiB
blake3-24 322a360b4cfd1257278688d90d50c6f471020162e39f871c
sha256 cab85eb85aee776162b6f310d6fe29af6ac13478d3045b6d1b0c7515b788993a
sha1 9458b54d7a394a0d7e170e7c44154705aadf9e23
v0.30.5.tar.gz tar.gz 12.8 MiB
blake3-24 7062b4238bc4456c35fc55f23ad70972a14cac19c333b39f
sha256 ceed7b8ade7859572e5067aff492b72e09caacadd354b2e51552cafadf679afd
sha1 741fddfc5e816f9d62b22e3f08a09ab7c75751af

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v0.30.5.tar.gz"],
    integrity = "sha256-zu17it54WVcuUGev9JK3LgnKrK3TVLLlFVLK+t9nmv0=",
    strip_prefix = "meilisearch-v0.30.5",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v0.30.5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.5.tar.gz"],
    integrity = "sha256-zu17it54WVcuUGev9JK3LgnKrK3TVLLlFVLK+t9nmv0=",
    strip_prefix = "meilisearch-v0.30.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v0.30.5.tar.gz",
← v1.0.0v0.30.4 →