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/8.0.2
vault / guzzle / 8.0.2

guzzle @ 8.0.2

integrity

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

release notes

Changed

Fixed

download

unix · zip
curl -fL -o 8.0.2.zip https://ratatoskr.space/pkg/guzzle/8.0.2.zip
                    printf '%s  %s\n' '419f57fa7197c70d480f1058a2f12b59953a4fe3cc423d9186460459983fa5db' '8.0.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/8.0.2.zip"
$out = "8.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "419f57fa7197c70d480f1058a2f12b59953a4fe3cc423d9186460459983fa5db") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.0.2.tar.gz https://ratatoskr.space/pkg/guzzle/8.0.2.tar.gz
                    printf '%s  %s\n' 'a5013fc01008d0886881c8205199b9889bef4fd3355df7690b75930432734604' '8.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/8.0.2.tar.gz"
$out = "8.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a5013fc01008d0886881c8205199b9889bef4fd3355df7690b75930432734604") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 8.0.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.2.zip
                    printf '%s  %s\n' '419f57fa7197c70d480f1058a2f12b59953a4fe3cc423d9186460459983fa5db' '8.0.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.2.zip"
$out = "8.0.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "419f57fa7197c70d480f1058a2f12b59953a4fe3cc423d9186460459983fa5db") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.0.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.2.tar.gz
                    printf '%s  %s\n' 'a5013fc01008d0886881c8205199b9889bef4fd3355df7690b75930432734604' '8.0.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.2.tar.gz"
$out = "8.0.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a5013fc01008d0886881c8205199b9889bef4fd3355df7690b75930432734604") { throw "sha256 mismatch" }
artifact format size hashes
8.0.2.zip zip 242.2 KiB
blake3-24 4531453210abaae2af08163394e20b5c94adf40ea66b4012
sha256 419f57fa7197c70d480f1058a2f12b59953a4fe3cc423d9186460459983fa5db
sha1 e9fbe38d4569efc3e208c8f9a245e25db7bb1360
8.0.2.tar.gz tar.gz 205.7 KiB
blake3-24 dfa1b70e62018093aaf034d08873255459fe1ea302663417
sha256 a5013fc01008d0886881c8205199b9889bef4fd3355df7690b75930432734604
sha1 655925c4664a89c09bd2f21dba56e45a7e5980df

install

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