guzzle @ 6.5.8
integrity
- size
- 103.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 6.5.8.zip https://ratatoskr.space/pkg/guzzle/6.5.8.zip
printf '%s %s\n' 'b257a3992d16753b1332a31724fb7491eb5fb19f161a6d89d068dad8bac9b00e' '6.5.8.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.5.8.zip"
$out = "6.5.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b257a3992d16753b1332a31724fb7491eb5fb19f161a6d89d068dad8bac9b00e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.8.tar.gz https://ratatoskr.space/pkg/guzzle/6.5.8.tar.gz
printf '%s %s\n' 'a51788c2703b73672561f00a0e7e00257766f3d1746cc931b60393b1a6a86230' '6.5.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.5.8.tar.gz"
$out = "6.5.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a51788c2703b73672561f00a0e7e00257766f3d1746cc931b60393b1a6a86230") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.5.8.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.8.zip
printf '%s %s\n' 'b257a3992d16753b1332a31724fb7491eb5fb19f161a6d89d068dad8bac9b00e' '6.5.8.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.8.zip"
$out = "6.5.8.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b257a3992d16753b1332a31724fb7491eb5fb19f161a6d89d068dad8bac9b00e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.8.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.8.tar.gz
printf '%s %s\n' 'a51788c2703b73672561f00a0e7e00257766f3d1746cc931b60393b1a6a86230' '6.5.8.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.8.tar.gz"
$out = "6.5.8.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a51788c2703b73672561f00a0e7e00257766f3d1746cc931b60393b1a6a86230") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.5.8.zip | zip | 104.2 KiB |
blake3-24 7bb2500ba0ffb98b3f02e6fcdd51baa9b51817762a19334c
sha256 b257a3992d16753b1332a31724fb7491eb5fb19f161a6d89d068dad8bac9b00e
sha1 7e268814662b9e7a07cf64b9cedae87491f58086
|
| 6.5.8.tar.gz | tar.gz | 84.6 KiB |
blake3-24 ff67d3f31a787b363c6b79edc0853782a1059cb1415b6cdc
sha256 a51788c2703b73672561f00a0e7e00257766f3d1746cc931b60393b1a6a86230
sha1 04bbb1745471c25d158ad24071931cf15bf19836
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.5.8.tar.gz"],
integrity = "sha256-pReIwnA7c2clYfAKDn4AJXdm89F0bMkxtgOTsaaoYjA=",
strip_prefix = "guzzle-6.5.8",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.5.8.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.5.8
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.8.tar.gz"],
integrity = "sha256-pReIwnA7c2clYfAKDn4AJXdm89F0bMkxtgOTsaaoYjA=",
strip_prefix = "guzzle-6.5.8",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.8.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.5.8