guzzle @ 7.10.4
integrity
- size
- 114.8 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Fix IPv6 literal matching in no-proxy rules
- Handle cURL multi completion messages without handles after cancelled transfers
- Fix magic client request methods such as
options()to uppercase inferred HTTP methods
download
unix · zip
curl -fL -o 7.10.4.zip https://ratatoskr.space/pkg/guzzle/7.10.4.zip
printf '%s %s\n' 'b4c9254ce8de1eb2414713d2e8b75ab5403bb6cbc5ce3a0ec253248ebd6a41bb' '7.10.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.10.4.zip"
$out = "7.10.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b4c9254ce8de1eb2414713d2e8b75ab5403bb6cbc5ce3a0ec253248ebd6a41bb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.4.tar.gz https://ratatoskr.space/pkg/guzzle/7.10.4.tar.gz
printf '%s %s\n' '37ccf57a4882c4861aa13e011788361a5fc84efcad0335c4a39e666da280965a' '7.10.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.10.4.tar.gz"
$out = "7.10.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "37ccf57a4882c4861aa13e011788361a5fc84efcad0335c4a39e666da280965a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.10.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.4.zip
printf '%s %s\n' 'b4c9254ce8de1eb2414713d2e8b75ab5403bb6cbc5ce3a0ec253248ebd6a41bb' '7.10.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.4.zip"
$out = "7.10.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b4c9254ce8de1eb2414713d2e8b75ab5403bb6cbc5ce3a0ec253248ebd6a41bb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.10.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.4.tar.gz
printf '%s %s\n' '37ccf57a4882c4861aa13e011788361a5fc84efcad0335c4a39e666da280965a' '7.10.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.4.tar.gz"
$out = "7.10.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "37ccf57a4882c4861aa13e011788361a5fc84efcad0335c4a39e666da280965a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.10.4.zip | zip | 115.2 KiB |
blake3-24 d06546ef7fe50f851b744398a911c44338260f5eefb1b054
sha256 b4c9254ce8de1eb2414713d2e8b75ab5403bb6cbc5ce3a0ec253248ebd6a41bb
sha1 196b8f0f9635498fcd9e45089a30f3b2c7056397
|
| 7.10.4.tar.gz | tar.gz | 92.7 KiB |
blake3-24 00963d481b178fb8fb64313945687319f40646cd05f2ad9b
sha256 37ccf57a4882c4861aa13e011788361a5fc84efcad0335c4a39e666da280965a
sha1 ca685c94d58bb9eb73eb15c6cec9ab342976db64
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.10.4.tar.gz"],
integrity = "sha256-N8z1ekiCxIYaoT4BF4g2Gl/ITvytAzXEo55mbaKAllo=",
strip_prefix = "guzzle-7.10.4",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.10.4.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.10.4
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.4.tar.gz"],
integrity = "sha256-N8z1ekiCxIYaoT4BF4g2Gl/ITvytAzXEo55mbaKAllo=",
strip_prefix = "guzzle-7.10.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.10.4.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.10.4