naiveproxy: Add version 83.0.4103.61-1 (#1172)

Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
This commit is contained in:
Kid 2020-06-19 16:33:01 +08:00 committed by GitHub
parent b32346414d
commit 80cc294249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

36
bucket/naiveproxy.json Normal file
View File

@ -0,0 +1,36 @@
{
"version": "83.0.4103.61-1",
"description": "A proxy using Chrome's network stack to camouflage traffic with strong censorship resistence and low detectablility.",
"homepage": "https://github.com/klzgrad/naiveproxy",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v83.0.4103.61-1/naiveproxy-v83.0.4103.61-1-win-x64.zip",
"hash": "38fdf53bba76752dee2b8893b2e5b5b14202bde4ad5cace4a60c8ca8bb567a4f",
"extract_dir": "naiveproxy-v83.0.4103.61-1-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v83.0.4103.61-1/naiveproxy-v83.0.4103.61-1-win-x86.zip",
"hash": "6f175880f9bd42e85456304d0dead66dbdb3f4e4c20493f6d59928d6ce0f1c42",
"extract_dir": "naiveproxy-v83.0.4103.61-1-win-x86"
}
},
"bin": "naive.exe",
"persist": "config.json",
"checkver": {
"github": "https://github.com/klzgrad/naiveproxy",
"regex": "tag/v([\\w.-]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v$version/naiveproxy-v$version-win-x64.zip",
"extract_dir": "naiveproxy-v$version-win-x64"
},
"32bit": {
"url": "https://github.com/klzgrad/naiveproxy/releases/download/v$version/naiveproxy-v$version-win-x86.zip",
"extract_dir": "naiveproxy-v$version-win-x86"
}
}
}
}