vault / meilisearch / v1.7.6
meilisearch @ v1.7.6
integrity
- size
- 14.8 MiB
- downloaded
- last checked
release notes
Fixes 🪲
- Update grenad to fix rare DB corruption by @dureuill in https://github.com/meilisearch/meilisearch/pull/4562
download
unix · zip
curl -fL -o v1.7.6.zip https://ratatoskr.space/pkg/meilisearch/v1.7.6.zip
printf '%s %s\n' '5f1338c347168b5b4018be3f21462956c1d3ebce6788c01a871c1be92aaf99bb' 'v1.7.6.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/meilisearch/v1.7.6.zip"
$out = "v1.7.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5f1338c347168b5b4018be3f21462956c1d3ebce6788c01a871c1be92aaf99bb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.6.tar.gz https://ratatoskr.space/pkg/meilisearch/v1.7.6.tar.gz
printf '%s %s\n' '3786643111cb91dd04b06eb95aca422ef3c2453d4e9548c3e9ea2240e61b8757' 'v1.7.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/meilisearch/v1.7.6.tar.gz"
$out = "v1.7.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3786643111cb91dd04b06eb95aca422ef3c2453d4e9548c3e9ea2240e61b8757") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.7.6.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.6.zip
printf '%s %s\n' '5f1338c347168b5b4018be3f21462956c1d3ebce6788c01a871c1be92aaf99bb' 'v1.7.6.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.6.zip"
$out = "v1.7.6.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5f1338c347168b5b4018be3f21462956c1d3ebce6788c01a871c1be92aaf99bb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.6.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.6.tar.gz
printf '%s %s\n' '3786643111cb91dd04b06eb95aca422ef3c2453d4e9548c3e9ea2240e61b8757' 'v1.7.6.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.6.tar.gz"
$out = "v1.7.6.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3786643111cb91dd04b06eb95aca422ef3c2453d4e9548c3e9ea2240e61b8757") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.7.6.zip | zip | 14.7 MiB |
blake3-24 ec06dfbd0b813c10df188a9e9f566b9b674b40121bce962c
sha256 5f1338c347168b5b4018be3f21462956c1d3ebce6788c01a871c1be92aaf99bb
sha1 cdaa432b6f01671b7a017b8e24b03ce91f37c27d
|
| v1.7.6.tar.gz | tar.gz | 14.2 MiB |
blake3-24 5bb54bec61ef1ae927e37e16b433975086199034904e52b3
sha256 3786643111cb91dd04b06eb95aca422ef3c2453d4e9548c3e9ea2240e61b8757
sha1 b98e4f88fd02deee7fe86305382c31ade9c9468a
|
install
bazel
http_archive(
name = "meilisearch",
urls = ["https://ratatoskr.space/pkg/meilisearch/v1.7.6.tar.gz"],
integrity = "sha256-N4ZkMRHLkd0EsG65WspCLvPCRT1OlUjD6eoiQOYbh1c=",
strip_prefix = "meilisearch-v1.7.6",
)
zig
.url = "https://ratatoskr.space/pkg/meilisearch/v1.7.6.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "meilisearch",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.6.tar.gz"],
integrity = "sha256-N4ZkMRHLkd0EsG65WspCLvPCRT1OlUjD6eoiQOYbh1c=",
strip_prefix = "meilisearch-v1.7.6",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/meilisearch/v1.7.6.tar.gz",