2024-03-27 21:05:22 +00:00

35 lines
1.3 KiB
JSON

{
"version": "4.2.3",
"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/v4.2.3/upx-4.2.3-win64.zip",
"hash": "5f0458eb44ef2a9f8a3d02946e2d1382b1dac3e4a95d4dacf662ede567abfc59",
"extract_dir": "upx-4.2.3-win64"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v4.2.3/upx-4.2.3-win32.zip",
"hash": "46063a5e41b56b137f14ffc8f30f7502c155a60cd959595727f5d02a2bffa997",
"extract_dir": "upx-4.2.3-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"
}
}
}
}