Skip to content

Commit 726d115

Browse files
committed
Release v0.0.14-alpha-beta2-uroesch
Summary: * Upstream release v0.0.14-alpha * Including `plink` und `pageant` binaries. * Change path in default `PlinkProxy.ini` file.
1 parent 8b13b7b commit 726d115

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

App/AppInfo/appinfo.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ ShellCommand=
4545
[FileTypeIcons]
4646

4747
[Version]
48-
PackageVersion=0.0.13.0
49-
DisplayVersion=0.0.13-alpha-beta2-uroesch
48+
PackageVersion=0.0.14.0
49+
DisplayVersion=0.0.14-alpha-beta3-uroesch

App/AppInfo/update.ini

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
[Version]
2-
Package = 0.0.13.0
3-
Display = 0.0.13-alpha-beta2-uroesch
2+
Package = 0.0.14.0
3+
Display = 0.0.14-alpha-beta3-uroesch
44

55
[Archive]
6-
URL1 = https://github.com/uroesch/PlinkProxy/releases/download/v0.0.13-alpha/PlinkProxy_v0.0.13-alpha.zip
7-
Checksum1 = SHA256:44E2E24C28D20B8B52B27AED369577BFB40F2E7928EB6C43DB018579B5580CD3
6+
URL1 = https://github.com/uroesch/PlinkProxy/releases/download/v0.0.14-alpha/PlinkProxy_v0.0.14-alpha.zip
7+
Checksum1 = SHA256:33A0720018EA3E6C410404A0A209C81AA4C3014A2FE7DE8AEBC4036373657FB9
88
TargetName1 = PlinkProxy
9-
ExtractName1 = PlinkProxy_v0.0.13-alpha
9+
ExtractName1 = PlinkProxy_v0.0.14-alpha
10+
URL2 = https://the.earth.li/~sgtatham/putty/latest/w32/plink.exe
11+
Checksum2 = SHA256:a474ef7616616b049f3447f63fab271341771cd8fc4211c8f161dad210ffc079
12+
TargetName2 = PlinkProxy\plink.exe
13+
ExtractName2 = plink.exe
14+
URL3 = https://the.earth.li/~sgtatham/putty/latest/w32/pageant.exe
15+
Checksum3 = SHA256:e1df0058cba346f066489cce1e2928c72fe91b4cc38fcf52198beb5b0be05a92
16+
TargetName3 = PlinkProxy\pageant.exe
17+
ExtractName3 = pageant.exe

App/DefaultData/PlinkProxy.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
; Login name of the user opening the connection.
1212
login = joedoe
1313
; Path to the putty binaries. Both `plink.exe` and `pageant.exe` must be present.
14-
path = %UserProfile%\PortableApps\PuttyPortable\App\putty
14+
path = %ScriptDir%
1515
; Path to the ssh private keys in `.ppk` format.
16-
ssh_keys_dir = %UserProfile%\PortableApps\PuttyPortable\Data\ssh-keys
16+
ssh_keys_dir = %UserProfile%\.ssh
1717
; Name of the jump host used for all other connections.
1818
first_hop = admin.sample.net
1919
; Default plink options used when establishing a connection.

0 commit comments

Comments
 (0)