vault / seldaek-monolog / 2.9.1
seldaek-monolog @ 2.9.1
integrity
- size
- 179.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer monolog/monolog
release notes
- Fixed Logger not being serializable anymore (#1792)
download
unix · zip
curl -fL -o 2.9.1.zip https://ratatoskr.space/pkg/seldaek-monolog/2.9.1.zip
printf '%s %s\n' '92d11c8dff49da27ca3fe5355a2e8a43d98e1ce3e2af69d2fef76fee431c36e0' '2.9.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.9.1.zip"
$out = "2.9.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "92d11c8dff49da27ca3fe5355a2e8a43d98e1ce3e2af69d2fef76fee431c36e0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.9.1.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/2.9.1.tar.gz
printf '%s %s\n' 'e24b6e7df6bc6ddb52f4614133417876fb1c92fc30c898f3b88b53d71b7a1469' '2.9.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.9.1.tar.gz"
$out = "2.9.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e24b6e7df6bc6ddb52f4614133417876fb1c92fc30c898f3b88b53d71b7a1469") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.9.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.9.1.zip
printf '%s %s\n' '92d11c8dff49da27ca3fe5355a2e8a43d98e1ce3e2af69d2fef76fee431c36e0' '2.9.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.9.1.zip"
$out = "2.9.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "92d11c8dff49da27ca3fe5355a2e8a43d98e1ce3e2af69d2fef76fee431c36e0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.9.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.9.1.tar.gz
printf '%s %s\n' 'e24b6e7df6bc6ddb52f4614133417876fb1c92fc30c898f3b88b53d71b7a1469' '2.9.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.9.1.tar.gz"
$out = "2.9.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e24b6e7df6bc6ddb52f4614133417876fb1c92fc30c898f3b88b53d71b7a1469") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 2.9.1.zip | zip | 181.3 KiB |
blake3-24 0d8a916ff62acc1d72a1cc0befcac9b0297bb49f81239c13
sha256 92d11c8dff49da27ca3fe5355a2e8a43d98e1ce3e2af69d2fef76fee431c36e0
sha1 e4fbf670ccc90b35427b93d86d94b43927abbafe
|
| 2.9.1.tar.gz | tar.gz | 100.1 KiB |
blake3-24 537ed069ec7179e1c1a443dfe98e384f6135ccf958822242
sha256 e24b6e7df6bc6ddb52f4614133417876fb1c92fc30c898f3b88b53d71b7a1469
sha1 1a88f9b5d4b4e144dfb84fe496d79f38067ddc6e
|
install
bazel
http_archive(
name = "seldaek-monolog",
urls = ["https://ratatoskr.space/pkg/seldaek-monolog/2.9.1.tar.gz"],
integrity = "sha256-4ktuffa8bdtS9GFBM0F4dvsckvwwyJjzuItT1xt6FGk=",
strip_prefix = "seldaek-monolog-2.9.1",
)
zig
.url = "https://ratatoskr.space/pkg/seldaek-monolog/2.9.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require monolog/monolog:2.9.1
install via yggdrasil mesh
bazel
http_archive(
name = "seldaek-monolog",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.9.1.tar.gz"],
integrity = "sha256-4ktuffa8bdtS9GFBM0F4dvsckvwwyJjzuItT1xt6FGk=",
strip_prefix = "seldaek-monolog-2.9.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.9.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require monolog/monolog:2.9.1