guzzle @ 7.1.0
integrity
- size
- 107.1 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
See change log for changes.
download
unix · zip
curl -fL -o 7.1.0.zip https://ratatoskr.space/pkg/guzzle/7.1.0.zip
printf '%s %s\n' '44b0de04e9c3e90d838461f5002e6fe84c28b2031f1bc5793f9229e441a7f687' '7.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.1.0.zip"
$out = "7.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "44b0de04e9c3e90d838461f5002e6fe84c28b2031f1bc5793f9229e441a7f687") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.1.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.1.0.tar.gz
printf '%s %s\n' '275283f84a7ce576b79be62357e17b234dc93b0ceb641336548e7fb519282e5f' '7.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.1.0.tar.gz"
$out = "7.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "275283f84a7ce576b79be62357e17b234dc93b0ceb641336548e7fb519282e5f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.0.zip
printf '%s %s\n' '44b0de04e9c3e90d838461f5002e6fe84c28b2031f1bc5793f9229e441a7f687' '7.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.0.zip"
$out = "7.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "44b0de04e9c3e90d838461f5002e6fe84c28b2031f1bc5793f9229e441a7f687") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.0.tar.gz
printf '%s %s\n' '275283f84a7ce576b79be62357e17b234dc93b0ceb641336548e7fb519282e5f' '7.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.0.tar.gz"
$out = "7.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "275283f84a7ce576b79be62357e17b234dc93b0ceb641336548e7fb519282e5f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.1.0.zip | zip | 107.4 KiB |
blake3-24 b165f496beef456137cdcc1f3d6110e0c9f0f58c5bc1bd27
sha256 44b0de04e9c3e90d838461f5002e6fe84c28b2031f1bc5793f9229e441a7f687
sha1 6b034655a0e6dc65b691d6ee1b8167e54376221d
|
| 7.1.0.tar.gz | tar.gz | 85.8 KiB |
blake3-24 94f784cc6b696fe350e898d6cfb75fca688a50946c8ca19e
sha256 275283f84a7ce576b79be62357e17b234dc93b0ceb641336548e7fb519282e5f
sha1 42ed0cf3c2a24f8bb2d2643ca30b712fa138babc
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.1.0.tar.gz"],
integrity = "sha256-J1KD+Ep85Xa3m+YjV+F7I03JOwzrZBM2VI5/tRkoLl8=",
strip_prefix = "guzzle-7.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.1.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.1.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.0.tar.gz"],
integrity = "sha256-J1KD+Ep85Xa3m+YjV+F7I03JOwzrZBM2VI5/tRkoLl8=",
strip_prefix = "guzzle-7.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.1.0