guzzle @ 6.5.3
integrity
- size
- 102.6 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 6.5.3.zip https://ratatoskr.space/pkg/guzzle/6.5.3.zip
printf '%s %s\n' '04d04007751c0f0fa544419f3a93434cc2bf295e2a3033d381ef1332f321b68f' '6.5.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.5.3.zip"
$out = "6.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04d04007751c0f0fa544419f3a93434cc2bf295e2a3033d381ef1332f321b68f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.3.tar.gz https://ratatoskr.space/pkg/guzzle/6.5.3.tar.gz
printf '%s %s\n' 'ba378b21861845a99d209918fc349420ba6b4911146fbc529f9f88c6614ba281' '6.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.5.3.tar.gz"
$out = "6.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ba378b21861845a99d209918fc349420ba6b4911146fbc529f9f88c6614ba281") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.5.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.3.zip
printf '%s %s\n' '04d04007751c0f0fa544419f3a93434cc2bf295e2a3033d381ef1332f321b68f' '6.5.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.3.zip"
$out = "6.5.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "04d04007751c0f0fa544419f3a93434cc2bf295e2a3033d381ef1332f321b68f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.3.tar.gz
printf '%s %s\n' 'ba378b21861845a99d209918fc349420ba6b4911146fbc529f9f88c6614ba281' '6.5.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.3.tar.gz"
$out = "6.5.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ba378b21861845a99d209918fc349420ba6b4911146fbc529f9f88c6614ba281") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.5.3.zip | zip | 102.9 KiB |
blake3-24 71b0691656918e7872efd1d65150ed376d46fbb8aa339f70
sha256 04d04007751c0f0fa544419f3a93434cc2bf295e2a3033d381ef1332f321b68f
sha1 3fcf6c59fd77b8b44a7ee7775fc8598be712412d
|
| 6.5.3.tar.gz | tar.gz | 83.3 KiB |
blake3-24 b3cbe40704fafeafbf69fd3c2ca4f9fcd2a128f0425b89bd
sha256 ba378b21861845a99d209918fc349420ba6b4911146fbc529f9f88c6614ba281
sha1 272bb2b8cb82a9ab0a9f831f490ddfbc423db6eb
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.5.3.tar.gz"],
integrity = "sha256-ujeLIYYYRamdIJkY/DSUILprSREUb7xSn5+IxmFLooE=",
strip_prefix = "guzzle-6.5.3",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.5.3.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.5.3
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.3.tar.gz"],
integrity = "sha256-ujeLIYYYRamdIJkY/DSUILprSREUb7xSn5+IxmFLooE=",
strip_prefix = "guzzle-6.5.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.3.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.5.3