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.1.1
vault / guzzle / 7.1.1

guzzle @ 7.1.1

integrity

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

release notes

See change log for changes.

download

unix · zip
curl -fL -o 7.1.1.zip https://ratatoskr.space/pkg/guzzle/7.1.1.zip
                    printf '%s  %s\n' 'a7afb692d3f7605f96c77ddfec6eb95dd613e48a7adbd1e1bed18286a632f946' '7.1.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.1.1.zip"
$out = "7.1.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7afb692d3f7605f96c77ddfec6eb95dd613e48a7adbd1e1bed18286a632f946") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.1.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.1.1.tar.gz
                    printf '%s  %s\n' '475a75bb8955a6e68e1e396f4478074654cfc8c6e8652eb78223587776a56699' '7.1.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.1.1.tar.gz"
$out = "7.1.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "475a75bb8955a6e68e1e396f4478074654cfc8c6e8652eb78223587776a56699") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.1.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.1.zip
                    printf '%s  %s\n' 'a7afb692d3f7605f96c77ddfec6eb95dd613e48a7adbd1e1bed18286a632f946' '7.1.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.1.zip"
$out = "7.1.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7afb692d3f7605f96c77ddfec6eb95dd613e48a7adbd1e1bed18286a632f946") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.1.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.1.tar.gz
                    printf '%s  %s\n' '475a75bb8955a6e68e1e396f4478074654cfc8c6e8652eb78223587776a56699' '7.1.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.1.1.tar.gz"
$out = "7.1.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "475a75bb8955a6e68e1e396f4478074654cfc8c6e8652eb78223587776a56699") { throw "sha256 mismatch" }
artifact format size hashes
7.1.1.zip zip 107.4 KiB
blake3-24 5f9e71178c20b34484746665a1b467e0380382388fed16e3
sha256 a7afb692d3f7605f96c77ddfec6eb95dd613e48a7adbd1e1bed18286a632f946
sha1 43b88f975ce514ac4fd2bea6e171c964d98da952
7.1.1.tar.gz tar.gz 85.9 KiB
blake3-24 1176c90c051df60793c56a6809316545c855a0fcc9b2f7d9
sha256 475a75bb8955a6e68e1e396f4478074654cfc8c6e8652eb78223587776a56699
sha1 7651ce64a4717d96675ec5b35a0511233d917c10

install

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