vault / seldaek-monolog / 2.3.4
seldaek-monolog @ 2.3.4
integrity
- size
- 169.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Fixed support for psr/log 3.x (#1589)
download
unix · zip
curl -fL -o 2.3.4.zip https://ratatoskr.space/pkg/seldaek-monolog/2.3.4.zip
printf '%s %s\n' '3b62ceaf8f91c7719236065799b344a5165589b85b8beb2e67ccd5f49320422e' '2.3.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.3.4.zip"
$out = "2.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3b62ceaf8f91c7719236065799b344a5165589b85b8beb2e67ccd5f49320422e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.3.4.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/2.3.4.tar.gz
printf '%s %s\n' 'b0ed518a08c2f625f05c1a3e29d3e364a8133c71afdfb3e54cddee4f6135a2be' '2.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.3.4.tar.gz"
$out = "2.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b0ed518a08c2f625f05c1a3e29d3e364a8133c71afdfb3e54cddee4f6135a2be") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.3.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.3.4.zip
printf '%s %s\n' '3b62ceaf8f91c7719236065799b344a5165589b85b8beb2e67ccd5f49320422e' '2.3.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.3.4.zip"
$out = "2.3.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3b62ceaf8f91c7719236065799b344a5165589b85b8beb2e67ccd5f49320422e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.3.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.3.4.tar.gz
printf '%s %s\n' 'b0ed518a08c2f625f05c1a3e29d3e364a8133c71afdfb3e54cddee4f6135a2be' '2.3.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.3.4.tar.gz"
$out = "2.3.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b0ed518a08c2f625f05c1a3e29d3e364a8133c71afdfb3e54cddee4f6135a2be") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.3.4.zip | zip | 170.9 KiB |
blake3-24 5d0b82dc7e41a6f7fe98ab6afa589657fd8f1babc88985ff
sha256 3b62ceaf8f91c7719236065799b344a5165589b85b8beb2e67ccd5f49320422e
sha1 de3be963af00b0c83213ca9e3530694caf1240d6
|
| 2.3.4.tar.gz | tar.gz | 93.0 KiB |
blake3-24 539aa453dedde5fef9f044e68ef957d4b4dbab6d7e3f73ec
sha256 b0ed518a08c2f625f05c1a3e29d3e364a8133c71afdfb3e54cddee4f6135a2be
sha1 a9720a80161e540f8faee53b523a8b1a20a9bfff
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/2.3.4.tar.gz"],
integrity = "sha256-sO1RigjC9iXwXBo+KdPjZKgTPHGv37PlTN3uT2E1or4=",
strip_prefix = "seldaek-monolog-2.3.4",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/2.3.4.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:2.3.4
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.3.4.tar.gz"],
integrity = "sha256-sO1RigjC9iXwXBo+KdPjZKgTPHGv37PlTN3uT2E1or4=",
strip_prefix = "seldaek-monolog-2.3.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.3.4.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:2.3.4