-
Notifications
You must be signed in to change notification settings - Fork 0
/
simplewall.json
34 lines (34 loc) · 1.09 KB
/
simplewall.json
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
{
"homepage": "https://www.henrypp.org/product/simplewall",
"license": "GPL-3.0-only",
"version": "3.6.1",
"url": "https://github.com/henrypp/simplewall/releases/download/v.3.6.1/simplewall-3.6.1-bin.zip#/dl.7z",
"hash": "6ac915592dd00de6c09fb6155fb3bae2939e44525296c764c9281a0ba882a0bd",
"architecture": {
"64bit": {
"extract_dir": "simplewall/64"
},
"32bit": {
"extract_dir": "simplewall/32"
}
},
"bin": "simplewall.exe",
"shortcuts": [
[
"simplewall.exe",
"simplewall"
]
],
"persist": "simplewall.ini",
"pre_install": "if(!(test-path \"$dir\\simplewall.ini\")) { Add-Content \"$dir\\simplewall.ini\" $null }",
"checkver": {
"github": "https://github.com/henrypp/simplewall",
"re": "simplewall-([\\d.]+)-bin.zip"
},
"autoupdate": {
"url": "https://github.com/henrypp/simplewall/releases/download/v.$version/simplewall-$version-bin.zip#/dl.7z",
"hash": {
"url": "$baseurl/simplewall-$version.sha256"
}
}
}