guzzle @ 7.8.2
integrity
- size
- 111.7 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Added
- Support for PHP 8.4
download
unix · zip
curl -fL -o 7.8.2.zip https://ratatoskr.space/pkg/guzzle/7.8.2.zip
printf '%s %s\n' '5682ea8fc85b0cd72b227172b39b650203ea0aa6e1531962e8f3f82782f47a5e' '7.8.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.8.2.zip"
$out = "7.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5682ea8fc85b0cd72b227172b39b650203ea0aa6e1531962e8f3f82782f47a5e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.8.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.8.2.tar.gz
printf '%s %s\n' '7e1e972d05e503afd83c3be2d66d60bf585f7cbc0453f3844ef0cfa6bccb798a' '7.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.8.2.tar.gz"
$out = "7.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e1e972d05e503afd83c3be2d66d60bf585f7cbc0453f3844ef0cfa6bccb798a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.8.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.2.zip
printf '%s %s\n' '5682ea8fc85b0cd72b227172b39b650203ea0aa6e1531962e8f3f82782f47a5e' '7.8.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.2.zip"
$out = "7.8.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5682ea8fc85b0cd72b227172b39b650203ea0aa6e1531962e8f3f82782f47a5e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.8.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.2.tar.gz
printf '%s %s\n' '7e1e972d05e503afd83c3be2d66d60bf585f7cbc0453f3844ef0cfa6bccb798a' '7.8.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.2.tar.gz"
$out = "7.8.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e1e972d05e503afd83c3be2d66d60bf585f7cbc0453f3844ef0cfa6bccb798a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.8.2.zip | zip | 112.0 KiB |
blake3-24 379f34f4a98d232dd4018d72daedf8adcaa26a9388de5e77
sha256 5682ea8fc85b0cd72b227172b39b650203ea0aa6e1531962e8f3f82782f47a5e
sha1 78966418520e1bea4c628e142524a88e5f771928
|
| 7.8.2.tar.gz | tar.gz | 89.9 KiB |
blake3-24 83eededa887c688c069ac241cb47a128cd8b53ea18bc078a
sha256 7e1e972d05e503afd83c3be2d66d60bf585f7cbc0453f3844ef0cfa6bccb798a
sha1 d6fd71211e4b329026cd8b4a8a4a98d717ccb2b0
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.8.2.tar.gz"],
integrity = "sha256-fh6XLQXlA6/YPDvi1m1gv1hffLwEU/OETvDPprzLeYo=",
strip_prefix = "guzzle-7.8.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.8.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.8.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.2.tar.gz"],
integrity = "sha256-fh6XLQXlA6/YPDvi1m1gv1hffLwEU/OETvDPprzLeYo=",
strip_prefix = "guzzle-7.8.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.8.2