guzzle @ 7.8.1
integrity
- size
- 111.4 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Changed
- Updated links in docs to their canonical versions
- Replaced
call_user_func*with native calls
download
unix · zip
curl -fL -o 7.8.1.zip https://ratatoskr.space/pkg/guzzle/7.8.1.zip
printf '%s %s\n' '51cf8782b58c9341476a014fd1a34df4a86ece779c1d25d5f7201a51773ef2a1' '7.8.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.8.1.zip"
$out = "7.8.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "51cf8782b58c9341476a014fd1a34df4a86ece779c1d25d5f7201a51773ef2a1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.8.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.8.1.tar.gz
printf '%s %s\n' 'e05af41338f9af22b967b3704121ed4e289a5e304a81741c43d74cfb59e1b501' '7.8.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.8.1.tar.gz"
$out = "7.8.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e05af41338f9af22b967b3704121ed4e289a5e304a81741c43d74cfb59e1b501") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.8.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.1.zip
printf '%s %s\n' '51cf8782b58c9341476a014fd1a34df4a86ece779c1d25d5f7201a51773ef2a1' '7.8.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.1.zip"
$out = "7.8.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "51cf8782b58c9341476a014fd1a34df4a86ece779c1d25d5f7201a51773ef2a1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.8.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.1.tar.gz
printf '%s %s\n' 'e05af41338f9af22b967b3704121ed4e289a5e304a81741c43d74cfb59e1b501' '7.8.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.1.tar.gz"
$out = "7.8.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e05af41338f9af22b967b3704121ed4e289a5e304a81741c43d74cfb59e1b501") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.8.1.zip | zip | 111.8 KiB |
blake3-24 1e72c0791a626eb5577620035430d991fe9f9f63eca9141d
sha256 51cf8782b58c9341476a014fd1a34df4a86ece779c1d25d5f7201a51773ef2a1
sha1 20e99edda472c2a11b0cf23498d4cafb74835218
|
| 7.8.1.tar.gz | tar.gz | 89.7 KiB |
blake3-24 047dd8baa0b26e740f418cc8903b9e7b0a6890703948e204
sha256 e05af41338f9af22b967b3704121ed4e289a5e304a81741c43d74cfb59e1b501
sha1 d0ceb48dbe23507f4f7de5b33f9f3a7963c27c17
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.8.1.tar.gz"],
integrity = "sha256-4Fr0Ezj5ryK5Z7NwQSHtTiiaXjBKgXQcQ9dM+1nhtQE=",
strip_prefix = "guzzle-7.8.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.8.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.8.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.1.tar.gz"],
integrity = "sha256-4Fr0Ezj5ryK5Z7NwQSHtTiiaXjBKgXQcQ9dM+1nhtQE=",
strip_prefix = "guzzle-7.8.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.8.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.8.1