guzzle @ 5.2.0
integrity
- size
- 475.8 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 5.2.0.zip https://ratatoskr.space/pkg/guzzle/5.2.0.zip
printf '%s %s\n' '2bbd42f649ae69aa15c4b08cc900c2dd7a843e03bc3a79d106ea79e577d103b3' '5.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/5.2.0.zip"
$out = "5.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2bbd42f649ae69aa15c4b08cc900c2dd7a843e03bc3a79d106ea79e577d103b3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.2.0.tar.gz https://ratatoskr.space/pkg/guzzle/5.2.0.tar.gz
printf '%s %s\n' 'bb03c32466a343b070f4c53230c6cd690aced6d870790586deecf749e4311646' '5.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/5.2.0.tar.gz"
$out = "5.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb03c32466a343b070f4c53230c6cd690aced6d870790586deecf749e4311646") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 5.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.2.0.zip
printf '%s %s\n' '2bbd42f649ae69aa15c4b08cc900c2dd7a843e03bc3a79d106ea79e577d103b3' '5.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.2.0.zip"
$out = "5.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2bbd42f649ae69aa15c4b08cc900c2dd7a843e03bc3a79d106ea79e577d103b3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.2.0.tar.gz
printf '%s %s\n' 'bb03c32466a343b070f4c53230c6cd690aced6d870790586deecf749e4311646' '5.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.2.0.tar.gz"
$out = "5.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb03c32466a343b070f4c53230c6cd690aced6d870790586deecf749e4311646") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 5.2.0.zip | zip | 476.5 KiB |
blake3-24 1525778034025307a286075df697600c1d31f5b35db30ed5
sha256 2bbd42f649ae69aa15c4b08cc900c2dd7a843e03bc3a79d106ea79e577d103b3
sha1 e067b416b0627e6bf0deeb7e75b36cb951ace647
|
| 5.2.0.tar.gz | tar.gz | 418.2 KiB |
blake3-24 9c251c0088d322766d37b115284f1bcebc71fa6497c856a6
sha256 bb03c32466a343b070f4c53230c6cd690aced6d870790586deecf749e4311646
sha1 5e3750b16a02cf0576077b67d97333876f39417c
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/5.2.0.tar.gz"],
integrity = "sha256-uwPDJGajQ7Bw9MUyMMbNaQrO1thweQWG3uz3SeQxFkY=",
strip_prefix = "guzzle-5.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/5.2.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:5.2.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.2.0.tar.gz"],
integrity = "sha256-uwPDJGajQ7Bw9MUyMMbNaQrO1thweQWG3uz3SeQxFkY=",
strip_prefix = "guzzle-5.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.2.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:5.2.0