inkscape @ INKSCAPE_1_3_1
integrity
- size
- 79.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Improvements on node count when using shape builder Ability to disable snapping to grid lines Possibility to split text into characters while keeping kerning Lots of bugfixes and crash fixes, and translation improvements
download
unix · zip
curl -fL -o INKSCAPE_1_3_1.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_1.zip
printf '%s %s\n' '84397803f7afed1f7820dac8beae77686e3620b6851072fc597e080e2b8229e0' 'INKSCAPE_1_3_1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_1.zip"
$out = "INKSCAPE_1_3_1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "84397803f7afed1f7820dac8beae77686e3620b6851072fc597e080e2b8229e0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_3_1.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_1.tar.gz
printf '%s %s\n' '744228d6b145044daa3c25f45626a380c6c4df24d9f2600fdba2aeccb47ab8d7' 'INKSCAPE_1_3_1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_1.tar.gz"
$out = "INKSCAPE_1_3_1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "744228d6b145044daa3c25f45626a380c6c4df24d9f2600fdba2aeccb47ab8d7") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_1_3_1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_1.zip
printf '%s %s\n' '84397803f7afed1f7820dac8beae77686e3620b6851072fc597e080e2b8229e0' 'INKSCAPE_1_3_1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_1.zip"
$out = "INKSCAPE_1_3_1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "84397803f7afed1f7820dac8beae77686e3620b6851072fc597e080e2b8229e0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_3_1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_1.tar.gz
printf '%s %s\n' '744228d6b145044daa3c25f45626a380c6c4df24d9f2600fdba2aeccb47ab8d7' 'INKSCAPE_1_3_1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_1.tar.gz"
$out = "INKSCAPE_1_3_1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "744228d6b145044daa3c25f45626a380c6c4df24d9f2600fdba2aeccb47ab8d7") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| INKSCAPE_1_3_1.zip | zip | 79.5 MiB |
blake3-24 af97f0905ad46612e1125d4a2ee5234bf9627ac786743b6e
sha256 84397803f7afed1f7820dac8beae77686e3620b6851072fc597e080e2b8229e0
sha1 1c16b3a80c30dd0f975b0ce14cf99c1c4b2e1963
|
| INKSCAPE_1_3_1.tar.gz | tar.gz | 74.6 MiB |
blake3-24 8a4f306e6b3863916a085ed447dd6cb052263751b5ea9ac2
sha256 744228d6b145044daa3c25f45626a380c6c4df24d9f2600fdba2aeccb47ab8d7
sha1 d76857fd9b049faa91d85adfaed266769f399572
|
install
bazel
http_archive(
name = "inkscape",
urls = ["https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_1.tar.gz"],
integrity = "sha256-dEIo1rFFBE2qPCX0ViajgMbE3yTZ8mAP26KuzLR6uNc=",
strip_prefix = "inkscape-INKSCAPE_1_3_1",
)
zig
.url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_1.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "inkscape",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_1.tar.gz"],
integrity = "sha256-dEIo1rFFBE2qPCX0ViajgMbE3yTZ8mAP26KuzLR6uNc=",
strip_prefix = "inkscape-INKSCAPE_1_3_1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_1.tar.gz",