guzzle @ 7.6.1
integrity
- size
- 111.3 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 7.6.1.zip https://ratatoskr.space/pkg/guzzle/7.6.1.zip
printf '%s %s\n' '2121546d3106d269bc998430c1b91b5e103f92203f007a2f4a77b9e39819980b' '7.6.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.6.1.zip"
$out = "7.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2121546d3106d269bc998430c1b91b5e103f92203f007a2f4a77b9e39819980b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.6.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.6.1.tar.gz
printf '%s %s\n' '156f4baf7f42621717d97dba449599dec74f5f1e7523ab38d8219c1a01492bb4' '7.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.6.1.tar.gz"
$out = "7.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "156f4baf7f42621717d97dba449599dec74f5f1e7523ab38d8219c1a01492bb4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.6.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.1.zip
printf '%s %s\n' '2121546d3106d269bc998430c1b91b5e103f92203f007a2f4a77b9e39819980b' '7.6.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.1.zip"
$out = "7.6.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2121546d3106d269bc998430c1b91b5e103f92203f007a2f4a77b9e39819980b") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.6.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.1.tar.gz
printf '%s %s\n' '156f4baf7f42621717d97dba449599dec74f5f1e7523ab38d8219c1a01492bb4' '7.6.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.1.tar.gz"
$out = "7.6.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "156f4baf7f42621717d97dba449599dec74f5f1e7523ab38d8219c1a01492bb4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.6.1.zip | zip | 111.7 KiB |
blake3-24 cbd8a7e779e67b851e17b1b91b8f498dedfd8b3809a022a9
sha256 2121546d3106d269bc998430c1b91b5e103f92203f007a2f4a77b9e39819980b
sha1 bda2140c22003009938879a8da7b83a3347d8f33
|
| 7.6.1.tar.gz | tar.gz | 89.5 KiB |
blake3-24 b5226db81472c5b63c0ffcd4feda07cb33c1e0bb08344284
sha256 156f4baf7f42621717d97dba449599dec74f5f1e7523ab38d8219c1a01492bb4
sha1 efc4aad0bc00b902c49f2ad52e9b6b1303f274f7
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.6.1.tar.gz"],
integrity = "sha256-FW9Lr39CYhcX2X26RJWZ3sdPXx51I6s42CGcGgFJK7Q=",
strip_prefix = "guzzle-7.6.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.6.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.6.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.1.tar.gz"],
integrity = "sha256-FW9Lr39CYhcX2X26RJWZ3sdPXx51I6s42CGcGgFJK7Q=",
strip_prefix = "guzzle-7.6.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.6.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.6.1