yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/seldaek-monolog/3.12.0
vault / seldaek-monolog / 3.12.0

seldaek-monolog @ 3.12.0

integrity

size
205.2 KiB
downloaded
last checked
overlays
composer
detected
composer monolog/monolog
source https://github.com/Seldaek/monolog · available · github

release notes

Full Changelog: https://github.com/Seldaek/monolog/compare/3.11.0...3.12.0

download

unix · zip
curl -fL -o 3.12.0.zip https://ratatoskr.space/pkg/seldaek-monolog/3.12.0.zip
                    printf '%s  %s\n' '40d91c513d2fe8ae9aa86f8bdedaf51ea6b04b08f84048d64cef7695f8da4575' '3.12.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.12.0.zip"
$out = "3.12.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40d91c513d2fe8ae9aa86f8bdedaf51ea6b04b08f84048d64cef7695f8da4575") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.12.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/3.12.0.tar.gz
                    printf '%s  %s\n' 'fca411fd48eb9fd21e43e508462fea1d22afe378f99da8be39d51eca5fbedc23' '3.12.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.12.0.tar.gz"
$out = "3.12.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fca411fd48eb9fd21e43e508462fea1d22afe378f99da8be39d51eca5fbedc23") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.12.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.12.0.zip
                    printf '%s  %s\n' '40d91c513d2fe8ae9aa86f8bdedaf51ea6b04b08f84048d64cef7695f8da4575' '3.12.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.12.0.zip"
$out = "3.12.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "40d91c513d2fe8ae9aa86f8bdedaf51ea6b04b08f84048d64cef7695f8da4575") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.12.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.12.0.tar.gz
                    printf '%s  %s\n' 'fca411fd48eb9fd21e43e508462fea1d22afe378f99da8be39d51eca5fbedc23' '3.12.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.12.0.tar.gz"
$out = "3.12.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fca411fd48eb9fd21e43e508462fea1d22afe378f99da8be39d51eca5fbedc23") { throw "sha256 mismatch" }
artifact format size hashes
3.12.0.zip zip 207.3 KiB
blake3-24 45eb4f27f07d9dd72e300a3d901ae034fc1e8a862eb31abb
sha256 40d91c513d2fe8ae9aa86f8bdedaf51ea6b04b08f84048d64cef7695f8da4575
sha1 dfee3686e1ab7df2d3230e12e05312bc344ea5de
3.12.0.tar.gz tar.gz 120.3 KiB
blake3-24 5eb7501a1d43827676b62492b2429772497e7ecee3f7f9b3
sha256 fca411fd48eb9fd21e43e508462fea1d22afe378f99da8be39d51eca5fbedc23
sha1 b7af30f4028eebee1305d7f0b1bd28167355f2b7

install

bazel
http_archive(
    name = "seldaek-monolog",
    urls = ["https://ratatoskr.space/pkg/seldaek-monolog/3.12.0.tar.gz"],
    integrity = "sha256-/KQR/Ujrn9IeQ+UIRi/qHSKv43j5nai+OdUeyl++3CM=",
    strip_prefix = "seldaek-monolog-3.12.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/3.12.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg
composer require monolog/monolog:3.12.0
install via yggdrasil mesh
bazel
http_archive(
    name = "seldaek-monolog",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.12.0.tar.gz"],
    integrity = "sha256-/KQR/Ujrn9IeQ+UIRi/qHSKv43j5nai+OdUeyl++3CM=",
    strip_prefix = "seldaek-monolog-3.12.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.12.0.tar.gz",
composer
composer config secure-http false
composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg
composer require monolog/monolog:3.12.0
3.11.0 →