forked from ScoopInstaller/Extras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnip4.json
More file actions
34 lines (34 loc) · 1.14 KB
/
Copy pathnip4.json
File metadata and controls
34 lines (34 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"version": "9.1.3",
"description": "A spreadsheet-like interface to the libvips image processing library",
"homepage": "https://github.com/libvips/nip4",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/libvips/nip4/releases/download/v9.1.3/nip4-x64-9.1.3.zip",
"hash": "e972d5bd257a66c46d6e38545aded3121c72a0f5db7efd211e966b339526f82c"
},
"arm64": {
"url": "https://github.com/libvips/nip4/releases/download/v9.1.3/nip4-arm64-9.1.3.zip",
"hash": "70191c58105efb63c925fd555ea3cf376b167865badd95f810679f01bc39df8d"
}
},
"bin": "bin\\nip4.exe",
"shortcuts": [
[
"bin\\nip4.exe",
"nip4"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/libvips/nip4/releases/download/v$version/nip4-x64-$version.zip"
},
"arm64": {
"url": "https://github.com/libvips/nip4/releases/download/v$version/nip4-arm64-$version.zip"
}
}
}
}