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_1_3
vault / inkscape / INKSCAPE_1_3

inkscape @ INKSCAPE_1_3

integrity

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

release notes

Release highlights

Full release notes on https://wiki.inkscape.org/wiki/index.php/Release_notes/1.3

Due to a git/gitlab issue they do not contain bundled extensions.

In addition, out of git, the CMake package in it will declare that he is in an "unknown" version and that will be in the version string. Both problems are solved by creating the source package with make dist (or ninja dist) in a build folder for the git repo with the extensions submodule present, using CPack and temporarily replacing unknown with the current git hash.

Unfortunately, there is no way to use the gitlab release list and remove the "default" asset tarballs.

You can find all source tarballs at https://inkscape.org/release/all/source/archive/?pre=0 and the current one at https://inkscape.org/release/inkscape-${version}/source/archive/xz/dl/inkscape-${version}.tar.xz, see https://gitlab.com/inkscape/inkscape-web/-/issues/486

SHA256: bf4f286b025e0169b8948cc14d5199a9b4c204d761c894c4b48496571ec76307 inkscape-1.3_2023-07-21_0e150ed6c4.tar.xz

download

unix · zip
curl -fL -o INKSCAPE_1_3.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3.zip
                    printf '%s  %s\n' 'a7d5c180912f8caee67e0da99dadcedcf79a7cd7e3b7fd6fbe75d1fe5e3ff4f8' 'INKSCAPE_1_3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3.zip"
$out = "INKSCAPE_1_3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7d5c180912f8caee67e0da99dadcedcf79a7cd7e3b7fd6fbe75d1fe5e3ff4f8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_3.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3.tar.gz
                    printf '%s  %s\n' '62392b49f6dd41b4b60d0175047a62f5eea3938f20a2c9410261cad275ad3d90' 'INKSCAPE_1_3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3.tar.gz"
$out = "INKSCAPE_1_3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "62392b49f6dd41b4b60d0175047a62f5eea3938f20a2c9410261cad275ad3d90") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_1_3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3.zip
                    printf '%s  %s\n' 'a7d5c180912f8caee67e0da99dadcedcf79a7cd7e3b7fd6fbe75d1fe5e3ff4f8' 'INKSCAPE_1_3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3.zip"
$out = "INKSCAPE_1_3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "a7d5c180912f8caee67e0da99dadcedcf79a7cd7e3b7fd6fbe75d1fe5e3ff4f8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3.tar.gz
                    printf '%s  %s\n' '62392b49f6dd41b4b60d0175047a62f5eea3938f20a2c9410261cad275ad3d90' 'INKSCAPE_1_3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3.tar.gz"
$out = "INKSCAPE_1_3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "62392b49f6dd41b4b60d0175047a62f5eea3938f20a2c9410261cad275ad3d90") { throw "sha256 mismatch" }
artifact format size hashes
INKSCAPE_1_3.zip zip 79.4 MiB
blake3-24 d1cdba4543b977bd66d583d985f1a24ce7c6bca030bcda53
sha256 a7d5c180912f8caee67e0da99dadcedcf79a7cd7e3b7fd6fbe75d1fe5e3ff4f8
sha1 f219677041c633f52a115781df866e39a4465bd3
INKSCAPE_1_3.tar.gz tar.gz 74.5 MiB
blake3-24 8929dbb601f8a591b190e8223bda6791af58fede067f3d71
sha256 62392b49f6dd41b4b60d0175047a62f5eea3938f20a2c9410261cad275ad3d90
sha1 0250b086825cf7f6ecac1956dd7554d8e6842c77

install

bazel
http_archive(
    name = "inkscape",
    urls = ["https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3.tar.gz"],
    integrity = "sha256-YjkrSfbdQbS2DQF1BHpi9e6jk48goslBAmHK0nWtPZA=",
    strip_prefix = "inkscape-INKSCAPE_1_3",
)
zig
.url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
    name = "inkscape",
    urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3.tar.gz"],
    integrity = "sha256-YjkrSfbdQbS2DQF1BHpi9e6jk48goslBAmHK0nWtPZA=",
    strip_prefix = "inkscape-INKSCAPE_1_3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3.tar.gz",
← INKSCAPE_1_3_1INKSCAPE_1_2_2 →