guzzle @ 7.5.2
integrity
- size
- 110.6 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 7.5.2.zip https://ratatoskr.space/pkg/guzzle/7.5.2.zip
printf '%s %s\n' '6601dce9714dc38c6df0583a860732c7199892143999363526c96cb7c0c4e1aa' '7.5.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.5.2.zip"
$out = "7.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6601dce9714dc38c6df0583a860732c7199892143999363526c96cb7c0c4e1aa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.5.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.5.2.tar.gz
printf '%s %s\n' '13c2576429be81fde23ca9b151367a97fc7df41fb74727ad726f8cb05537cb52' '7.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.5.2.tar.gz"
$out = "7.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13c2576429be81fde23ca9b151367a97fc7df41fb74727ad726f8cb05537cb52") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.5.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.2.zip
printf '%s %s\n' '6601dce9714dc38c6df0583a860732c7199892143999363526c96cb7c0c4e1aa' '7.5.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.2.zip"
$out = "7.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6601dce9714dc38c6df0583a860732c7199892143999363526c96cb7c0c4e1aa") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.5.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.2.tar.gz
printf '%s %s\n' '13c2576429be81fde23ca9b151367a97fc7df41fb74727ad726f8cb05537cb52' '7.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.2.tar.gz"
$out = "7.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "13c2576429be81fde23ca9b151367a97fc7df41fb74727ad726f8cb05537cb52") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.5.2.zip | zip | 111.0 KiB |
blake3-24 874d14a7742ae937c44a0b80fc8beeec1be38536fd781225
sha256 6601dce9714dc38c6df0583a860732c7199892143999363526c96cb7c0c4e1aa
sha1 6358c23bc6403f743e7bb9f79c1317e285dcc4d2
|
| 7.5.2.tar.gz | tar.gz | 88.9 KiB |
blake3-24 d8a5cfad8fafe0b1344f98b84c3f56eb8a67517171aec784
sha256 13c2576429be81fde23ca9b151367a97fc7df41fb74727ad726f8cb05537cb52
sha1 d81266be77fe0efe9c3bb257ede1dae54cfde731
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.5.2.tar.gz"],
integrity = "sha256-E8JXZCm+gf3iPKmxUTZ6l/x99B+3Ryetcm+MsFU3y1I=",
strip_prefix = "guzzle-7.5.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.5.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.5.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.2.tar.gz"],
integrity = "sha256-E8JXZCm+gf3iPKmxUTZ6l/x99B+3Ryetcm+MsFU3y1I=",
strip_prefix = "guzzle-7.5.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.5.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.5.2