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/v1.28.0
vault / meilisearch / v1.28.0

meilisearch @ v1.28.0

integrity

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

release notes

This release introduces improvements to language support and separates the community and enterprise binary editions. We now offer binaries under the BUSL-1.1 license, identified by the "enterprise" term in their names, in addition to our MIT-licensed binaries, which retain their original names. Docker images for the enterprise edition are available in the getmeili/meilisearch-enterprise repository.

📝 Licensing

✨ Enhancement

🔩 Miscellaneous

🫂 New Contributors

Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.27.0...v1.28.0

download

unix · zip
curl -fL -o v1.28.0.zip https://ratatoskr.space/pkg/meilisearch/v1.28.0.zip
                    printf '%s  %s\n' '2ac6ed5bef9fd3df7b98eb96cdf7662529531cdea53332be503a8234828d2e61' 'v1.28.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.28.0.zip"
$out = "v1.28.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2ac6ed5bef9fd3df7b98eb96cdf7662529531cdea53332be503a8234828d2e61") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.28.0.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.28.0.tar.gz
                    printf '%s  %s\n' 'cc21d799bf0abb7de85c0d0cabaa5374cb5cfacbec822d310f539564fd65fca5' 'v1.28.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.28.0.tar.gz"
$out = "v1.28.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cc21d799bf0abb7de85c0d0cabaa5374cb5cfacbec822d310f539564fd65fca5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.28.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.0.zip
                    printf '%s  %s\n' '2ac6ed5bef9fd3df7b98eb96cdf7662529531cdea53332be503a8234828d2e61' 'v1.28.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.0.zip"
$out = "v1.28.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2ac6ed5bef9fd3df7b98eb96cdf7662529531cdea53332be503a8234828d2e61") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.28.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.0.tar.gz
                    printf '%s  %s\n' 'cc21d799bf0abb7de85c0d0cabaa5374cb5cfacbec822d310f539564fd65fca5' 'v1.28.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.0.tar.gz"
$out = "v1.28.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cc21d799bf0abb7de85c0d0cabaa5374cb5cfacbec822d310f539564fd65fca5") { throw "sha256 mismatch" }
artifact format size hashes
v1.28.0.zip zip 19.9 MiB
blake3-24 8098bc307070ba0addee1cca90ca3fb7d91bdcf0e5079570
sha256 2ac6ed5bef9fd3df7b98eb96cdf7662529531cdea53332be503a8234828d2e61
sha1 34c6a40db8a7fbbaec7bf84432820ae4e5f158e4
v1.28.0.tar.gz tar.gz 19.0 MiB
blake3-24 ce1746b713648868c7d62981b82cfcfa9600cf3095cf00bf
sha256 cc21d799bf0abb7de85c0d0cabaa5374cb5cfacbec822d310f539564fd65fca5
sha1 24187264875d26fcc38811a4a8f38c415c4a947e

install

bazel
http_archive(
    name = "meilisearch",
    urls = ["https://ratatoskr.space/pkg/meilisearch/v1.28.0.tar.gz"],
    integrity = "sha256-zCHXmb8Ku33oXA0Mq6pTdMtc+svsgi0xD1OVZP1l/KU=",
    strip_prefix = "meilisearch-v1.28.0",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.28.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "meilisearch",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.0.tar.gz"],
    integrity = "sha256-zCHXmb8Ku33oXA0Mq6pTdMtc+svsgi0xD1OVZP1l/KU=",
    strip_prefix = "meilisearch-v1.28.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.28.0.tar.gz",
← v1.28.1v1.27.0 →