guzzle @ 6.1.0
integrity
- size
- 94.3 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
download
unix · zip
curl -fL -o 6.1.0.zip https://ratatoskr.space/pkg/guzzle/6.1.0.zip
printf '%s %s\n' 'c422e7761f45e0022a2fc1503a7615d533473bdaa8a3cb2ec83cced212720ef5' '6.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.1.0.zip"
$out = "6.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c422e7761f45e0022a2fc1503a7615d533473bdaa8a3cb2ec83cced212720ef5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.1.0.tar.gz https://ratatoskr.space/pkg/guzzle/6.1.0.tar.gz
printf '%s %s\n' 'bf698ccf40b883d3a1d0c007f4c9dc1312296bf34369618a1a88dfa4466ee119' '6.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.1.0.tar.gz"
$out = "6.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf698ccf40b883d3a1d0c007f4c9dc1312296bf34369618a1a88dfa4466ee119") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.0.zip
printf '%s %s\n' 'c422e7761f45e0022a2fc1503a7615d533473bdaa8a3cb2ec83cced212720ef5' '6.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.0.zip"
$out = "6.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c422e7761f45e0022a2fc1503a7615d533473bdaa8a3cb2ec83cced212720ef5") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.0.tar.gz
printf '%s %s\n' 'bf698ccf40b883d3a1d0c007f4c9dc1312296bf34369618a1a88dfa4466ee119' '6.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.0.tar.gz"
$out = "6.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bf698ccf40b883d3a1d0c007f4c9dc1312296bf34369618a1a88dfa4466ee119") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 6.1.0.zip | zip | 94.1 KiB |
blake3-24 04ad12bf1a84b003e6a99c6c7a8e458987e5b08b3f0d4491
sha256 c422e7761f45e0022a2fc1503a7615d533473bdaa8a3cb2ec83cced212720ef5
sha1 ff8655078c7dc0f718688f3dd9eda68ffb72d080
|
| 6.1.0.tar.gz | tar.gz | 76.3 KiB |
blake3-24 7d1803ea742e7d9e945cd10da0ac92a0b54b0305e083e28c
sha256 bf698ccf40b883d3a1d0c007f4c9dc1312296bf34369618a1a88dfa4466ee119
sha1 79b20076f25e2353de8d026c50f6f4de7dc59839
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/6.1.0.tar.gz"],
integrity = "sha256-v2mMz0C4g9Oh0MAH9MncExIpa/NDaWGKGojfpEZu4Rk=",
strip_prefix = "guzzle-6.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/6.1.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:6.1.0
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.0.tar.gz"],
integrity = "sha256-v2mMz0C4g9Oh0MAH9MncExIpa/NDaWGKGojfpEZu4Rk=",
strip_prefix = "guzzle-6.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.1.0.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:6.1.0