trojan: Add version 1.14.1 (#825)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
RicardoMing 2020-02-21 21:55:19 +08:00 committed by GitHub
parent 802aef90cc
commit 9f29b34d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
bucket/trojan.json Normal file
View File

@ -0,0 +1,29 @@
{
"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"
}
}
}
}