guzzle @ 7.10.5
integrity
- size
- 115.2 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Defer cURL multi cancellation cleanup until after progress callbacks return
- Classify additional stream handler connection failures as
ConnectException
download
unix · zip
curl -fL -o 7.10.5.zip https://ratatoskr.space/pkg/guzzle/7.10.5.zip
printf '%s %s\n' '710f7e1e641e409e4af812312107e4d2ee33278d6133b22d8bed97b66e5e5b22' '7.10.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.10.5.zip"
$out = "7.10.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "710f7e1e641e409e4af812312107e4d2ee33278d6133b22d8bed97b66e5e5b22") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.5.tar.gz https://ratatoskr.space/pkg/guzzle/7.10.5.tar.gz
printf '%s %s\n' '321254e8af74803fee44f169516cf12bbc9eac49ad7cc66d91aa2aee3a3f55bc' '7.10.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.10.5.tar.gz"
$out = "7.10.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "321254e8af74803fee44f169516cf12bbc9eac49ad7cc66d91aa2aee3a3f55bc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.10.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.5.zip
printf '%s %s\n' '710f7e1e641e409e4af812312107e4d2ee33278d6133b22d8bed97b66e5e5b22' '7.10.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.5.zip"
$out = "7.10.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "710f7e1e641e409e4af812312107e4d2ee33278d6133b22d8bed97b66e5e5b22") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.5.tar.gz
printf '%s %s\n' '321254e8af74803fee44f169516cf12bbc9eac49ad7cc66d91aa2aee3a3f55bc' '7.10.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.5.tar.gz"
$out = "7.10.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "321254e8af74803fee44f169516cf12bbc9eac49ad7cc66d91aa2aee3a3f55bc") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.10.5.zip | zip | 115.6 KiB |
blake3-24 f8574539c8f5e999c0591cec4c8c20726b31d1b671428999
sha256 710f7e1e641e409e4af812312107e4d2ee33278d6133b22d8bed97b66e5e5b22
sha1 da6ca18ecdda637742227f31ba9345aa151b4eca
|
| 7.10.5.tar.gz | tar.gz | 93.2 KiB |
blake3-24 1fc8170b7150510ba439ffc69b9c7fe06eacfe8a5c99543a
sha256 321254e8af74803fee44f169516cf12bbc9eac49ad7cc66d91aa2aee3a3f55bc
sha1 e2117bd6a9c596bdebac86806c5d675879995849
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.10.5.tar.gz"],
integrity = "sha256-MhJU6K90gD/uRPFpUWzxK7yerEmtfMZtkaoq7jo/Vbw=",
strip_prefix = "guzzle-7.10.5",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.10.5.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.10.5
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.5.tar.gz"],
integrity = "sha256-MhJU6K90gD/uRPFpUWzxK7yerEmtfMZtkaoq7jo/Vbw=",
strip_prefix = "guzzle-7.10.5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.5.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.10.5