guzzle @ 8.2.0
integrity
- size
- 250.8 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Changed
- Allow connection caps to be combined with persistent transport sharing on libcurl 8.22.0+
download
unix · zip
curl -fL -o 8.2.0.zip https://ratatoskr.space/pkg/guzzle/8.2.0.zip
printf '%s %s\n' '7c89a3a33327a8b978506deb312751815937d8f0437cf5b64e06f154f8007ad0' '8.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/8.2.0.zip"
$out = "8.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7c89a3a33327a8b978506deb312751815937d8f0437cf5b64e06f154f8007ad0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.2.0.tar.gz https://ratatoskr.space/pkg/guzzle/8.2.0.tar.gz
printf '%s %s\n' '369f09ff513e771dee4e561871ada40c19dc8a8d4806c9e284f592c5d57377d2' '8.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/8.2.0.tar.gz"
$out = "8.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "369f09ff513e771dee4e561871ada40c19dc8a8d4806c9e284f592c5d57377d2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 8.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.2.0.zip
printf '%s %s\n' '7c89a3a33327a8b978506deb312751815937d8f0437cf5b64e06f154f8007ad0' '8.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.2.0.zip"
$out = "8.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7c89a3a33327a8b978506deb312751815937d8f0437cf5b64e06f154f8007ad0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.2.0.tar.gz
printf '%s %s\n' '369f09ff513e771dee4e561871ada40c19dc8a8d4806c9e284f592c5d57377d2' '8.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.2.0.tar.gz"
$out = "8.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "369f09ff513e771dee4e561871ada40c19dc8a8d4806c9e284f592c5d57377d2") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 8.2.0.zip | zip | 252.9 KiB |
blake3-24 800f678bf6139a07a82b738b12103811dfd4390793cb3e2f
sha256 7c89a3a33327a8b978506deb312751815937d8f0437cf5b64e06f154f8007ad0
sha1 6453d97704ff80cf56fc6f04c0693fbe28d715da
|
| 8.2.0.tar.gz | tar.gz | 215.0 KiB |
blake3-24 942079875693c4e5b153f93ae93a9ff152312d529c838225
sha256 369f09ff513e771dee4e561871ada40c19dc8a8d4806c9e284f592c5d57377d2
sha1 13ac86f1647190af9faf2ea7075c855feb2b37e5
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/8.2.0.tar.gz"],
integrity = "sha256-Np8J/1E+dx3uTlYYca2kDBncio1IBsnihPWSxdVzd9I=",
strip_prefix = "guzzle-8.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/8.2.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:8.2.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.2.0.tar.gz"],
integrity = "sha256-Np8J/1E+dx3uTlYYca2kDBncio1IBsnihPWSxdVzd9I=",
strip_prefix = "guzzle-8.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.2.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:8.2.0