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.15.4
vault / guzzle / 7.15.4

guzzle @ 7.15.4

integrity

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

release notes

Added

Changed

download

unix · zip
curl -fL -o 7.15.4.zip https://ratatoskr.space/pkg/guzzle/7.15.4.zip
                    printf '%s  %s\n' 'cec0f37c9d446a3cd961f37921adb78fb32f54bc2cb9cf3c254185a20ab64471' '7.15.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.15.4.zip"
$out = "7.15.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cec0f37c9d446a3cd961f37921adb78fb32f54bc2cb9cf3c254185a20ab64471") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.4.tar.gz https://ratatoskr.space/pkg/guzzle/7.15.4.tar.gz
                    printf '%s  %s\n' '378e62dca0e4e8ee8900c3a0534f10d4c8d6db5e71ba542330d26621bd37e262' '7.15.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.15.4.tar.gz"
$out = "7.15.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "378e62dca0e4e8ee8900c3a0534f10d4c8d6db5e71ba542330d26621bd37e262") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.15.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.4.zip
                    printf '%s  %s\n' 'cec0f37c9d446a3cd961f37921adb78fb32f54bc2cb9cf3c254185a20ab64471' '7.15.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.4.zip"
$out = "7.15.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "cec0f37c9d446a3cd961f37921adb78fb32f54bc2cb9cf3c254185a20ab64471") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.4.tar.gz
                    printf '%s  %s\n' '378e62dca0e4e8ee8900c3a0534f10d4c8d6db5e71ba542330d26621bd37e262' '7.15.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.4.tar.gz"
$out = "7.15.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "378e62dca0e4e8ee8900c3a0534f10d4c8d6db5e71ba542330d26621bd37e262") { throw "sha256 mismatch" }
artifact format size hashes
7.15.4.zip zip 175.8 KiB
blake3-24 14a7a4a88e23ab7f0b08e104862d0618dbff54d9521218e9
sha256 cec0f37c9d446a3cd961f37921adb78fb32f54bc2cb9cf3c254185a20ab64471
sha1 3dc2f1a65e421f4e55135aa16c0e458609d1d257
7.15.4.tar.gz tar.gz 149.0 KiB
blake3-24 8d1f253322b0060dd079e6aacb450b53efcea27c583abbdc
sha256 378e62dca0e4e8ee8900c3a0534f10d4c8d6db5e71ba542330d26621bd37e262
sha1 f17df6495119b77321608856872d70004eb69f5b

install

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