goldmark @ v1.4.13
integrity
- size
- 282.3 KiB
- downloaded
- last checked
- overlays
- go
- detected
- go module github.com/yuin/goldmark
download
unix · zip
curl -fL -o v1.4.13.zip https://ratatoskr.space/pkg/goldmark/v1.4.13.zip
printf '%s %s\n' 'c561338d0af34ed4ca24827b83fa92355ed8688fa52ce4884410e173e4ea4b62' 'v1.4.13.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/goldmark/v1.4.13.zip"
$out = "v1.4.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c561338d0af34ed4ca24827b83fa92355ed8688fa52ce4884410e173e4ea4b62") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.13.tar.gz https://ratatoskr.space/pkg/goldmark/v1.4.13.tar.gz
printf '%s %s\n' 'e5b57a71fc34877ee3fc6dde5ac79db8e31f01f15b13d7ec894ba593c2ee3025' 'v1.4.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/goldmark/v1.4.13.tar.gz"
$out = "v1.4.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e5b57a71fc34877ee3fc6dde5ac79db8e31f01f15b13d7ec894ba593c2ee3025") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.4.13.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.13.zip
printf '%s %s\n' 'c561338d0af34ed4ca24827b83fa92355ed8688fa52ce4884410e173e4ea4b62' 'v1.4.13.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.13.zip"
$out = "v1.4.13.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c561338d0af34ed4ca24827b83fa92355ed8688fa52ce4884410e173e4ea4b62") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.13.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.13.tar.gz
printf '%s %s\n' 'e5b57a71fc34877ee3fc6dde5ac79db8e31f01f15b13d7ec894ba593c2ee3025' 'v1.4.13.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.13.tar.gz"
$out = "v1.4.13.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e5b57a71fc34877ee3fc6dde5ac79db8e31f01f15b13d7ec894ba593c2ee3025") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.4.13.zip | zip | 284.5 KiB |
blake3-24 f15a46ee4e47602d9834dcbbee3d3e3feff95aeae034f749
sha256 c561338d0af34ed4ca24827b83fa92355ed8688fa52ce4884410e173e4ea4b62
sha1 2d4ff7c86013e9e3723fa89a5762602820c2305b
|
| v1.4.13.tar.gz | tar.gz | 249.8 KiB |
blake3-24 49980e9f9e4791da036de15a6e2610b5e0d2c2e1274136b0
sha256 e5b57a71fc34877ee3fc6dde5ac79db8e31f01f15b13d7ec894ba593c2ee3025
sha1 474a4b62e67935b2cefdc0a18a1c91158f645339
|
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.4.13.zip | zip | 224.4 KiB |
blake3-24 f33bf831f5c25779a0049513b919beb86443f17e650f026e
sha256 1d241cad8a22d9bcfc876b1245bfc42ad453e0869f3fba175cd8064e7be3cdce
sha1 7b1faf3501160aa32507bbbf66d8f27a9d00ad68
|
install
bazel
http_archive(
name = "goldmark",
urls = ["https://ratatoskr.space/pkg/goldmark/v1.4.13.tar.gz"],
integrity = "sha256-5bV6cfw0h37j/G3eWseduOMfAfFbE9fsiUulk8LuMCU=",
strip_prefix = "goldmark-v1.4.13",
)
zig
.url = "https://ratatoskr.space/pkg/goldmark/v1.4.13.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/goldmark@v1.4.13
install via yggdrasil mesh
bazel
http_archive(
name = "goldmark",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.13.tar.gz"],
integrity = "sha256-5bV6cfw0h37j/G3eWseduOMfAfFbE9fsiUulk8LuMCU=",
strip_prefix = "goldmark-v1.4.13",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark/v1.4.13.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/goldmark@v1.4.13