vault / seldaek-monolog / 1.25.1
seldaek-monolog @ 1.25.1
integrity
- size
- 140.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Fixed forward-compatible interfaces to be compatible with Monolog 1.x too.
download
unix · zip
curl -fL -o 1.25.1.zip https://ratatoskr.space/pkg/seldaek-monolog/1.25.1.zip
printf '%s %s\n' '67bd9fc5ac4e4df254264f45d2caaea83b3f6a75f72e9781578b73040d629b0d' '1.25.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.25.1.zip"
$out = "1.25.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "67bd9fc5ac4e4df254264f45d2caaea83b3f6a75f72e9781578b73040d629b0d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.25.1.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/1.25.1.tar.gz
printf '%s %s\n' 'c4133b11e89cc80805ae8aca0135cc650787b1d707b166282817e63e53cb4838' '1.25.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/1.25.1.tar.gz"
$out = "1.25.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4133b11e89cc80805ae8aca0135cc650787b1d707b166282817e63e53cb4838") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.25.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.1.zip
printf '%s %s\n' '67bd9fc5ac4e4df254264f45d2caaea83b3f6a75f72e9781578b73040d629b0d' '1.25.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.1.zip"
$out = "1.25.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "67bd9fc5ac4e4df254264f45d2caaea83b3f6a75f72e9781578b73040d629b0d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.25.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.1.tar.gz
printf '%s %s\n' 'c4133b11e89cc80805ae8aca0135cc650787b1d707b166282817e63e53cb4838' '1.25.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.1.tar.gz"
$out = "1.25.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c4133b11e89cc80805ae8aca0135cc650787b1d707b166282817e63e53cb4838") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.25.1.zip | zip | 142.4 KiB |
blake3-24 e13187eec476360c7aea5c5e74c1f06ebcba0f178dddffda
sha256 67bd9fc5ac4e4df254264f45d2caaea83b3f6a75f72e9781578b73040d629b0d
sha1 9334b5c0131c90a15f1c979a2d19767bb3a5eaae
|
| 1.25.1.tar.gz | tar.gz | 76.6 KiB |
blake3-24 acfde96870c5803a1dde477e112483ae8ed02063d78e9d6b
sha256 c4133b11e89cc80805ae8aca0135cc650787b1d707b166282817e63e53cb4838
sha1 5bf3c6444a183c80d0208f7a691fdd99566cbce1
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/1.25.1.tar.gz"],
integrity = "sha256-xBM7EeicyAgFrorKATXMZQeHsdcHsWYoKBfmPlPLSDg=",
strip_prefix = "seldaek-monolog-1.25.1",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/1.25.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:1.25.1
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.1.tar.gz"],
integrity = "sha256-xBM7EeicyAgFrorKATXMZQeHsdcHsWYoKBfmPlPLSDg=",
strip_prefix = "seldaek-monolog-1.25.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/1.25.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:1.25.1