-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathupx.json
34 lines (34 loc) · 1.32 KB
/
upx.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
30
31
32
33
34
{
"version": "5.0.0",
"description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats",
"homepage": "https://upx.github.io/",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-win64.zip",
"hash": "1cc4ce7602f42350ea7a960718d4ca8b5c8949ab79b80e709286eff0107b04ea",
"extract_dir": "upx-5.0.0-win64"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-win32.zip",
"hash": "8c34b9cec2c225bf71f43cf2b788043d0d203d23edb54f649fbec16f34938d80",
"extract_dir": "upx-5.0.0-win32"
}
},
"bin": "upx.exe",
"checkver": {
"github": "https://github.com/upx/upx"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/upx/upx/releases/download/v$version/upx-$version-win64.zip",
"extract_dir": "upx-$version-win64"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v$version/upx-$version-win32.zip",
"extract_dir": "upx-$version-win32"
}
}
}
}