guzzle @ 7.9.1
integrity
- size
- 112.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Fix TLS 1.3 check for HTTP/2 requests
download
unix · zip
curl -fL -o 7.9.1.zip https://ratatoskr.space/pkg/guzzle/7.9.1.zip
printf '%s %s\n' 'ca4b7594fdbc6aeee543ea9e605f0279ace77861edcc8c1c25b5b7ffd66a134b' '7.9.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.9.1.zip"
$out = "7.9.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca4b7594fdbc6aeee543ea9e605f0279ace77861edcc8c1c25b5b7ffd66a134b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.9.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.9.1.tar.gz
printf '%s %s\n' 'd678b5266e89b70f7f0938649fc403db301ccb4420bf7cd18bf1176f719edaa5' '7.9.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.9.1.tar.gz"
$out = "7.9.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d678b5266e89b70f7f0938649fc403db301ccb4420bf7cd18bf1176f719edaa5") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.9.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.1.zip
printf '%s %s\n' 'ca4b7594fdbc6aeee543ea9e605f0279ace77861edcc8c1c25b5b7ffd66a134b' '7.9.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.1.zip"
$out = "7.9.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ca4b7594fdbc6aeee543ea9e605f0279ace77861edcc8c1c25b5b7ffd66a134b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.9.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.1.tar.gz
printf '%s %s\n' 'd678b5266e89b70f7f0938649fc403db301ccb4420bf7cd18bf1176f719edaa5' '7.9.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.1.tar.gz"
$out = "7.9.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d678b5266e89b70f7f0938649fc403db301ccb4420bf7cd18bf1176f719edaa5") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.9.1.zip | zip | 112.9 KiB |
blake3-24 742a39fc0fe035a97e676b92d642ec26e7b7e4acb220daf7
sha256 ca4b7594fdbc6aeee543ea9e605f0279ace77861edcc8c1c25b5b7ffd66a134b
sha1 74ebd70d3ec0a984e7bce3a8c173f3ff262ef060
|
| 7.9.1.tar.gz | tar.gz | 90.8 KiB |
blake3-24 a9cebd595a5314699e38c280f7223caed1b7c3d334dba3db
sha256 d678b5266e89b70f7f0938649fc403db301ccb4420bf7cd18bf1176f719edaa5
sha1 d7f3b168ac8f3d8acd8006e8403500c1fa7b124e
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.9.1.tar.gz"],
integrity = "sha256-1ni1Jm6Jtw9/CThkn8QD2zAcy0Qgv3zRi/EXb3Ge2qU=",
strip_prefix = "guzzle-7.9.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.9.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.9.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.1.tar.gz"],
integrity = "sha256-1ni1Jm6Jtw9/CThkn8QD2zAcy0Qgv3zRi/EXb3Ge2qU=",
strip_prefix = "guzzle-7.9.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.9.1