upx: Update to version 4.0.0

This commit is contained in:
github-actions[bot] 2022-10-28 20:29:40 +00:00
parent ab5ebd657d
commit 3846781f22

View File

@ -1,18 +1,18 @@
{
"version": "3.96",
"version": "4.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/v3.96/upx-3.96-win64.zip",
"hash": "a2655c66a547e2274474e54d7a373f1c28e96ded162c51b34651873691022184",
"extract_dir": "upx-3.96-win64"
"url": "https://github.com/upx/upx/releases/download/v4.0.0/upx-4.0.0-win64.zip",
"hash": "a0fe01d06dadc5ca551e531ba684bf5f39269170af8dcfdc161e45caf077c4ef",
"extract_dir": "upx-4.0.0-win64"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win32.zip",
"hash": "014912ea363e2d491587534c1e7efd5bc516520d8f2cdb76bb0aaf915c5db961",
"extract_dir": "upx-3.96-win32"
"url": "https://github.com/upx/upx/releases/download/v4.0.0/upx-4.0.0-win32.zip",
"hash": "6ab81fcb9f4491742b05dc470d872ceab9e0bd589b328bba895fcf080b594db4",
"extract_dir": "upx-4.0.0-win32"
}
},
"bin": "upx.exe",