yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/guzzle/6.2.2
vault / guzzle / 6.2.2

guzzle @ 6.2.2

integrity

size
96.8 KiB
downloaded
last checked
overlays
composer
detected
composer guzzlehttp/guzzle
source https://github.com/guzzle/guzzle · available · github

download

unix · zip
curl -fL -o 6.2.2.zip https://ratatoskr.space/pkg/guzzle/6.2.2.zip
                    printf '%s  %s\n' 'daa9e8477620198b1242891a56beb55d67dc44904ae3e68ed669c36282823370' '6.2.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.2.2.zip"
$out = "6.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "daa9e8477620198b1242891a56beb55d67dc44904ae3e68ed669c36282823370") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.2.2.tar.gz https://ratatoskr.space/pkg/guzzle/6.2.2.tar.gz
                    printf '%s  %s\n' '6b1a7bbf22d22af410d213787f94662d283c4ee01b1dc9c5bf4f965a59316aeb' '6.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.2.2.tar.gz"
$out = "6.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6b1a7bbf22d22af410d213787f94662d283c4ee01b1dc9c5bf4f965a59316aeb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.2.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.2.zip
                    printf '%s  %s\n' 'daa9e8477620198b1242891a56beb55d67dc44904ae3e68ed669c36282823370' '6.2.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.2.zip"
$out = "6.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "daa9e8477620198b1242891a56beb55d67dc44904ae3e68ed669c36282823370") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.2.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.2.tar.gz
                    printf '%s  %s\n' '6b1a7bbf22d22af410d213787f94662d283c4ee01b1dc9c5bf4f965a59316aeb' '6.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.2.tar.gz"
$out = "6.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6b1a7bbf22d22af410d213787f94662d283c4ee01b1dc9c5bf4f965a59316aeb") { throw "sha256 mismatch" }
artifact format size hashes
6.2.2.zip zip 96.6 KiB
blake3-24 bc06cf742696e8e1206c4a0c08bbf4f7015af8020af851d1
sha256 daa9e8477620198b1242891a56beb55d67dc44904ae3e68ed669c36282823370
sha1 8aa00b4e6b0c43d7c2111f07db464537bab52be9
6.2.2.tar.gz tar.gz 78.5 KiB
blake3-24 c95f49382a9fa1226eed852375621e4ccdfb97fa83962c83
sha256 6b1a7bbf22d22af410d213787f94662d283c4ee01b1dc9c5bf4f965a59316aeb
sha1 109d012ea095f89c6d6ae0babe79af89fb85560a

install

bazel
http_archive(
    name = "guzzle",
    urls = ["https://ratatoskr.space/pkg/guzzle/6.2.2.tar.gz"],
    integrity = "sha256-axp7vyLSKvQQ0hN4f5RmLSg8TuAbHcnFv0+WWlkxaus=",
    strip_prefix = "guzzle-6.2.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.2.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg
composer require guzzlehttp/guzzle:6.2.2
install via yggdrasil mesh
bazel
http_archive(
    name = "guzzle",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.2.tar.gz"],
    integrity = "sha256-axp7vyLSKvQQ0hN4f5RmLSg8TuAbHcnFv0+WWlkxaus=",
    strip_prefix = "guzzle-6.2.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.2.2.tar.gz",
composer
composer config secure-http false
composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg
composer require guzzlehttp/guzzle:6.2.2
← 6.2.36.2.1 →