From e0f3d1a6ca1f900dfe6993a49be8a8c3ffbd06ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 12:31:56 +0000 Subject: [PATCH] upx: Update to version 5.0.1 --- bucket/upx.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/upx.json b/bucket/upx.json index 97372f3066..7f2c9e5d50 100644 --- a/bucket/upx.json +++ b/bucket/upx.json @@ -1,18 +1,18 @@ { - "version": "5.0.0", + "version": "5.0.1", "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/v5.0.0/upx-5.0.0-win64.zip", - "hash": "1cc4ce7602f42350ea7a960718d4ca8b5c8949ab79b80e709286eff0107b04ea", - "extract_dir": "upx-5.0.0-win64" + "url": "https://github.com/upx/upx/releases/download/v5.0.1/upx-5.0.1-win64.zip", + "hash": "c288989437ce70646a62799a4dcf25b4ec7ad8fbb4f93a29e25c14856659c1a4", + "extract_dir": "upx-5.0.1-win64" }, "32bit": { - "url": "https://github.com/upx/upx/releases/download/v5.0.0/upx-5.0.0-win32.zip", - "hash": "8c34b9cec2c225bf71f43cf2b788043d0d203d23edb54f649fbec16f34938d80", - "extract_dir": "upx-5.0.0-win32" + "url": "https://github.com/upx/upx/releases/download/v5.0.1/upx-5.0.1-win32.zip", + "hash": "2fdc91300631464b9aeefadd65b0c6d57a243cfaaa92ec46496173e76c379e18", + "extract_dir": "upx-5.0.1-win32" } }, "bin": "upx.exe",