guzzle @ 7.14.2
integrity
- size
- 159.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Security
- Prevent first-class and proxy URL credentials from reaching origins (GHSA-94pj-82f3-465w)
download
unix · zip
curl -fL -o 7.14.2.zip https://ratatoskr.space/pkg/guzzle/7.14.2.zip
printf '%s %s\n' '0dff922264526568547fdf07cac7c631a38f3d5ab41ab3ab0a4e8af7db556223' '7.14.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.14.2.zip"
$out = "7.14.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0dff922264526568547fdf07cac7c631a38f3d5ab41ab3ab0a4e8af7db556223") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.14.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.14.2.tar.gz
printf '%s %s\n' '7e0c049d495c93057758ca968008a99c7cf30227b280ecab35680b28d1f9c6a3' '7.14.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.14.2.tar.gz"
$out = "7.14.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e0c049d495c93057758ca968008a99c7cf30227b280ecab35680b28d1f9c6a3") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.14.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.2.zip
printf '%s %s\n' '0dff922264526568547fdf07cac7c631a38f3d5ab41ab3ab0a4e8af7db556223' '7.14.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.2.zip"
$out = "7.14.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0dff922264526568547fdf07cac7c631a38f3d5ab41ab3ab0a4e8af7db556223") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.14.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.2.tar.gz
printf '%s %s\n' '7e0c049d495c93057758ca968008a99c7cf30227b280ecab35680b28d1f9c6a3' '7.14.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.2.tar.gz"
$out = "7.14.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "7e0c049d495c93057758ca968008a99c7cf30227b280ecab35680b28d1f9c6a3") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.14.2.zip | zip | 160.9 KiB |
blake3-24 c9fb1f9ef8ba03ad98bd35b27f467078b4f17a805ba8b0c5
sha256 0dff922264526568547fdf07cac7c631a38f3d5ab41ab3ab0a4e8af7db556223
sha1 984f8777b28a4f57e5b1e23f7755d8316689ac3c
|
| 7.14.2.tar.gz | tar.gz | 135.6 KiB |
blake3-24 1649538e81ed839c619a176d387a1020eef3e1fcdcd58fc7
sha256 7e0c049d495c93057758ca968008a99c7cf30227b280ecab35680b28d1f9c6a3
sha1 ade0ad7c704c07dfaeab81840230e606ebaff5b5
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.14.2.tar.gz"],
integrity = "sha256-fgwEnUlckwV3WMqWgAipnHzzAieygOyrNWgLKNH5xqM=",
strip_prefix = "guzzle-7.14.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.14.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.14.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.2.tar.gz"],
integrity = "sha256-fgwEnUlckwV3WMqWgAipnHzzAieygOyrNWgLKNH5xqM=",
strip_prefix = "guzzle-7.14.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.14.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.14.2