guzzle @ 5.3.0
integrity
- size
- 477.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 5.3.0.zip https://ratatoskr.space/pkg/guzzle/5.3.0.zip
printf '%s %s\n' '5aa0d5a32460f44a81c835fe938bbff334268567394ad22b12d081c854c00cef' '5.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/5.3.0.zip"
$out = "5.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5aa0d5a32460f44a81c835fe938bbff334268567394ad22b12d081c854c00cef") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.3.0.tar.gz https://ratatoskr.space/pkg/guzzle/5.3.0.tar.gz
printf '%s %s\n' 'b4e0b35fc33441abfc176af8446ef4b93db992e95f6a7900e69fe112ed5fe9ad' '5.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/5.3.0.tar.gz"
$out = "5.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b4e0b35fc33441abfc176af8446ef4b93db992e95f6a7900e69fe112ed5fe9ad") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 5.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.3.0.zip
printf '%s %s\n' '5aa0d5a32460f44a81c835fe938bbff334268567394ad22b12d081c854c00cef' '5.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.3.0.zip"
$out = "5.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5aa0d5a32460f44a81c835fe938bbff334268567394ad22b12d081c854c00cef") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 5.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.3.0.tar.gz
printf '%s %s\n' 'b4e0b35fc33441abfc176af8446ef4b93db992e95f6a7900e69fe112ed5fe9ad' '5.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.3.0.tar.gz"
$out = "5.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b4e0b35fc33441abfc176af8446ef4b93db992e95f6a7900e69fe112ed5fe9ad") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 5.3.0.zip | zip | 477.8 KiB |
blake3-24 29f9420dfe5f3f053c975e011b18c006da7c79f7e1fb68a1
sha256 5aa0d5a32460f44a81c835fe938bbff334268567394ad22b12d081c854c00cef
sha1 d5f245726d60522615f3362b954f226f7c99c9d1
|
| 5.3.0.tar.gz | tar.gz | 419.3 KiB |
blake3-24 f094d60ed275d55fb9d85a286d02995e4c63a5e054247ea1
sha256 b4e0b35fc33441abfc176af8446ef4b93db992e95f6a7900e69fe112ed5fe9ad
sha1 c5e4fc89d78c7e16568359f59a6a12fc80c3eb22
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/5.3.0.tar.gz"],
integrity = "sha256-tOCzX8M0Qav8F2r4RG70uT25kulfankA5p/hEu1f6a0=",
strip_prefix = "guzzle-5.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/5.3.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:5.3.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.3.0.tar.gz"],
integrity = "sha256-tOCzX8M0Qav8F2r4RG70uT25kulfankA5p/hEu1f6a0=",
strip_prefix = "guzzle-5.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/5.3.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:5.3.0