vault / meilisearch / v1.12.8
meilisearch @ v1.12.8
integrity
- size
- 15.4 MiB
- downloaded
- last checked
release notes
What's Changed
- Accept the max readers param by env var and reduce rayon tasks by @Kerollmops with the help of @dureuill in https://github.com/meilisearch/meilisearch/pull/5294
Full Changelog: https://github.com/meilisearch/meilisearch/compare/v1.12.7...v1.12.8
download
unix · zip
curl -fL -o v1.12.8.zip https://ratatoskr.space/pkg/meilisearch/v1.12.8.zip
printf '%s %s\n' 'bb06f1f2770d8691ff2b9a4b1145bc6f39367165c50d6782336ee853f728cf23' 'v1.12.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.12.8.zip"
$out = "v1.12.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb06f1f2770d8691ff2b9a4b1145bc6f39367165c50d6782336ee853f728cf23") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.8.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.12.8.tar.gz
printf '%s %s\n' '9fa211ff6423a3ec75498dd2a78ee43fb4919e81843f6619d1d63727bfd6786a' 'v1.12.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.12.8.tar.gz"
$out = "v1.12.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9fa211ff6423a3ec75498dd2a78ee43fb4919e81843f6619d1d63727bfd6786a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.12.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.8.zip
printf '%s %s\n' 'bb06f1f2770d8691ff2b9a4b1145bc6f39367165c50d6782336ee853f728cf23' 'v1.12.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.8.zip"
$out = "v1.12.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb06f1f2770d8691ff2b9a4b1145bc6f39367165c50d6782336ee853f728cf23") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.12.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.8.tar.gz
printf '%s %s\n' '9fa211ff6423a3ec75498dd2a78ee43fb4919e81843f6619d1d63727bfd6786a' 'v1.12.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.8.tar.gz"
$out = "v1.12.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9fa211ff6423a3ec75498dd2a78ee43fb4919e81843f6619d1d63727bfd6786a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.12.8.zip | zip | 15.4 MiB |
blake3-24 fe29d0b4ca48c6f2c3ad891224685764494b04c839fb8000
sha256 bb06f1f2770d8691ff2b9a4b1145bc6f39367165c50d6782336ee853f728cf23
sha1 377ad610c0a5539443c238d9706d3e23276dc84a
|
| v1.12.8.tar.gz | tar.gz | 14.8 MiB |
blake3-24 0ca8e697e91fb0db6e1f4a72a777882f3f40923df5797dee
sha256 9fa211ff6423a3ec75498dd2a78ee43fb4919e81843f6619d1d63727bfd6786a
sha1 3db58ffeeb7b91ee704e449fa425c8b5b6c92728
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.12.8.tar.gz"],
integrity = "sha256-n6IR/2Qjo+x1SY3Sp47kP7SRnoGEP2YZ0dY3J7/WeGo=",
strip_prefix = "meilisearch-v1.12.8",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.12.8.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.8.tar.gz"],
integrity = "sha256-n6IR/2Qjo+x1SY3Sp47kP7SRnoGEP2YZ0dY3J7/WeGo=",
strip_prefix = "meilisearch-v1.12.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.12.8.tar.gz",