2018-08-26 16:10:03 -04:00

35 lines
1.3 KiB
JSON

{
"homepage": "https://upx.github.io/",
"description": "UPX is a free, portable, extendable, high-performance executable packer for several executable formats",
"version": "3.95",
"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"
},
"32bit": {
"url": "https://github.com/upx/upx/releases/download/v3.95/upx-3.95-win32.zip",
"hash": "f94ff30b175d125d1c238458716f5808aee222547a813918b44d0f67035c0054",
"extract_dir": "upx-3.95-win32"
}
},
"bin": "upx.exe",
"license": "GPL-2.0",
"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"
}
}
}
}