goldmark @ v1.7.17
integrity
- size
- 303.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yuin/goldmark
release notes
Full Changelog: https://github.com/yuin/goldmark/compare/v1.7.16...v1.7.17
download
unix · zip
curl -fL -o v1.7.17.zip https://ratatoskr.space/pkg/goldmark/v1.7.17.zip
printf '%s %s\n' 'd723412570757e6373f01f7576d8bf2a399d42a4b79ccddcadd5c51b8d126aeb' 'v1.7.17.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.7.17.zip"
$out = "v1.7.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d723412570757e6373f01f7576d8bf2a399d42a4b79ccddcadd5c51b8d126aeb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.17.tar.gz https://ratatoskr.space/pkg/goldmark/v1.7.17.tar.gz
printf '%s %s\n' '989d7f8b6b31241fffcd67d3243fa0562cb0fcc7b7d8b665a25520afe4b1d021' 'v1.7.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.7.17.tar.gz"
$out = "v1.7.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "989d7f8b6b31241fffcd67d3243fa0562cb0fcc7b7d8b665a25520afe4b1d021") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.7.17.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.17.zip
printf '%s %s\n' 'd723412570757e6373f01f7576d8bf2a399d42a4b79ccddcadd5c51b8d126aeb' 'v1.7.17.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.17.zip"
$out = "v1.7.17.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d723412570757e6373f01f7576d8bf2a399d42a4b79ccddcadd5c51b8d126aeb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.7.17.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.17.tar.gz
printf '%s %s\n' '989d7f8b6b31241fffcd67d3243fa0562cb0fcc7b7d8b665a25520afe4b1d021' 'v1.7.17.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.17.tar.gz"
$out = "v1.7.17.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "989d7f8b6b31241fffcd67d3243fa0562cb0fcc7b7d8b665a25520afe4b1d021") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.7.17.zip | zip | 306.5 KiB |
blake3-24 f6f89171408bf63db9484363934d87794c7ad467be949d31
sha256 d723412570757e6373f01f7576d8bf2a399d42a4b79ccddcadd5c51b8d126aeb
sha1 c136a08879477ff30dc5fa8ec7bf2d189c0ba5d7
|
| v1.7.17.tar.gz | tar.gz | 267.2 KiB |
blake3-24 8c05d975836bfc6e41e16380fc1ab90b744cd25deca677b9
sha256 989d7f8b6b31241fffcd67d3243fa0562cb0fcc7b7d8b665a25520afe4b1d021
sha1 83344aba7049e82393a1396327b36bb5cfe09e6a
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v1.7.17.zip | zip | 260.0 KiB |
blake3-24 32fbc3cc26872acf5344039dbfc14799868ffa8aa0fa153b
sha256 ec41287b3ec78813d1f7c1dea5ed0f9eeff866deda467070d58398b231c01951
sha1 5bdaa42477b974031793f88b669ad79cb2a53978
|
install
bazel
http_archive(
name = "goldmark",
urls = ["https://ratatoskr.space/pkg/goldmark/v1.7.17.tar.gz"],
integrity = "sha256-mJ1/i2sxJB//zWfTJD+gViyw/Me32LZlolUgr+Sx0CE=",
strip_prefix = "goldmark-v1.7.17",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v1.7.17.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark@v1.7.17
install via yggdrasil mesh
bazel
http_archive(
name = "goldmark",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.17.tar.gz"],
integrity = "sha256-mJ1/i2sxJB//zWfTJD+gViyw/Me32LZlolUgr+Sx0CE=",
strip_prefix = "goldmark-v1.7.17",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.7.17.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark@v1.7.17