2024-05-09 12:40:09 +00:00

35 lines
1.3 KiB
JSON

{
"version": "4.2.4",
"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.4/upx-4.2.4-win64.zip",
"hash": "22e9ef20e4c72aad85e32c71cbc9c086436c179456382aa75c0c24868456a671",
"extract_dir": "upx-4.2.4-win64"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v4.2.4/upx-4.2.4-win32.zip",
"hash": "2e90ebda45b29217126d8e8ee4d0863bd9705a13adcca3ce07b7d19df55ca355",
"extract_dir": "upx-4.2.4-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"
}
}
}
}