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.1
vault / guzzle / 6.5.1

guzzle @ 6.5.1

integrity

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

release notes

download

unix · zip
curl -fL -o 6.5.1.zip https://ratatoskr.space/pkg/guzzle/6.5.1.zip
                    printf '%s  %s\n' 'd0f424bbdd26eda28b50ca0e151dcc4610935430481bdc84c2686748b456560d' '6.5.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/6.5.1.zip"
$out = "6.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0f424bbdd26eda28b50ca0e151dcc4610935430481bdc84c2686748b456560d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.1.tar.gz https://ratatoskr.space/pkg/guzzle/6.5.1.tar.gz
                    printf '%s  %s\n' '82f9f771317c874736bb688d7dfad9ff2afa486807b45a3f9037d40f96e885dc' '6.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/6.5.1.tar.gz"
$out = "6.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82f9f771317c874736bb688d7dfad9ff2afa486807b45a3f9037d40f96e885dc") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 6.5.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.1.zip
                    printf '%s  %s\n' 'd0f424bbdd26eda28b50ca0e151dcc4610935430481bdc84c2686748b456560d' '6.5.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.1.zip"
$out = "6.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d0f424bbdd26eda28b50ca0e151dcc4610935430481bdc84c2686748b456560d") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 6.5.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.1.tar.gz
                    printf '%s  %s\n' '82f9f771317c874736bb688d7dfad9ff2afa486807b45a3f9037d40f96e885dc' '6.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/6.5.1.tar.gz"
$out = "6.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "82f9f771317c874736bb688d7dfad9ff2afa486807b45a3f9037d40f96e885dc") { throw "sha256 mismatch" }
artifact format size hashes
6.5.1.zip zip 102.6 KiB
blake3-24 a1b119222624c397697a018561e6bd83a31897d488081674
sha256 d0f424bbdd26eda28b50ca0e151dcc4610935430481bdc84c2686748b456560d
sha1 c0808050459eca26fc9832530a8676c379a29646
6.5.1.tar.gz tar.gz 83.3 KiB
blake3-24 f04e232d418120029054cff3e6a284e1bc362f8c6166a42b
sha256 82f9f771317c874736bb688d7dfad9ff2afa486807b45a3f9037d40f96e885dc
sha1 ed03becf0154c379deccac7f47ad4b3e4d9a8530

install

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