Skip to content

Commit da5b430

Browse files
authored
nip4: Add version 9.1.5 (#17871)
1 parent 83bc831 commit da5b430

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

bucket/nip4.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"version": "9.1.5",
3+
"description": "A spreadsheet-like interface to the libvips image processing library",
4+
"homepage": "https://github.com/libvips/nip4",
5+
"license": "GPL-2.0-or-later",
6+
"architecture": {
7+
"64bit": {
8+
"url": "https://github.com/libvips/nip4/releases/download/v9.1.5/nip4-x64-9.1.5.zip",
9+
"hash": "6441f2e0a05944f88f8fffecb1f7474caff03381d81e36ca9008c15c22a79522"
10+
},
11+
"arm64": {
12+
"url": "https://github.com/libvips/nip4/releases/download/v9.1.5/nip4-arm64-9.1.5.zip",
13+
"hash": "0edc12d4b9b66261bbee6d26a210c3bb3bd92308ecf6db2e51c36a4a876bbe3c"
14+
}
15+
},
16+
"bin": "bin\\nip4.exe",
17+
"shortcuts": [
18+
[
19+
"bin\\nip4.exe",
20+
"nip4"
21+
]
22+
],
23+
"checkver": "github",
24+
"autoupdate": {
25+
"architecture": {
26+
"64bit": {
27+
"url": "https://github.com/libvips/nip4/releases/download/v$version/nip4-x64-$version.zip"
28+
},
29+
"arm64": {
30+
"url": "https://github.com/libvips/nip4/releases/download/v$version/nip4-arm64-$version.zip"
31+
}
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)