Skip to content

Commit f6d28d1

Browse files
committed
pinta: Update to version 3.1.1, add arm64 support, fix autoupdate
1 parent 55de38f commit f6d28d1

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

bucket/pinta.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
2-
"version": "3.0.5",
2+
"version": "3.1.1",
33
"description": "Open source program for drawing and image editing.",
44
"homepage": "https://www.pinta-project.com/",
55
"license": "MIT",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/PintaProject/Pinta/releases/download/3.0.5/Pinta.exe#/Pinta-dl.exe",
9-
"hash": "74017975bbf12480994217d13e8a7bde05fc26ec3bb3bd39ee7f0de3c3c4cd46"
8+
"url": "https://github.com/PintaProject/Pinta/releases/download/3.1.1/Pinta-x86_64.exe",
9+
"hash": "8d742eba09e6755c46a17d58c08e3bbabe6f25e7fb1e27491374baa914559c18"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/PintaProject/Pinta/releases/download/3.1.1/Pinta-arm64.exe",
13+
"hash": "c6df43b52f26045280f416bbe20b15abad8d314d7cfa7e72bc761e46798ca5fc"
1014
}
1115
},
1216
"innosetup": true,
@@ -22,7 +26,10 @@
2226
"autoupdate": {
2327
"architecture": {
2428
"64bit": {
25-
"url": "https://github.com/PintaProject/Pinta/releases/download/$version/Pinta.exe#/Pinta-dl.exe"
29+
"url": "https://github.com/PintaProject/Pinta/releases/download/$version/Pinta-x86_64.exe"
30+
},
31+
"arm64": {
32+
"url": "https://github.com/PintaProject/Pinta/releases/download/$version/Pinta-arm64.exe"
2633
}
2734
}
2835
}

0 commit comments

Comments
 (0)