goldmark @ v2.1.3
integrity
- size
- 364.1 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yuin/goldmark/v2
release notes
chore: delete debug print
download
unix · zip
curl -fL -o v2.1.3.zip https://ratatoskr.space/pkg/goldmark/v2.1.3.zip
printf '%s %s\n' '844b9489e3c35731c79db25726cdf4c9f349c14d9417cb003ec4477be9af7fda' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "844b9489e3c35731c79db25726cdf4c9f349c14d9417cb003ec4477be9af7fda") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz https://ratatoskr.space/pkg/goldmark/v2.1.3.tar.gz
printf '%s %s\n' '15ba66a5a9f907a442d845b475ecf4d90a3894afdc83fa4dacb67e364c8bd436' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15ba66a5a9f907a442d845b475ecf4d90a3894afdc83fa4dacb67e364c8bd436") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.3.zip
printf '%s %s\n' '844b9489e3c35731c79db25726cdf4c9f349c14d9417cb003ec4477be9af7fda' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "844b9489e3c35731c79db25726cdf4c9f349c14d9417cb003ec4477be9af7fda") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.3.tar.gz
printf '%s %s\n' '15ba66a5a9f907a442d845b475ecf4d90a3894afdc83fa4dacb67e364c8bd436' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "15ba66a5a9f907a442d845b475ecf4d90a3894afdc83fa4dacb67e364c8bd436") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.3.zip | zip | 366.0 KiB |
blake3-24 f97154b5e02ce09b09a50fa3bb52caabd9cfbf57bd3a1e36
sha256 844b9489e3c35731c79db25726cdf4c9f349c14d9417cb003ec4477be9af7fda
sha1 040b0e93fa1f9ff9d28e8d24df5fb7573b54e09a
|
| v2.1.3.tar.gz | tar.gz | 319.3 KiB |
blake3-24 b231e9ca1512e30dba10291bc93313693390f1cff37b8556
sha256 15ba66a5a9f907a442d845b475ecf4d90a3894afdc83fa4dacb67e364c8bd436
sha1 470104d17f607cf13be251deee28e8c94df28279
|
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.3.zip | zip | 320.2 KiB |
blake3-24 116b1e7fa8a7ce42c6109f670f4640f7f1d7ae80768911d4
sha256 5c11ae683206d23888a14b074e621299cb35184212f28e42c6dbb1424431073c
sha1 38b5b083092a31f16e1be535d7eff062d7a01de5
|
install
bazel
http_archive(
name = "goldmark",
urls = ["https://ratatoskr.space/pkg/goldmark/v2.1.3.tar.gz"],
integrity = "sha256-Fbpmpan5B6RC2EW0dez02Qo4lK/cg/pNrLZ+NkyL1DY=",
strip_prefix = "goldmark-v2.1.3",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v2.1.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark/v2@v2.1.3
install via yggdrasil mesh
bazel
http_archive(
name = "goldmark",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.3.tar.gz"],
integrity = "sha256-Fbpmpan5B6RC2EW0dez02Qo4lK/cg/pNrLZ+NkyL1DY=",
strip_prefix = "goldmark-v2.1.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2.1.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v2@v2.1.3