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

seldaek-monolog @ 1.26.0

integrity

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

release notes

download

unix · zip
curl -fL -o 1.26.0.zip https://ratatoskr.space/pkg/seldaek-monolog/1.26.0.zip
                    printf '%s  %s\n' 'efdd6da61df4c5443ab6e24d3adfd99e7ca222b97c62a87f4ef9c440a1296e2d' '1.26.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.26.0.zip"
$out = "1.26.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "efdd6da61df4c5443ab6e24d3adfd99e7ca222b97c62a87f4ef9c440a1296e2d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.26.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.26.0.tar.gz
                    printf '%s  %s\n' '0369a3e514445265a8638d2a42bc303cf4ad82b645aa9e80a247f4a4fe906766' '1.26.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.26.0.tar.gz"
$out = "1.26.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0369a3e514445265a8638d2a42bc303cf4ad82b645aa9e80a247f4a4fe906766") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.26.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.26.0.zip
                    printf '%s  %s\n' 'efdd6da61df4c5443ab6e24d3adfd99e7ca222b97c62a87f4ef9c440a1296e2d' '1.26.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.26.0.zip"
$out = "1.26.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "efdd6da61df4c5443ab6e24d3adfd99e7ca222b97c62a87f4ef9c440a1296e2d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.26.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.26.0.tar.gz
                    printf '%s  %s\n' '0369a3e514445265a8638d2a42bc303cf4ad82b645aa9e80a247f4a4fe906766' '1.26.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.26.0.tar.gz"
$out = "1.26.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0369a3e514445265a8638d2a42bc303cf4ad82b645aa9e80a247f4a4fe906766") { throw "sha256 mismatch" }
artifact format size hashes
1.26.0.zip zip 145.0 KiB
blake3-24 993964e82b0b63de205a02cc7fff8936788d06fc861ca5cf
sha256 efdd6da61df4c5443ab6e24d3adfd99e7ca222b97c62a87f4ef9c440a1296e2d
sha1 13dfa776483ca599614419b2cda6c539bdd18706
1.26.0.tar.gz tar.gz 78.7 KiB
blake3-24 75f8b469ee158155936c26724dd85f14883768c6de3a760a
sha256 0369a3e514445265a8638d2a42bc303cf4ad82b645aa9e80a247f4a4fe906766
sha1 ecd78ba6f56a0ceb95b28f14d7bc01811ea82dac

install

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