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.3.2
vault / guzzle / 6.3.2

guzzle @ 6.3.2

integrity

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

release notes

download

unix · zip
curl -fL -o 6.3.2.zip https://ratatoskr.space/pkg/guzzle/6.3.2.zip
                    printf '%s  %s\n' 'fcbfde1519ac7369cc501bf5437c127acae1472331ebe15d3abef67754748ade' '6.3.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.3.2.zip"
$out = "6.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fcbfde1519ac7369cc501bf5437c127acae1472331ebe15d3abef67754748ade") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.3.2.tar.gz https://ratatoskr.space/pkg/guzzle/6.3.2.tar.gz
                    printf '%s  %s\n' '8528e372c1c2f22df6951a4b82144f9c19e0ae979836fdc30f0ef08801198e66' '6.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.3.2.tar.gz"
$out = "6.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8528e372c1c2f22df6951a4b82144f9c19e0ae979836fdc30f0ef08801198e66") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.3.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.2.zip
                    printf '%s  %s\n' 'fcbfde1519ac7369cc501bf5437c127acae1472331ebe15d3abef67754748ade' '6.3.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.2.zip"
$out = "6.3.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fcbfde1519ac7369cc501bf5437c127acae1472331ebe15d3abef67754748ade") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.3.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.2.tar.gz
                    printf '%s  %s\n' '8528e372c1c2f22df6951a4b82144f9c19e0ae979836fdc30f0ef08801198e66' '6.3.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.2.tar.gz"
$out = "6.3.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8528e372c1c2f22df6951a4b82144f9c19e0ae979836fdc30f0ef08801198e66") { throw "sha256 mismatch" }
artifact format size hashes
6.3.2.zip zip 98.6 KiB
blake3-24 db191c106cf365a9d74f4f4ceb384672915f71475f685bc6
sha256 fcbfde1519ac7369cc501bf5437c127acae1472331ebe15d3abef67754748ade
sha1 2bc6d17959e609cc710c8808e06c7db9db38968b
6.3.2.tar.gz tar.gz 80.3 KiB
blake3-24 289bf9cee423d28daa7957ea82fdc86bc63d95556e63bdcf
sha256 8528e372c1c2f22df6951a4b82144f9c19e0ae979836fdc30f0ef08801198e66
sha1 7024ae1dfcefbbbbcb92464adbf7649d756b8de0

install

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