vault / seldaek-monolog / 1.22.1
seldaek-monolog @ 1.22.1
integrity
- size
- 230.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Fixed lots of minor issues in the new Slack integrations
- Fixed support for allowInlineLineBreaks in LineFormatter when formatting exception backtraces
download
unix · zip
curl -fL -o 1.22.1.zip https://ratatoskr.space/pkg/seldaek-monolog/1.22.1.zip
printf '%s %s\n' '07ce1aa119dd864d7bf57cd928e798b2299c021bc8bfa1bee21fa0350fc024ca' '1.22.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.22.1.zip"
$out = "1.22.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "07ce1aa119dd864d7bf57cd928e798b2299c021bc8bfa1bee21fa0350fc024ca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.22.1.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.22.1.tar.gz
printf '%s %s\n' '781a20df193f63983f8ce26e9dbe389921ea6543e1729ad21dae1a1b1a6f8e5f' '1.22.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.22.1.tar.gz"
$out = "1.22.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "781a20df193f63983f8ce26e9dbe389921ea6543e1729ad21dae1a1b1a6f8e5f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.22.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.1.zip
printf '%s %s\n' '07ce1aa119dd864d7bf57cd928e798b2299c021bc8bfa1bee21fa0350fc024ca' '1.22.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.1.zip"
$out = "1.22.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "07ce1aa119dd864d7bf57cd928e798b2299c021bc8bfa1bee21fa0350fc024ca") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.22.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.1.tar.gz
printf '%s %s\n' '781a20df193f63983f8ce26e9dbe389921ea6543e1729ad21dae1a1b1a6f8e5f' '1.22.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.1.tar.gz"
$out = "1.22.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "781a20df193f63983f8ce26e9dbe389921ea6543e1729ad21dae1a1b1a6f8e5f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.22.1.zip | zip | 233.5 KiB |
blake3-24 439b352e1af47d8a399aacb507f833331fc4850f00ff0ac9
sha256 07ce1aa119dd864d7bf57cd928e798b2299c021bc8bfa1bee21fa0350fc024ca
sha1 9eb10f05735da374823659cb28b76f4851f11873
|
| 1.22.1.tar.gz | tar.gz | 120.7 KiB |
blake3-24 b594de527da8ab20918d59d7034784cb4456c8f05a828dbe
sha256 781a20df193f63983f8ce26e9dbe389921ea6543e1729ad21dae1a1b1a6f8e5f
sha1 376d619b5819445bb9a9fe421559a135dd30c80b
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.22.1.tar.gz"],
integrity = "sha256-eBog3xk/Y5g/jOJunb44mSHqZUPhcprSHa4aGxpvjl8=",
strip_prefix = "seldaek-monolog-1.22.1",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.22.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.22.1
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.1.tar.gz"],
integrity = "sha256-eBog3xk/Y5g/jOJunb44mSHqZUPhcprSHa4aGxpvjl8=",
strip_prefix = "seldaek-monolog-1.22.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.22.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.22.1