upx: Update to version 4.2.0

This commit is contained in:
github-actions[bot] 2023-10-26 12:30:10 +00:00
parent 78ef3d4a33
commit bd13d48398

View File

@ -1,18 +1,18 @@
{ {
"version": "4.1.0", "version": "4.2.0",
"description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats", "description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats",
"homepage": "https://upx.github.io/", "homepage": "https://upx.github.io/",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/upx/upx/releases/download/v4.1.0/upx-4.1.0-win64.zip", "url": "https://github.com/upx/upx/releases/download/v4.2.0/upx-4.2.0-win64.zip",
"hash": "382cee168d6261a76c3b6a98b3ca2de44930bf5faa5f2dc2ced4fa3850fe8ff6", "hash": "83833b414d17b39f334de28b981f1a6a88252294b9d76005f2a8047f5c1821f1",
"extract_dir": "upx-4.1.0-win64" "extract_dir": "upx-4.2.0-win64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/upx/upx/releases/download/v4.1.0/upx-4.1.0-win32.zip", "url": "https://github.com/upx/upx/releases/download/v4.2.0/upx-4.2.0-win32.zip",
"hash": "066c62993ce904f9f377ce849e85b77d1e2cf477d554c36c5ff89f6d3f0fa072", "hash": "fb1a924136b35e56cd1dbd761dff53fcc9757ccd3210cdbc8ffbd2904dcb66f3",
"extract_dir": "upx-4.1.0-win32" "extract_dir": "upx-4.2.0-win32"
} }
}, },
"bin": "upx.exe", "bin": "upx.exe",