guzzle @ 7.0.0
integrity
- size
- 104.5 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
No changes since 7.0.0-RC1. See UPGRADING guide for how to upgrade from 6.5.
See all changes in the change log.
download
unix · zip
curl -fL -o 7.0.0.zip https://ratatoskr.space/pkg/guzzle/7.0.0.zip
printf '%s %s\n' 'daa0c3b285c6196bc64f5173d087e2d2e6d39f0e72bd3a060a7190e02243e97e' '7.0.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.0.0.zip"
$out = "7.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "daa0c3b285c6196bc64f5173d087e2d2e6d39f0e72bd3a060a7190e02243e97e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.0.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.0.0.tar.gz
printf '%s %s\n' '14060ad2dcb8deac92e540e5b80222a3282ead4d810ed9cfdc5f921e691a3f40' '7.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.0.0.tar.gz"
$out = "7.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "14060ad2dcb8deac92e540e5b80222a3282ead4d810ed9cfdc5f921e691a3f40") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.0.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.0.0.zip
printf '%s %s\n' 'daa0c3b285c6196bc64f5173d087e2d2e6d39f0e72bd3a060a7190e02243e97e' '7.0.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.0.0.zip"
$out = "7.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "daa0c3b285c6196bc64f5173d087e2d2e6d39f0e72bd3a060a7190e02243e97e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.0.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.0.0.tar.gz
printf '%s %s\n' '14060ad2dcb8deac92e540e5b80222a3282ead4d810ed9cfdc5f921e691a3f40' '7.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.0.0.tar.gz"
$out = "7.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "14060ad2dcb8deac92e540e5b80222a3282ead4d810ed9cfdc5f921e691a3f40") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.0.0.zip | zip | 104.7 KiB |
blake3-24 88ad138d27946eff56a68205dd67f1cd391a91893e04af4e
sha256 daa0c3b285c6196bc64f5173d087e2d2e6d39f0e72bd3a060a7190e02243e97e
sha1 de5858e00475997c8189f1f65ad20cf4c583a066
|
| 7.0.0.tar.gz | tar.gz | 84.2 KiB |
blake3-24 32fcdfac89ca1d17fff67989aafd54562b0f9aae5a2920c5
sha256 14060ad2dcb8deac92e540e5b80222a3282ead4d810ed9cfdc5f921e691a3f40
sha1 9dd9e543801f51cc0a389a2214f7520e8f26edaa
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.0.0.tar.gz"],
integrity = "sha256-FAYK0ty43qyS5UDluAIioygurU2BDtnP3F+SHmkaP0A=",
strip_prefix = "guzzle-7.0.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.0.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.0.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.0.0.tar.gz"],
integrity = "sha256-FAYK0ty43qyS5UDluAIioygurU2BDtnP3F+SHmkaP0A=",
strip_prefix = "guzzle-7.0.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.0.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.0.0