guzzle @ 7.10.1
integrity
- size
- 113.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Fail clearly when cURL options cannot be applied
- Fail clearly when the certificate option is malformed
- Fail clearly when JSON decode depth is invalid
- Fail clearly when session cookie data is malformed
- Fail clearly when the stream progress option is not callable
- Prevent response creation failures from exposing stale cURL responses
download
unix · zip
curl -fL -o 7.10.1.zip https://ratatoskr.space/pkg/guzzle/7.10.1.zip
printf '%s %s\n' '59e34192e0a5a404662c2a0babc8720f48b89c8ae2ffda6d94bdf95bc55e926f' '7.10.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.10.1.zip"
$out = "7.10.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "59e34192e0a5a404662c2a0babc8720f48b89c8ae2ffda6d94bdf95bc55e926f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.10.1.tar.gz
printf '%s %s\n' '00b328ceeab85b711a8f6e4782f1541f953c575a5d1267b8d183b10dddec2cb9' '7.10.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.10.1.tar.gz"
$out = "7.10.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "00b328ceeab85b711a8f6e4782f1541f953c575a5d1267b8d183b10dddec2cb9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.10.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.1.zip
printf '%s %s\n' '59e34192e0a5a404662c2a0babc8720f48b89c8ae2ffda6d94bdf95bc55e926f' '7.10.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.1.zip"
$out = "7.10.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "59e34192e0a5a404662c2a0babc8720f48b89c8ae2ffda6d94bdf95bc55e926f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.1.tar.gz
printf '%s %s\n' '00b328ceeab85b711a8f6e4782f1541f953c575a5d1267b8d183b10dddec2cb9' '7.10.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.1.tar.gz"
$out = "7.10.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "00b328ceeab85b711a8f6e4782f1541f953c575a5d1267b8d183b10dddec2cb9") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.10.1.zip | zip | 114.3 KiB |
blake3-24 42b034f5f75389f2d78e7d68ccf710f88b06cad2489efcce
sha256 59e34192e0a5a404662c2a0babc8720f48b89c8ae2ffda6d94bdf95bc55e926f
sha1 f832943f6c5b3d3e505290e82d188a5fafec299c
|
| 7.10.1.tar.gz | tar.gz | 91.8 KiB |
blake3-24 7db392ffdd0343970dac5858f0b0af7e8abb439ad2369295
sha256 00b328ceeab85b711a8f6e4782f1541f953c575a5d1267b8d183b10dddec2cb9
sha1 e5c2ad196d64d0c3171ce58558880e989da29635
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.10.1.tar.gz"],
integrity = "sha256-ALMozuq4W3Eaj25HgvFUH5U8V1pdEme40YOxDd3sLLk=",
strip_prefix = "guzzle-7.10.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.10.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.10.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.1.tar.gz"],
integrity = "sha256-ALMozuq4W3Eaj25HgvFUH5U8V1pdEme40YOxDd3sLLk=",
strip_prefix = "guzzle-7.10.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.10.1