forgejo @ v13.0.0
integrity
- size
- 13.2 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module forgejo.org · go module zip unavailable: invalid file paths (1): "tests/testdata/data/viewer/Unicode❤♻Test.glb"; symlinks (1): "release-notes-published/up-to-and-including-8.0.0.md"
release notes
download
unix · zip
curl -fL -o v13.0.0.zip https://ratatoskr.space/pkg/forgejo/v13.0.0.zip
printf '%s %s\n' '66c2d45d51872a61b0df4b4921ed9a56e36882e4aa0c3ae245187e6597a6abe9' 'v13.0.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/forgejo/v13.0.0.zip"
$out = "v13.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66c2d45d51872a61b0df4b4921ed9a56e36882e4aa0c3ae245187e6597a6abe9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v13.0.0.tar.gz https://ratatoskr.space/pkg/forgejo/v13.0.0.tar.gz
printf '%s %s\n' '4c316eeb36f365b85834dceba07254794ac965b0c938ab8de62b607ae9fd1b69' 'v13.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/forgejo/v13.0.0.tar.gz"
$out = "v13.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c316eeb36f365b85834dceba07254794ac965b0c938ab8de62b607ae9fd1b69") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v13.0.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/forgejo/v13.0.0.zip
printf '%s %s\n' '66c2d45d51872a61b0df4b4921ed9a56e36882e4aa0c3ae245187e6597a6abe9' 'v13.0.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/forgejo/v13.0.0.zip"
$out = "v13.0.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "66c2d45d51872a61b0df4b4921ed9a56e36882e4aa0c3ae245187e6597a6abe9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v13.0.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/forgejo/v13.0.0.tar.gz
printf '%s %s\n' '4c316eeb36f365b85834dceba07254794ac965b0c938ab8de62b607ae9fd1b69' 'v13.0.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/forgejo/v13.0.0.tar.gz"
$out = "v13.0.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "4c316eeb36f365b85834dceba07254794ac965b0c938ab8de62b607ae9fd1b69") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v13.0.0.zip | zip | 13.2 MiB |
blake3-24 af08587762f99975c6c0b6ca54134f5c1609d755b306bb41
sha256 66c2d45d51872a61b0df4b4921ed9a56e36882e4aa0c3ae245187e6597a6abe9
sha1 2e77ae12aca17019faee7d7e0f71c78f90338b8d
|
| v13.0.0.tar.gz | tar.gz | 9.6 MiB |
blake3-24 787f699afd42e5be9a32c08e4761118636f12f0e75119efc
sha256 4c316eeb36f365b85834dceba07254794ac965b0c938ab8de62b607ae9fd1b69
sha1 3866626d819c53335affc954809e7be9419d09a9
|
install
bazel
http_archive(
name = "forgejo",
urls = ["https://ratatoskr.space/pkg/forgejo/v13.0.0.tar.gz"],
integrity = "sha256-TDFu6zbzZbhYNNzroHJUeUrJZbDJOKuN5itgeun9G2k=",
strip_prefix = "forgejo-v13.0.0",
)
zig
.url = "https://ratatoskr.space/pkg/forgejo/v13.0.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "forgejo",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/forgejo/v13.0.0.tar.gz"],
integrity = "sha256-TDFu6zbzZbhYNNzroHJUeUrJZbDJOKuN5itgeun9G2k=",
strip_prefix = "forgejo-v13.0.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/forgejo/v13.0.0.tar.gz",