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.10.0
vault / seldaek-monolog / 3.10.0

seldaek-monolog @ 3.10.0

integrity

size
187.8 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.9.0...3.10.0

download

unix · zip
curl -fL -o 3.10.0.zip https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.zip
                    printf '%s  %s\n' 'd022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff' '3.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.zip"
$out = "3.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.10.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.tar.gz
                    printf '%s  %s\n' '8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8' '3.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.tar.gz"
$out = "3.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.zip
                    printf '%s  %s\n' 'd022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff' '3.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.zip"
$out = "3.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.tar.gz
                    printf '%s  %s\n' '8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8' '3.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.tar.gz"
$out = "3.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8") { throw "sha256 mismatch" }
artifact format size hashes
3.10.0.zip zip 189.8 KiB
blake3-24 e1a9a80265fd0825c2221d2acf9cdb12c18047f5effbfeee
sha256 d022f1f4ac9276054ede2db1f9d7e49a32bd911db7e5b04ded045a3d111952ff
sha1 0d6db7f051b367688aab3d190a93e09af85313e5
3.10.0.tar.gz tar.gz 106.1 KiB
blake3-24 f870d6eb308ffc58e47dea1f1598eaadc3b8cbb47a38e2c8
sha256 8f8369ac0c67903d548851a1d05283a37fbead80a8a136a73176e506066f81c8
sha1 0f6a5f5882c114934b247d3e5ad27e1af60f9f33

install

bazel
http_archive(
    name = "seldaek-monolog",
    urls = ["https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.tar.gz"],
    integrity = "sha256-j4NprAxnkD1UiFGh0FKDo3++rYCooTanMXblBgZvgcg=",
    strip_prefix = "seldaek-monolog-3.10.0",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/3.10.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg
composer require monolog/monolog:3.10.0
install via yggdrasil mesh
bazel
http_archive(
    name = "seldaek-monolog",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.tar.gz"],
    integrity = "sha256-j4NprAxnkD1UiFGh0FKDo3++rYCooTanMXblBgZvgcg=",
    strip_prefix = "seldaek-monolog-3.10.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/3.10.0.tar.gz",
composer
composer config secure-http false
composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg
composer require monolog/monolog:3.10.0
2.11.0 →