diff --git a/bucket/trojan.json b/bucket/trojan.json new file mode 100644 index 0000000000..b247942a78 --- /dev/null +++ b/bucket/trojan.json @@ -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" + } + } + } +}