guzzle @ 6.4.1
integrity
- size
- 100.7 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 6.4.1.zip https://ratatoskr.space/pkg/guzzle/6.4.1.zip
printf '%s %s\n' 'f72cc23f8536902c5223558059694eea9b0d281c318a33197846cd617a47dcfb' '6.4.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.4.1.zip"
$out = "6.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f72cc23f8536902c5223558059694eea9b0d281c318a33197846cd617a47dcfb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.4.1.tar.gz https://ratatoskr.space/pkg/guzzle/6.4.1.tar.gz
printf '%s %s\n' 'd3f9f6f7d022d2c051c9cf6917ecfada8fe282acf7f91e5f248445a249b92ef4' '6.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.4.1.tar.gz"
$out = "6.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3f9f6f7d022d2c051c9cf6917ecfada8fe282acf7f91e5f248445a249b92ef4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.4.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.4.1.zip
printf '%s %s\n' 'f72cc23f8536902c5223558059694eea9b0d281c318a33197846cd617a47dcfb' '6.4.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.4.1.zip"
$out = "6.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f72cc23f8536902c5223558059694eea9b0d281c318a33197846cd617a47dcfb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.4.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.4.1.tar.gz
printf '%s %s\n' 'd3f9f6f7d022d2c051c9cf6917ecfada8fe282acf7f91e5f248445a249b92ef4' '6.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.4.1.tar.gz"
$out = "6.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d3f9f6f7d022d2c051c9cf6917ecfada8fe282acf7f91e5f248445a249b92ef4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.4.1.zip | zip | 101.0 KiB |
blake3-24 45708b85ba3433bb1d908bcfa377def21f62e209c5a5811e
sha256 f72cc23f8536902c5223558059694eea9b0d281c318a33197846cd617a47dcfb
sha1 9c7721865368978b58616d9b4874294b0346bd88
|
| 6.4.1.tar.gz | tar.gz | 81.9 KiB |
blake3-24 a3bbb78556789db038142de719560fbbc157dfd3fb7562ea
sha256 d3f9f6f7d022d2c051c9cf6917ecfada8fe282acf7f91e5f248445a249b92ef4
sha1 07620a2f21fe8d244a463210a6d8bb1a9866a1a0
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.4.1.tar.gz"],
integrity = "sha256-0/n299Ai0sBRyc9pF+z62o/igqz3+R5fJIRFokm5LvQ=",
strip_prefix = "guzzle-6.4.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.4.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.4.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.4.1.tar.gz"],
integrity = "sha256-0/n299Ai0sBRyc9pF+z62o/igqz3+R5fJIRFokm5LvQ=",
strip_prefix = "guzzle-6.4.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.4.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.4.1