guzzle @ 7.5.0
integrity
- size
- 110.4 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 7.5.0.zip https://ratatoskr.space/pkg/guzzle/7.5.0.zip
printf '%s %s\n' '577b74176de20be3744bda93055a977f5ab1c47fbe931287346ae6a44ac7207b' '7.5.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.5.0.zip"
$out = "7.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "577b74176de20be3744bda93055a977f5ab1c47fbe931287346ae6a44ac7207b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.5.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.5.0.tar.gz
printf '%s %s\n' '48739c1d2020f270b39f9f8737bd57e1a9ab1131e709665eb1e49033fe9d6841' '7.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.5.0.tar.gz"
$out = "7.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "48739c1d2020f270b39f9f8737bd57e1a9ab1131e709665eb1e49033fe9d6841") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.5.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.0.zip
printf '%s %s\n' '577b74176de20be3744bda93055a977f5ab1c47fbe931287346ae6a44ac7207b' '7.5.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.0.zip"
$out = "7.5.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "577b74176de20be3744bda93055a977f5ab1c47fbe931287346ae6a44ac7207b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.5.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.0.tar.gz
printf '%s %s\n' '48739c1d2020f270b39f9f8737bd57e1a9ab1131e709665eb1e49033fe9d6841' '7.5.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.0.tar.gz"
$out = "7.5.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "48739c1d2020f270b39f9f8737bd57e1a9ab1131e709665eb1e49033fe9d6841") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.5.0.zip | zip | 110.8 KiB |
blake3-24 647956d2232993963db14984f306ea2e23ef521ae45a3a52
sha256 577b74176de20be3744bda93055a977f5ab1c47fbe931287346ae6a44ac7207b
sha1 5e6e4203a0721ca4c810dfd0bf2d500e16245b63
|
| 7.5.0.tar.gz | tar.gz | 88.6 KiB |
blake3-24 9289f70e3e228013d0d71950f1683800bd9d047641c3aa29
sha256 48739c1d2020f270b39f9f8737bd57e1a9ab1131e709665eb1e49033fe9d6841
sha1 438c155340d259253d10f1e7305f24ab0e207a06
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.5.0.tar.gz"],
integrity = "sha256-SHOcHSAg8nCzn5+HN71X4amrETHnCWZeseSQM/6daEE=",
strip_prefix = "guzzle-7.5.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.5.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.5.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.0.tar.gz"],
integrity = "sha256-SHOcHSAg8nCzn5+HN71X4amrETHnCWZeseSQM/6daEE=",
strip_prefix = "guzzle-7.5.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.5.0