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.5.5
vault / guzzle / 6.5.5

guzzle @ 6.5.5

integrity

size
102.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 6.5.5.zip https://ratatoskr.space/pkg/guzzle/6.5.5.zip
                    printf '%s  %s\n' 'd233cadf3330ec7ef66f51b5608a504bfb1ede82f9bfb6b87445b7cb07e2e9c3' '6.5.5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.5.5.zip"
$out = "6.5.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d233cadf3330ec7ef66f51b5608a504bfb1ede82f9bfb6b87445b7cb07e2e9c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.5.tar.gz https://ratatoskr.space/pkg/guzzle/6.5.5.tar.gz
                    printf '%s  %s\n' 'e2809648eb5a40e6c82ff0c240db1fd0b86522d32d57a8836e564b85b56317d9' '6.5.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.5.5.tar.gz"
$out = "6.5.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e2809648eb5a40e6c82ff0c240db1fd0b86522d32d57a8836e564b85b56317d9") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.5.5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.5.zip
                    printf '%s  %s\n' 'd233cadf3330ec7ef66f51b5608a504bfb1ede82f9bfb6b87445b7cb07e2e9c3' '6.5.5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.5.zip"
$out = "6.5.5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d233cadf3330ec7ef66f51b5608a504bfb1ede82f9bfb6b87445b7cb07e2e9c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.5.tar.gz
                    printf '%s  %s\n' 'e2809648eb5a40e6c82ff0c240db1fd0b86522d32d57a8836e564b85b56317d9' '6.5.5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.5.tar.gz"
$out = "6.5.5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e2809648eb5a40e6c82ff0c240db1fd0b86522d32d57a8836e564b85b56317d9") { throw "sha256 mismatch" }
artifact format size hashes
6.5.5.zip zip 103.3 KiB
blake3-24 3250e1a30251c806a21b10950d4a59699f84e1f9c40a5c2d
sha256 d233cadf3330ec7ef66f51b5608a504bfb1ede82f9bfb6b87445b7cb07e2e9c3
sha1 475a902cdb9417de6e6030f6a629ccc370c4442f
6.5.5.tar.gz tar.gz 83.6 KiB
blake3-24 65106a3019803b849d36ba8c8dc19d52cfdabee3af11e0f0
sha256 e2809648eb5a40e6c82ff0c240db1fd0b86522d32d57a8836e564b85b56317d9
sha1 25f883159f3e50272ad83f2ce8b90bd1cf8c6b51

install

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