RicardoMing 9f29b34d50
trojan: Add version 1.14.1 (#825)
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
2020-02-21 21:55:19 +08:00

30 lines
936 B
JSON

{
"version": "1.14.1",
"description": "An unidentifiable mechanism for bypassing GFW",
"homepage": "https://trojan-gfw.github.io/trojan/",
"license": "GPL-3.0-only",
"suggest": {
"vcredist": "extras/vcredist2019"
},
"architecture": {
"64bit": {
"url": "https://github.com/trojan-gfw/trojan/releases/download/v1.14.1/trojan-1.14.1-win.zip",
"hash": "4598a00788ca68d3ef422db26f1ca1ecd66f40a12704d9b42912ab41582fd6ac"
}
},
"extract_dir": "trojan",
"pre_install": "Remove-Item \"$dir\\VC_red*exe\"",
"bin": "trojan.exe",
"persist": "config.json",
"checkver": {
"github": "https://github.com/trojan-gfw/trojan"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/trojan-gfw/trojan/releases/download/v$version/trojan-$version-win.zip"
}
}
}
}