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/2.10.0
vault / seldaek-monolog / 2.10.0

seldaek-monolog @ 2.10.0

integrity

size
180.7 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/2.9.3...2.10.0

download

unix · zip
curl -fL -o 2.10.0.zip https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.zip
                    printf '%s  %s\n' '2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd' '2.10.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.zip"
$out = "2.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.10.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.tar.gz
                    printf '%s  %s\n' '7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804' '2.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.10.0.tar.gz"
$out = "2.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.10.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.zip
                    printf '%s  %s\n' '2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd' '2.10.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.zip"
$out = "2.10.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.10.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.tar.gz
                    printf '%s  %s\n' '7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804' '2.10.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.10.0.tar.gz"
$out = "2.10.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804") { throw "sha256 mismatch" }
artifact format size hashes
2.10.0.zip zip 182.5 KiB
blake3-24 2a3b94051427a6136a10940f1a660ee2de8b1299f4f39e7f
sha256 2d5deaa42bac2abfc8a5b4dab896d58f0641fcf036082343bc852c3bb6eed6fd
sha1 0a726506ecbab433f369b90108791258eab580ba
2.10.0.tar.gz tar.gz 101.0 KiB
blake3-24 8744a37675e56216402c8e974ee72b72abd2183b8240e817
sha256 7d51290b70aebf3b214e8aebbfb7b9c186e1a57e818d9126c0793c7c18066804
sha1 e8a68971cf689ef42dc546117a0d816a74dafa81

install

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