yggvault ratatoskr-space connected via regular web
Color theme
also available via yggdrasil mesh http://[203:b338:2a84:a18f:986:47ae:1a4:d8d3]/pkg/inkscape/INKSCAPE_0_92_5
vault / inkscape / INKSCAPE_0_92_5

inkscape @ INKSCAPE_0_92_5

integrity

size
47.7 MiB
downloaded
last checked
detected
raw version: universal archives only
source https://gitlab.com/inkscape/inkscape · available · gitlab

release notes

Release highlights

Released on '''2020-04-09'''

Inkscape 0.92.5 is a stability and bugfix release.

The most notable improvements are:

Important changes

The Inkscape project has opened a new, bug and feature request reporting page for users on GitLab at https://gitlab.com/inkscape/inbox/issues/ . Please use this new page to report bugs and issues that occur with Inkscape 0.92.5 and with development builds.

Improvements

Notable bugfixes

Crash fixes

Fix a crash …

More bug fixes

There were even more issues fixed than those listed above, but these probably only affect a small portion of users, or are relevant for development and packaging only.

For a complete list, visit our GitLab issue tracker and see the commit history (all changes since January, 15th 2019 until release date).

Translations

The following UI translations received updates:

The following installer translations received updates:

The following documentation translations received updates:

Contributing to interface translations

Want to help with translations?

Documentation

Contributing to documentation and documentation translation

Contributions to the documentation translations, as well as improvements to its contents, are welcome at the inkscape-docs repository.

Known issues

download

unix · zip
curl -fL -o INKSCAPE_0_92_5.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_0_92_5.zip
                    printf '%s  %s\n' 'd9ac07c82671a751ff46ed23ef10afe91934274042a733e243a8f41da2cdaf3a' 'INKSCAPE_0_92_5.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_0_92_5.zip"
$out = "INKSCAPE_0_92_5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d9ac07c82671a751ff46ed23ef10afe91934274042a733e243a8f41da2cdaf3a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_0_92_5.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_0_92_5.tar.gz
                    printf '%s  %s\n' '6bfd93f508c22e22ea84412aa332026c62cae581da7a48f9065fa457f73d07d7' 'INKSCAPE_0_92_5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_0_92_5.tar.gz"
$out = "INKSCAPE_0_92_5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6bfd93f508c22e22ea84412aa332026c62cae581da7a48f9065fa457f73d07d7") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_0_92_5.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_0_92_5.zip
                    printf '%s  %s\n' 'd9ac07c82671a751ff46ed23ef10afe91934274042a733e243a8f41da2cdaf3a' 'INKSCAPE_0_92_5.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_0_92_5.zip"
$out = "INKSCAPE_0_92_5.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d9ac07c82671a751ff46ed23ef10afe91934274042a733e243a8f41da2cdaf3a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_0_92_5.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_0_92_5.tar.gz
                    printf '%s  %s\n' '6bfd93f508c22e22ea84412aa332026c62cae581da7a48f9065fa457f73d07d7' 'INKSCAPE_0_92_5.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_0_92_5.tar.gz"
$out = "INKSCAPE_0_92_5.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "6bfd93f508c22e22ea84412aa332026c62cae581da7a48f9065fa457f73d07d7") { throw "sha256 mismatch" }
artifact format size hashes
INKSCAPE_0_92_5.zip zip 47.8 MiB
blake3-24 609681f5c4d4798921040ee1ad2e19d4a86dd4be59985726
sha256 d9ac07c82671a751ff46ed23ef10afe91934274042a733e243a8f41da2cdaf3a
sha1 27ebf7b69f090fee96b4a6052123023df8d4c392
INKSCAPE_0_92_5.tar.gz tar.gz 44.8 MiB
blake3-24 9e77e9b99c65825a503a075075814eccc938e9650f9fcee8
sha256 6bfd93f508c22e22ea84412aa332026c62cae581da7a48f9065fa457f73d07d7
sha1 7e44298983ea4f6b57cf847e9ebe612689acd67b

install

bazel
http_archive(
    name = "inkscape",
    urls = ["https://ratatoskr.space/pkg/inkscape/INKSCAPE_0_92_5.tar.gz"],
    integrity = "sha256-a/2T9QjCLiLqhEEqozICbGLK5YHaekj5Bl+kV/c9B9c=",
    strip_prefix = "inkscape-INKSCAPE_0_92_5",
)
zig
.url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_0_92_5.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "inkscape",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_0_92_5.tar.gz"],
    integrity = "sha256-a/2T9QjCLiLqhEEqozICbGLK5YHaekj5Bl+kV/c9B9c=",
    strip_prefix = "inkscape-INKSCAPE_0_92_5",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_0_92_5.tar.gz",
← INKSCAPE_1_0INKSCAPE_1_4 →