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/7.11.0
vault / guzzle / 7.11.0

guzzle @ 7.11.0

integrity

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

release notes

Added

Changed

Deprecated

download

unix · zip
curl -fL -o 7.11.0.zip https://ratatoskr.space/pkg/guzzle/7.11.0.zip
                    printf '%s  %s\n' 'b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109' '7.11.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.11.0.zip"
$out = "7.11.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.11.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.11.0.tar.gz
                    printf '%s  %s\n' '0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8' '7.11.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.11.0.tar.gz"
$out = "7.11.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.11.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.zip
                    printf '%s  %s\n' 'b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109' '7.11.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.zip"
$out = "7.11.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.11.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.tar.gz
                    printf '%s  %s\n' '0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8' '7.11.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.11.0.tar.gz"
$out = "7.11.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8") { throw "sha256 mismatch" }
artifact format size hashes
7.11.0.zip zip 127.1 KiB
blake3-24 f9e661312544e721f5f6daa3e962766351e952e0bcc3c575
sha256 b68b32ee5d7f848d14dd66b7b221639a70dc1340665a7da1aad9ab04f8e11109
sha1 7c21535316fe394ccc28a9b08482495aa94e312e
7.11.0.tar.gz tar.gz 103.8 KiB
blake3-24 1622f5db5f8f639997d831fa55a70bbd1f2c9bc018a871b2
sha256 0cc119d666c5d8d5b3c08546920a7392454846c503bc04a1892e2d137b26e7e8
sha1 45d2503d871630ce22dd28df0a65ac49c491c34f

install

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