From f10f3bd4e3869dcce24e767adc6cb76cd7420abb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 22 Jan 2020 23:01:53 +0000 Subject: [PATCH] upx: Update to version 3.96 --- bucket/upx.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/upx.json b/bucket/upx.json index 702611150e..8281cf5efa 100644 --- a/bucket/upx.json +++ b/bucket/upx.json @@ -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",