yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/guzzle/7.8.0
vault / guzzle / 7.8.0

guzzle @ 7.8.0

integrity

size
111.4 KiB
downloaded
last checked
overlays
composer
detected
composer guzzlehttp/guzzle
source https://github.com/guzzle/guzzle · available · github

release notes

See change log for changes.

download

unix · zip
curl -fL -o 7.8.0.zip https://ratatoskr.space/pkg/guzzle/7.8.0.zip
                    printf '%s  %s\n' '5bce5a2213cc4eb4c1fc2b809a6f2fedb7b97463fa18b49163507d8a77edfba6' '7.8.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.8.0.zip"
$out = "7.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5bce5a2213cc4eb4c1fc2b809a6f2fedb7b97463fa18b49163507d8a77edfba6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.8.0.tar.gz https://ratatoskr.space/pkg/guzzle/7.8.0.tar.gz
                    printf '%s  %s\n' '2dfcf4c82ef7c47ba3d1419be269e7e9353a3099b640b1cd80957c62fc1f6871' '7.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.8.0.tar.gz"
$out = "7.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2dfcf4c82ef7c47ba3d1419be269e7e9353a3099b640b1cd80957c62fc1f6871") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.8.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.0.zip
                    printf '%s  %s\n' '5bce5a2213cc4eb4c1fc2b809a6f2fedb7b97463fa18b49163507d8a77edfba6' '7.8.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.0.zip"
$out = "7.8.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5bce5a2213cc4eb4c1fc2b809a6f2fedb7b97463fa18b49163507d8a77edfba6") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.8.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.0.tar.gz
                    printf '%s  %s\n' '2dfcf4c82ef7c47ba3d1419be269e7e9353a3099b640b1cd80957c62fc1f6871' '7.8.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.0.tar.gz"
$out = "7.8.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2dfcf4c82ef7c47ba3d1419be269e7e9353a3099b640b1cd80957c62fc1f6871") { throw "sha256 mismatch" }
artifact format size hashes
7.8.0.zip zip 111.8 KiB
blake3-24 2ed077d152680e8331d8a55a94a41bd00359d5bdcc11608c
sha256 5bce5a2213cc4eb4c1fc2b809a6f2fedb7b97463fa18b49163507d8a77edfba6
sha1 15643c013dc4197db9d4ba84425db8b92787416b
7.8.0.tar.gz tar.gz 89.6 KiB
blake3-24 ffdcb0c86d6ddbcb558257ff428bf9876730da2dd2d5ed59
sha256 2dfcf4c82ef7c47ba3d1419be269e7e9353a3099b640b1cd80957c62fc1f6871
sha1 daba3181d8cb13bf2841bbdc42a1d24d17ad0a25

install

bazel
http_archive(
    name = "guzzle",
    urls = ["https://ratatoskr.space/pkg/guzzle/7.8.0.tar.gz"],
    integrity = "sha256-Lfz0yC73xHuj0UGb4mnn6TU6MJm2QLHNgJV8YvwfaHE=",
    strip_prefix = "guzzle-7.8.0",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.8.0.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg
composer require guzzlehttp/guzzle:7.8.0
install via yggdrasil mesh
bazel
http_archive(
    name = "guzzle",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.0.tar.gz"],
    integrity = "sha256-Lfz0yC73xHuj0UGb4mnn6TU6MJm2QLHNgJV8YvwfaHE=",
    strip_prefix = "guzzle-7.8.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.0.tar.gz",
composer
composer config secure-http false
composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg
composer require guzzlehttp/guzzle:7.8.0
← 7.8.17.7.1 →