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

guzzle @ 6.0.1

integrity

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

download

unix · zip
curl -fL -o 6.0.1.zip https://ratatoskr.space/pkg/guzzle/6.0.1.zip
                    printf '%s  %s\n' '92b1a968dbea39e3bd84bd7e6f96dee8f37c545799c5397cdd4b685e91c942a2' '6.0.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.0.1.zip"
$out = "6.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "92b1a968dbea39e3bd84bd7e6f96dee8f37c545799c5397cdd4b685e91c942a2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.0.1.tar.gz https://ratatoskr.space/pkg/guzzle/6.0.1.tar.gz
                    printf '%s  %s\n' '4fa6f030960362d040c7116bf7d44e003dc4a8b368aee116d36271c3878962b0' '6.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.0.1.tar.gz"
$out = "6.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4fa6f030960362d040c7116bf7d44e003dc4a8b368aee116d36271c3878962b0") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.0.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.1.zip
                    printf '%s  %s\n' '92b1a968dbea39e3bd84bd7e6f96dee8f37c545799c5397cdd4b685e91c942a2' '6.0.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.1.zip"
$out = "6.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "92b1a968dbea39e3bd84bd7e6f96dee8f37c545799c5397cdd4b685e91c942a2") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.0.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.1.tar.gz
                    printf '%s  %s\n' '4fa6f030960362d040c7116bf7d44e003dc4a8b368aee116d36271c3878962b0' '6.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.0.1.tar.gz"
$out = "6.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4fa6f030960362d040c7116bf7d44e003dc4a8b368aee116d36271c3878962b0") { throw "sha256 mismatch" }
artifact format size hashes
6.0.1.zip zip 88.1 KiB
blake3-24 96baad8daab8e3889d09fe343adb0a5811ac9f2ecf9817d5
sha256 92b1a968dbea39e3bd84bd7e6f96dee8f37c545799c5397cdd4b685e91c942a2
sha1 2f0339ead532d4b28d4e84f84fc8f0818773f0b6
6.0.1.tar.gz tar.gz 71.2 KiB
blake3-24 270328db61442fe32b4da11f62c0fb22d08b16d2c74847b8
sha256 4fa6f030960362d040c7116bf7d44e003dc4a8b368aee116d36271c3878962b0
sha1 41f15295730793cc0ea9ea603577c12581fc75ac

install

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