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.12.2
vault / guzzle / 7.12.2

guzzle @ 7.12.2

integrity

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

release notes

Fixed

download

unix · zip
curl -fL -o 7.12.2.zip https://ratatoskr.space/pkg/guzzle/7.12.2.zip
                    printf '%s  %s\n' '4f95a2beeef809668a7b3b19ea1d960d352be1db1fbe8c5ecd9e01d1ad0e8840' '7.12.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.12.2.zip"
$out = "7.12.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4f95a2beeef809668a7b3b19ea1d960d352be1db1fbe8c5ecd9e01d1ad0e8840") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.12.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.12.2.tar.gz
                    printf '%s  %s\n' 'bc263cf191afb466ccb4aeb59c87aa7d0f4205c000437ac5c7835227618a77e2' '7.12.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.12.2.tar.gz"
$out = "7.12.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc263cf191afb466ccb4aeb59c87aa7d0f4205c000437ac5c7835227618a77e2") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.12.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.2.zip
                    printf '%s  %s\n' '4f95a2beeef809668a7b3b19ea1d960d352be1db1fbe8c5ecd9e01d1ad0e8840' '7.12.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.2.zip"
$out = "7.12.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4f95a2beeef809668a7b3b19ea1d960d352be1db1fbe8c5ecd9e01d1ad0e8840") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.12.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.2.tar.gz
                    printf '%s  %s\n' 'bc263cf191afb466ccb4aeb59c87aa7d0f4205c000437ac5c7835227618a77e2' '7.12.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.2.tar.gz"
$out = "7.12.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc263cf191afb466ccb4aeb59c87aa7d0f4205c000437ac5c7835227618a77e2") { throw "sha256 mismatch" }
artifact format size hashes
7.12.2.zip zip 137.0 KiB
blake3-24 4f403b825a5275a382d2ab333de9eb811c0ecf2d948b8a5a
sha256 4f95a2beeef809668a7b3b19ea1d960d352be1db1fbe8c5ecd9e01d1ad0e8840
sha1 a60d3eb47ef36d09e669dc09b2b4f7d34b0680d6
7.12.2.tar.gz tar.gz 112.9 KiB
blake3-24 6487ec11950ea56dc74297e58df190c0a3edb33d12a8aaf2
sha256 bc263cf191afb466ccb4aeb59c87aa7d0f4205c000437ac5c7835227618a77e2
sha1 d32c9b20742e132a4e65cfffacccd689adc5174f

install

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