guzzle @ 6.3.3
integrity
- size
- 98.4 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 6.3.3.zip https://ratatoskr.space/pkg/guzzle/6.3.3.zip
printf '%s %s\n' '0787d8f2f6fedbb45602a0153806c73d21b6a09cb0257d3ab6c26537992746e7' '6.3.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.3.3.zip"
$out = "6.3.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0787d8f2f6fedbb45602a0153806c73d21b6a09cb0257d3ab6c26537992746e7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.3.3.tar.gz https://ratatoskr.space/pkg/guzzle/6.3.3.tar.gz
printf '%s %s\n' 'b566b23d4acc86b56340a7f2294d415dd31c9eb51016812bd92c3b7f59282a12' '6.3.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.3.3.tar.gz"
$out = "6.3.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b566b23d4acc86b56340a7f2294d415dd31c9eb51016812bd92c3b7f59282a12") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.3.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.3.zip
printf '%s %s\n' '0787d8f2f6fedbb45602a0153806c73d21b6a09cb0257d3ab6c26537992746e7' '6.3.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.3.zip"
$out = "6.3.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "0787d8f2f6fedbb45602a0153806c73d21b6a09cb0257d3ab6c26537992746e7") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.3.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.3.tar.gz
printf '%s %s\n' 'b566b23d4acc86b56340a7f2294d415dd31c9eb51016812bd92c3b7f59282a12' '6.3.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.3.tar.gz"
$out = "6.3.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b566b23d4acc86b56340a7f2294d415dd31c9eb51016812bd92c3b7f59282a12") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.3.3.zip | zip | 98.6 KiB |
blake3-24 30cc37ee9eae029656797a7a1a31a766b9643e0eec375891
sha256 0787d8f2f6fedbb45602a0153806c73d21b6a09cb0257d3ab6c26537992746e7
sha1 122729b3df7e1787efba325f1614be14e5934e4e
|
| 6.3.3.tar.gz | tar.gz | 80.4 KiB |
blake3-24 f17138cc03cce2bf9fee252621f2c1c4a8522f7394e6fad6
sha256 b566b23d4acc86b56340a7f2294d415dd31c9eb51016812bd92c3b7f59282a12
sha1 4225b55116b281cfaf9e7c13fe695f2e7669b13b
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.3.3.tar.gz"],
integrity = "sha256-tWayPUrMhrVjQKfyKU1BXdMcnrUQFoEr2Sw7f1koKhI=",
strip_prefix = "guzzle-6.3.3",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.3.3.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.3.3
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.3.tar.gz"],
integrity = "sha256-tWayPUrMhrVjQKfyKU1BXdMcnrUQFoEr2Sw7f1koKhI=",
strip_prefix = "guzzle-6.3.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.3.3.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.3.3