Skip to content

Commit

Permalink
Merge pull request #374 from se35710/master
Browse files Browse the repository at this point in the history
Added 64bit, shortcuts and autoupdate. Updated to version 0.68.
  • Loading branch information
lukesampson committed Apr 1, 2017
2 parents afe2def + 0e97a91 commit 0d33080
Showing 1 changed file with 41 additions and 4 deletions.
45 changes: 41 additions & 4 deletions putty.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,52 @@
{
"homepage": "http://www.chiark.greenend.org.uk/~sgtatham/putty/",
"version": "0.67",
"version": "0.68",
"license": "http://www.chiark.greenend.org.uk/~sgtatham/putty/licence.html",
"url": "https://the.earth.li/~sgtatham/putty/0.67/x86/putty.zip",
"hash": "670e8146ecc065a34442487508b5111229206a953b465fbe20a745d7971043e5",
"architecture": {
"64bit": {
"url": "https://the.earth.li/~sgtatham/putty/0.68/w64/putty.zip",
"hash": "082254e1d4b06ad1409ebc2af5bc59836c0130d63e7adb79674b99a818307abe"
},
"32bit": {
"url": "https://the.earth.li/~sgtatham/putty/0.68/w32/putty.zip",
"hash": "28a39e97bb2b1b2df6e0249c2109a1d5ed43612563ddd0e740b1e63a0aaeb0a6"
}
},
"bin": [
"putty.exe",
"puttygen.exe",
"pscp.exe",
"pageant.exe",
"psftp.exe",
"plink.exe"
]
],
"shortcuts": [
[
"putty.exe",
"PuTTY"
],
[
"pageant.exe",
"Pageant"
],
[
"psftp.exe",
"PSFTP"
],
[
"puttygen.exe",
"PuTTYgen"
]
],
"checkver": "The latest version is ([\\d\\.]+)\\.",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://the.earth.li/~sgtatham/putty/$version/w64/putty.zip"
},
"32bit": {
"url": "https://the.earth.li/~sgtatham/putty/$version/w32/putty.zip"
}
}
}
}

0 comments on commit 0d33080

Please sign in to comment.