From 420e429d467b7974242e1d549d87111688afe2df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:40:09 +0000 Subject: [PATCH] upx: Update to version 4.2.4 --- bucket/upx.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/upx.json b/bucket/upx.json index 72dd6a3cb7..0502dd40d0 100644 --- a/bucket/upx.json +++ b/bucket/upx.json @@ -1,18 +1,18 @@ { - "version": "4.2.3", + "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.3/upx-4.2.3-win64.zip", - "hash": "5f0458eb44ef2a9f8a3d02946e2d1382b1dac3e4a95d4dacf662ede567abfc59", - "extract_dir": "upx-4.2.3-win64" + "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.3/upx-4.2.3-win32.zip", - "hash": "46063a5e41b56b137f14ffc8f30f7502c155a60cd959595727f5d02a2bffa997", - "extract_dir": "upx-4.2.3-win32" + "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",