-
Notifications
You must be signed in to change notification settings - Fork 0
/
donkey.json
29 lines (29 loc) · 1.05 KB
/
donkey.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"version": "0.0.3",
"architecture": {
"32bit": {
"url": "https://github.com/evg4b/donkey/releases/download/v0.0.3/donkey_Windows_i386.zip",
"bin": [
"donkey.exe"
],
"hash": "f8f1661644c33c353306597b0c1483e9b4ccf6d851e07a448c667018cbe39b16"
},
"64bit": {
"url": "https://github.com/evg4b/donkey/releases/download/v0.0.3/donkey_Windows_x86_64.zip",
"bin": [
"donkey.exe"
],
"hash": "443112801a235daaf817645cb310187e872ec20e816c7c3d273873ea0c9979be"
},
"arm64": {
"url": "https://github.com/evg4b/donkey/releases/download/v0.0.3/donkey_Windows_arm64.zip",
"bin": [
"donkey.exe"
],
"hash": "a8db0d53f187cf2a681832d6f30df2fc7fb506d66e4166613f091c2feaab6e89"
}
},
"homepage": "https://github.com/evg4b/donkey",
"license": "GPL-3.0",
"description": "A simple dev HTTP/HTTPS reverse proxy for replacing CORS headers."
}