-
Notifications
You must be signed in to change notification settings - Fork 0
/
putty-ranvis.json
62 lines (62 loc) · 2.09 KB
/
putty-ranvis.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"homepage": "https://www.ranvis.com/putty",
"description": "PuTTYrv (PuTTY-ranvis)",
"license": "Freeware",
"version": "0.81",
"architecture": {
"64bit": {
"url": "https://github.com/ranvis/putty/releases/download/ranvis-0.81/PuTTY-0.81-ranvis-20240417.win64.7z",
"hash": "96ab74d9a4e528a4a594b33e928c7d69f756440c3e6ac139d40e9ca5717defb5"
},
"32bit": {
"url": "https://github.com/ranvis/putty/releases/download/ranvis-0.81/PuTTY-0.81-ranvis-20240417.win32.7z",
"hash": "27750667a242bbbaeece3e54126e1326f9bee368eb163cf92476dea8abae5745"
}
},
"extract_dir": "PuTTY-ranvis",
"bin": [
"pageant.exe",
"plink.exe",
"pscp.exe",
"psftp.exe",
"putty.exe",
"puttygen.exe"
],
"shortcuts": [
[
"pageant.exe",
"PuTTY-ranvis/Pageant"
],
[
"psftp.exe",
"PuTTY-ranvis/PSFTP"
],
[
"putty.exe",
"PuTTY-ranvis/PuTTY"
],
[
"puttygen.exe",
"PuTTY-ranvis/PuTTYgen"
]
],
"persist": "putty.ini",
"pre_install": [
"if (!(Test-Path \"$persist_dir\")) { New-Item -ItemType directory \"$persist_dir\" | Out-Null }",
"if (!(Test-Path \"$persist_dir\\putty.ini\")) { Copy-Item -Path \"$dir\\putty_sample.ini\" -Destination \"$persist_dir\\putty.ini\" | Out-Null }"
],
"checkver": {
"url": "https://github.com/ranvis/putty/releases/latest",
"re": "Release v([\\d.]+) \\((\\d+)-(\\d+)-(\\d+)\\)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ranvis/putty/releases/download/ranvis-$version/PuTTY-$version-ranvis-$match2$match3$match4.win64.7z"
},
"32bit": {
"url": "https://github.com/ranvis/putty/releases/download/ranvis-$version/PuTTY-$version-ranvis-$match2$match3$match4.win32.7z"
}
}
}
}