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.3
vault / guzzle / 7.12.3

guzzle @ 7.12.3

integrity

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

release notes

Changed

Security

download

unix · zip
curl -fL -o 7.12.3.zip https://ratatoskr.space/pkg/guzzle/7.12.3.zip
                    printf '%s  %s\n' '10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4' '7.12.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.12.3.zip"
$out = "7.12.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.12.3.tar.gz https://ratatoskr.space/pkg/guzzle/7.12.3.tar.gz
                    printf '%s  %s\n' '877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8' '7.12.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.12.3.tar.gz"
$out = "7.12.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.12.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.zip
                    printf '%s  %s\n' '10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4' '7.12.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.zip"
$out = "7.12.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.12.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.tar.gz
                    printf '%s  %s\n' '877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8' '7.12.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.3.tar.gz"
$out = "7.12.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8") { throw "sha256 mismatch" }
artifact format size hashes
7.12.3.zip zip 137.3 KiB
blake3-24 31ab6bbf0d70eb0cfffa9d345f7be09bab1f760c386692ff
sha256 10b3d51b6d070615504fcb1e9fdafbfe45b71486be2e11b88279b766d0ba8eb4
sha1 8b567e511d7190be1199866c678ded2478c75cf0
7.12.3.tar.gz tar.gz 113.3 KiB
blake3-24 048386358c94399d37b4bec5a1b2d4453cde771c2adb2f37
sha256 877fc246f31f3d6b6a545a41a7b4e072d7fca0de16a0f7f114cf74195e3120f8
sha1 488f8996b6cebb54f78af25fb4c3cb42424cfe62

install

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