goldmark @ v2.1.0
integrity
- size
- 362.0 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yuin/goldmark/v2
release notes
- feat: add parser.WithParseDelimiterFunc
download
unix · zip
curl -fL -o v2.1.0.zip https://ratatoskr.space/pkg/goldmark/v2.1.0.zip
printf '%s %s\n' 'e2504dab2966f74e3b081f2caac5aa38cc1755e9c7854a84502333e5b4a0c65c' 'v2.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v2.1.0.zip"
$out = "v2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e2504dab2966f74e3b081f2caac5aa38cc1755e9c7854a84502333e5b4a0c65c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.0.tar.gz https://ratatoskr.space/pkg/goldmark/v2.1.0.tar.gz
printf '%s %s\n' '8b8484667c66568098179e9737d89b72658a4a6a43050c6bf46b1dde1556ec60' 'v2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v2.1.0.tar.gz"
$out = "v2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b8484667c66568098179e9737d89b72658a4a6a43050c6bf46b1dde1556ec60") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.0.zip
printf '%s %s\n' 'e2504dab2966f74e3b081f2caac5aa38cc1755e9c7854a84502333e5b4a0c65c' 'v2.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.0.zip"
$out = "v2.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e2504dab2966f74e3b081f2caac5aa38cc1755e9c7854a84502333e5b4a0c65c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.0.tar.gz
printf '%s %s\n' '8b8484667c66568098179e9737d89b72658a4a6a43050c6bf46b1dde1556ec60' 'v2.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.0.tar.gz"
$out = "v2.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "8b8484667c66568098179e9737d89b72658a4a6a43050c6bf46b1dde1556ec60") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.0.zip | zip | 363.8 KiB |
blake3-24 f363d41349fcdc1d4735cd3684487bdab40ab2bb1c2c7c28
sha256 e2504dab2966f74e3b081f2caac5aa38cc1755e9c7854a84502333e5b4a0c65c
sha1 f5ef89f9397e245839cecf7d3ae8ab19fa397515
|
| v2.1.0.tar.gz | tar.gz | 317.7 KiB |
blake3-24 4c0387229fb26beba9a9365b2adc0e2a273fed437010ccd4
sha256 8b8484667c66568098179e9737d89b72658a4a6a43050c6bf46b1dde1556ec60
sha1 64018b24880481e77def1be4308a60faa4868d61
|
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 |
|---|---|---|---|
| v2.1.0.zip | zip | 318.0 KiB |
blake3-24 ab0434f02f77dc32f5494a74a888fdc4a6754d81d3912f52
sha256 4a20fdb4242bf0035a4603c010ff66bc4e4e6143d35f02c59a8e6153f544d8dc
sha1 c918a73dea895c09f165bc69736381ac5d278a1f
|
install
bazel
http_archive(
name = "goldmark",
urls = ["https://ratatoskr.space/pkg/goldmark/v2.1.0.tar.gz"],
integrity = "sha256-i4SEZnxmVoCYF56XN9ibcmWKSmpDBQxr9Gsd3hVW7GA=",
strip_prefix = "goldmark-v2.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v2.1.0.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark/v2@v2.1.0
install via yggdrasil mesh
bazel
http_archive(
name = "goldmark",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.0.tar.gz"],
integrity = "sha256-i4SEZnxmVoCYF56XN9ibcmWKSmpDBQxr9Gsd3hVW7GA=",
strip_prefix = "goldmark-v2.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.0.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2@v2.1.0