guzzle @ 7.15.3
integrity
- size
- 174.6 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Changed
- Adjusted
guzzlehttp/promisesversion constraint to^2.5.2
Fixed
- Fail a cURL multi handler wait with an attributable error when the transfer is no longer tracked
- Fix
StreamHandlerresolving numeric IPv4 hosts differently from cURL handlers on macOS and Windows - Fix
StreamHandlerTLS peer names and proxy authorities for numeric IPv4 hosts on all platforms - Settle a cURL multi handler transfer displaced by a request reusing its native handle ID
download
unix · zip
curl -fL -o 7.15.3.zip https://ratatoskr.space/pkg/guzzle/7.15.3.zip
printf '%s %s\n' '0f3335c74664ae1380f0627a0320e6b8924be5f1b3f3fb6c5c915260ec48edf9' '7.15.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.15.3.zip"
$out = "7.15.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f3335c74664ae1380f0627a0320e6b8924be5f1b3f3fb6c5c915260ec48edf9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.3.tar.gz https://ratatoskr.space/pkg/guzzle/7.15.3.tar.gz
printf '%s %s\n' 'fa7ade0ab5ac363d8ce848490c42b23c7a110b49d063c98ae4ac068dbad4a8bc' '7.15.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.15.3.tar.gz"
$out = "7.15.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fa7ade0ab5ac363d8ce848490c42b23c7a110b49d063c98ae4ac068dbad4a8bc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.15.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.3.zip
printf '%s %s\n' '0f3335c74664ae1380f0627a0320e6b8924be5f1b3f3fb6c5c915260ec48edf9' '7.15.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.3.zip"
$out = "7.15.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0f3335c74664ae1380f0627a0320e6b8924be5f1b3f3fb6c5c915260ec48edf9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.3.tar.gz
printf '%s %s\n' 'fa7ade0ab5ac363d8ce848490c42b23c7a110b49d063c98ae4ac068dbad4a8bc' '7.15.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.3.tar.gz"
$out = "7.15.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fa7ade0ab5ac363d8ce848490c42b23c7a110b49d063c98ae4ac068dbad4a8bc") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.15.3.zip | zip | 175.8 KiB |
blake3-24 c52c32ada8a0550e137cc31aecebb973f5e2e7a25557cc80
sha256 0f3335c74664ae1380f0627a0320e6b8924be5f1b3f3fb6c5c915260ec48edf9
sha1 de1b8cc10f48055718bf87a63f0bb7f88b36f047
|
| 7.15.3.tar.gz | tar.gz | 149.0 KiB |
blake3-24 25d729ab2fa7f3da237b6335faa9233982b6d4c94fddd654
sha256 fa7ade0ab5ac363d8ce848490c42b23c7a110b49d063c98ae4ac068dbad4a8bc
sha1 e46e24c4e87285551bcef4f4835bafc1873da532
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.15.3.tar.gz"],
integrity = "sha256-+nreCrWsNj2M6EhJDEKyPHoRC0nQY8mK5KwGjbrUqLw=",
strip_prefix = "guzzle-7.15.3",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.15.3.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.15.3
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.3.tar.gz"],
integrity = "sha256-+nreCrWsNj2M6EhJDEKyPHoRC0nQY8mK5KwGjbrUqLw=",
strip_prefix = "guzzle-7.15.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.3.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.15.3