guzzle @ 6.5.4
integrity
- size
- 102.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 6.5.4.zip https://ratatoskr.space/pkg/guzzle/6.5.4.zip
printf '%s %s\n' '39faf1168014ccf9a012a4b376c91bb6d97e841366cc06991fc5fbcd1a658c86' '6.5.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.5.4.zip"
$out = "6.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39faf1168014ccf9a012a4b376c91bb6d97e841366cc06991fc5fbcd1a658c86") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.4.tar.gz https://ratatoskr.space/pkg/guzzle/6.5.4.tar.gz
printf '%s %s\n' '183ffe1baf3b7412e2b0554e7f9d7b667fc0c8ecd82c326365b27d408d8a676b' '6.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.5.4.tar.gz"
$out = "6.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "183ffe1baf3b7412e2b0554e7f9d7b667fc0c8ecd82c326365b27d408d8a676b") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.5.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.4.zip
printf '%s %s\n' '39faf1168014ccf9a012a4b376c91bb6d97e841366cc06991fc5fbcd1a658c86' '6.5.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.4.zip"
$out = "6.5.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39faf1168014ccf9a012a4b376c91bb6d97e841366cc06991fc5fbcd1a658c86") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.4.tar.gz
printf '%s %s\n' '183ffe1baf3b7412e2b0554e7f9d7b667fc0c8ecd82c326365b27d408d8a676b' '6.5.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.4.tar.gz"
$out = "6.5.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "183ffe1baf3b7412e2b0554e7f9d7b667fc0c8ecd82c326365b27d408d8a676b") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.5.4.zip | zip | 103.2 KiB |
blake3-24 0ab3a6704c64da01dd8b1be108de9af8a9a72e1b35daf31f
sha256 39faf1168014ccf9a012a4b376c91bb6d97e841366cc06991fc5fbcd1a658c86
sha1 6a3a13066037b58caa4cd6c8012cc791d3077efd
|
| 6.5.4.tar.gz | tar.gz | 83.6 KiB |
blake3-24 cc053d1f2d242393afd558e3913967bb2802ae2f9e331a01
sha256 183ffe1baf3b7412e2b0554e7f9d7b667fc0c8ecd82c326365b27d408d8a676b
sha1 7390da3c4d40959885c2f1a8abcc38d6ea451f4c
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.5.4.tar.gz"],
integrity = "sha256-GD/+G687dBLisFVOf517Zn/AyOzYLDJjZbJ9QI2KZ2s=",
strip_prefix = "guzzle-6.5.4",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.5.4.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.5.4
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.4.tar.gz"],
integrity = "sha256-GD/+G687dBLisFVOf517Zn/AyOzYLDJjZbJ9QI2KZ2s=",
strip_prefix = "guzzle-6.5.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.4.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.5.4