guzzle @ 7.9.2
integrity
- size
- 112.6 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Fixed
- Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0
download
unix · zip
curl -fL -o 7.9.2.zip https://ratatoskr.space/pkg/guzzle/7.9.2.zip
printf '%s %s\n' 'c12eecc45dfe45725430abceacf5524a248855f03c32979c7773ce7b250acd32' '7.9.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.9.2.zip"
$out = "7.9.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c12eecc45dfe45725430abceacf5524a248855f03c32979c7773ce7b250acd32") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.9.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.9.2.tar.gz
printf '%s %s\n' '2ba19a53546b903992fcc015bf0e8e163dcebcb920e0a5fdf1b3730447d4c4e1' '7.9.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.9.2.tar.gz"
$out = "7.9.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2ba19a53546b903992fcc015bf0e8e163dcebcb920e0a5fdf1b3730447d4c4e1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.9.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.2.zip
printf '%s %s\n' 'c12eecc45dfe45725430abceacf5524a248855f03c32979c7773ce7b250acd32' '7.9.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.2.zip"
$out = "7.9.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c12eecc45dfe45725430abceacf5524a248855f03c32979c7773ce7b250acd32") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.9.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.2.tar.gz
printf '%s %s\n' '2ba19a53546b903992fcc015bf0e8e163dcebcb920e0a5fdf1b3730447d4c4e1' '7.9.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.2.tar.gz"
$out = "7.9.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2ba19a53546b903992fcc015bf0e8e163dcebcb920e0a5fdf1b3730447d4c4e1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.9.2.zip | zip | 113.0 KiB |
blake3-24 95b97b84c542103944209fe218b8fc66874607a51b87ef0b
sha256 c12eecc45dfe45725430abceacf5524a248855f03c32979c7773ce7b250acd32
sha1 edac02b5e23b6ce4b17b219e57271eafa465d668
|
| 7.9.2.tar.gz | tar.gz | 90.8 KiB |
blake3-24 01b330b890c3f65b18b2397281a9ba8bee54d59af1653dc4
sha256 2ba19a53546b903992fcc015bf0e8e163dcebcb920e0a5fdf1b3730447d4c4e1
sha1 fceb70cd294e81512c79dc16175955cec512faba
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.9.2.tar.gz"],
integrity = "sha256-K6GaU1RrkDmS/MAVvw6OFj3OvLkg4KX98bNzBEfUxOE=",
strip_prefix = "guzzle-7.9.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.9.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.9.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.2.tar.gz"],
integrity = "sha256-K6GaU1RrkDmS/MAVvw6OFj3OvLkg4KX98bNzBEfUxOE=",
strip_prefix = "guzzle-7.9.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.9.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.9.2