upx: Update to version 3.96

This commit is contained in:
Richard Kuhnt 2020-01-22 23:01:53 +00:00
parent 2a38c93d1d
commit f10f3bd4e3

View File

@ -1,18 +1,18 @@
{
"homepage": "https://upx.github.io/",
"description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats",
"version": "3.95",
"version": "3.96",
"license": "GPL-2.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/upx/upx/releases/download/v3.95/upx-3.95-win64.zip",
"hash": "5c076f87ba64d82f11513f4af0ceb07246a3540aa3c72ca3ffc2d53971fa56e3",
"extract_dir": "upx-3.95-win64"
"url": "https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win64.zip",
"hash": "a2655c66a547e2274474e54d7a373f1c28e96ded162c51b34651873691022184",
"extract_dir": "upx-3.96-win64"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v3.95/upx-3.95-win32.zip",
"hash": "f94ff30b175d125d1c238458716f5808aee222547a813918b44d0f67035c0054",
"extract_dir": "upx-3.95-win32"
"url": "https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win32.zip",
"hash": "014912ea363e2d491587534c1e7efd5bc516520d8f2cdb76bb0aaf915c5db961",
"extract_dir": "upx-3.96-win32"
}
},
"bin": "upx.exe",