From 87613bec5115592fa78d32ff3c69ffd7610e85b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 12:30:36 +0000 Subject: [PATCH] upx: Update to version 4.1.0 --- bucket/upx.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/upx.json b/bucket/upx.json index d7d4f6490d..8873692df0 100644 --- a/bucket/upx.json +++ b/bucket/upx.json @@ -1,18 +1,18 @@ { - "version": "4.0.2", + "version": "4.1.0", "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.0.2/upx-4.0.2-win64.zip", - "hash": "325c58ea2ed375afbd4eeac0b26f15f98db0d75dea701205ca10d8bf4d2fdc24", - "extract_dir": "upx-4.0.2-win64" + "url": "https://github.com/upx/upx/releases/download/v4.1.0/upx-4.1.0-win64.zip", + "hash": "382cee168d6261a76c3b6a98b3ca2de44930bf5faa5f2dc2ced4fa3850fe8ff6", + "extract_dir": "upx-4.1.0-win64" }, "32bit": { - "url": "https://github.com/upx/upx/releases/download/v4.0.2/upx-4.0.2-win32.zip", - "hash": "3f5b59252b0b657143ab945ce10fa0e5c4a509f69588695e11757cb1fc1b7eb7", - "extract_dir": "upx-4.0.2-win32" + "url": "https://github.com/upx/upx/releases/download/v4.1.0/upx-4.1.0-win32.zip", + "hash": "066c62993ce904f9f377ce849e85b77d1e2cf477d554c36c5ff89f6d3f0fa072", + "extract_dir": "upx-4.1.0-win32" } }, "bin": "upx.exe",