inkscape @ INKSCAPE_1_3_2
integrity
- size
- 79.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
Fixes a regression in 1.3.1 not writing d attributes for shapes
download
unix · zip
curl -fL -o INKSCAPE_1_3_2.zip https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_2.zip
printf '%s %s\n' '91c1e7a3fa8fe99fc5b0843f6d6aa7c4e3048fd906884ca4b360c2eaa75ee585' 'INKSCAPE_1_3_2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_2.zip"
$out = "INKSCAPE_1_3_2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91c1e7a3fa8fe99fc5b0843f6d6aa7c4e3048fd906884ca4b360c2eaa75ee585") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_3_2.tar.gz https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_2.tar.gz
printf '%s %s\n' 'bc8e6f1f869cf585957b5a412b3fafce0c9e7d6cb505521972c4587119e8147a' 'INKSCAPE_1_3_2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_2.tar.gz"
$out = "INKSCAPE_1_3_2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc8e6f1f869cf585957b5a412b3fafce0c9e7d6cb505521972c4587119e8147a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o INKSCAPE_1_3_2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_2.zip
printf '%s %s\n' '91c1e7a3fa8fe99fc5b0843f6d6aa7c4e3048fd906884ca4b360c2eaa75ee585' 'INKSCAPE_1_3_2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_2.zip"
$out = "INKSCAPE_1_3_2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "91c1e7a3fa8fe99fc5b0843f6d6aa7c4e3048fd906884ca4b360c2eaa75ee585") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o INKSCAPE_1_3_2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_2.tar.gz
printf '%s %s\n' 'bc8e6f1f869cf585957b5a412b3fafce0c9e7d6cb505521972c4587119e8147a' 'INKSCAPE_1_3_2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_2.tar.gz"
$out = "INKSCAPE_1_3_2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc8e6f1f869cf585957b5a412b3fafce0c9e7d6cb505521972c4587119e8147a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| INKSCAPE_1_3_2.zip | zip | 79.5 MiB |
blake3-24 807197c42444e080a3913b70007ad1fee3d7fbaab5ee62ae
sha256 91c1e7a3fa8fe99fc5b0843f6d6aa7c4e3048fd906884ca4b360c2eaa75ee585
sha1 e16ee139d98d59c689db407bfdb4ae1e3ff57fe5
|
| INKSCAPE_1_3_2.tar.gz | tar.gz | 74.6 MiB |
blake3-24 16612aacfad9b58bf2bfc23cb6841a0f58da288a391dc2b4
sha256 bc8e6f1f869cf585957b5a412b3fafce0c9e7d6cb505521972c4587119e8147a
sha1 6a7b5527ef1d0d78af909a0611a400d36e132a23
|
install
bazel
http_archive(
name = "inkscape",
urls = ["https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_2.tar.gz"],
integrity = "sha256-vI5vH4ac9YWVe1pBKz+vzgyefWy1BVIZcsRYcRnoFHo=",
strip_prefix = "inkscape-INKSCAPE_1_3_2",
)
zig
.url = "https://ratatoskr.space/pkg/inkscape/INKSCAPE_1_3_2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "inkscape",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_2.tar.gz"],
integrity = "sha256-vI5vH4ac9YWVe1pBKz+vzgyefWy1BVIZcsRYcRnoFHo=",
strip_prefix = "inkscape-INKSCAPE_1_3_2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/inkscape/INKSCAPE_1_3_2.tar.gz",