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

guzzle @ 4.2.4

integrity

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

download

unix · zip
curl -fL -o 4.2.4.zip https://ratatoskr.space/pkg/guzzle/4.2.4.zip
                    printf '%s  %s\n' '91216009ff91b737b798fd1c32cfe4b8a664a1d3d5d8a3a4b898423f5b544bad' '4.2.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/4.2.4.zip"
$out = "4.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91216009ff91b737b798fd1c32cfe4b8a664a1d3d5d8a3a4b898423f5b544bad") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 4.2.4.tar.gz https://ratatoskr.space/pkg/guzzle/4.2.4.tar.gz
                    printf '%s  %s\n' 'b198db4484f4e4632fcc041fbf983f7245995c3cc21ddb317e62c510f8c2b41d' '4.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/4.2.4.tar.gz"
$out = "4.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b198db4484f4e4632fcc041fbf983f7245995c3cc21ddb317e62c510f8c2b41d") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 4.2.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.4.zip
                    printf '%s  %s\n' '91216009ff91b737b798fd1c32cfe4b8a664a1d3d5d8a3a4b898423f5b544bad' '4.2.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.4.zip"
$out = "4.2.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91216009ff91b737b798fd1c32cfe4b8a664a1d3d5d8a3a4b898423f5b544bad") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 4.2.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.4.tar.gz
                    printf '%s  %s\n' 'b198db4484f4e4632fcc041fbf983f7245995c3cc21ddb317e62c510f8c2b41d' '4.2.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/4.2.4.tar.gz"
$out = "4.2.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b198db4484f4e4632fcc041fbf983f7245995c3cc21ddb317e62c510f8c2b41d") { throw "sha256 mismatch" }
artifact format size hashes
4.2.4.zip zip 628.6 KiB
blake3-24 d7dac78db86e1c511fe6650888620fc5ea6c3bcc2c4653b2
sha256 91216009ff91b737b798fd1c32cfe4b8a664a1d3d5d8a3a4b898423f5b544bad
sha1 5347163da5edbe185c8d9b85eae2ce3f42000d8b
4.2.4.tar.gz tar.gz 563.1 KiB
blake3-24 fbc7cb20497a61f9b17f3067690cbfb903ebe6bb0198f86f
sha256 b198db4484f4e4632fcc041fbf983f7245995c3cc21ddb317e62c510f8c2b41d
sha1 6730eb2a18dc4298b58b8d641264e1c1ab6ca7ac

install

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