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.1.0
vault / seldaek-monolog / 2.1.0

seldaek-monolog @ 2.1.0

integrity

size
161.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 2.1.0.zip https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.zip
                    printf '%s  %s\n' '922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66' '2.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.zip"
$out = "2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.0.tar.gz https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.tar.gz
                    printf '%s  %s\n' '3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93' '2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/seldaek-monolog/2.1.0.tar.gz"
$out = "2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 2.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.zip
                    printf '%s  %s\n' '922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66' '2.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.zip"
$out = "2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 2.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.tar.gz
                    printf '%s  %s\n' '3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93' '2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/seldaek-monolog/2.1.0.tar.gz"
$out = "2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93") { throw "sha256 mismatch" }
artifact format size hashes
2.1.0.zip zip 163.2 KiB
blake3-24 ad24068f285c966aa8b97b9bce3402f6575aeac981cd33fe
sha256 922eae0c7f775b23a39805417713fd2221e85bbef6b1c9598e735c2e7d915f66
sha1 24c8796899c0a79d5abf086c3cca6280a849c81a
2.1.0.tar.gz tar.gz 86.8 KiB
blake3-24 d5cc13e6ba49f6cfb665deb8431e16e594c0d1772e16f057
sha256 3c4ab9c7a84596c03fd3ee07311a918260ed1a32b5e846cb623bbe2a09f18e93
sha1 238d28f05ee95ba2d6d0904a6b90f07bb2c04a2b

install

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