From ac2a1ea7671ee3995c5512a245f3bbac9f5a6e35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:32:11 +0000 Subject: [PATCH] isx: Update to version 0.3.11 --- bucket/isx.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/isx.json b/bucket/isx.json index 300d1ee4ac..28c31a47b8 100644 --- a/bucket/isx.json +++ b/bucket/isx.json @@ -1,10 +1,10 @@ { - "version": "0.3.10", + "version": "0.3.11", "description": "InstallShield installer extractor. Continuation of 'ISXUnpack'.", "homepage": "https://github.com/lifenjoiner/ISx", "license": "MIT", - "url": "https://github.com/lifenjoiner/ISx/releases/download/v0.3.10/ISx-v0.3.10.7z", - "hash": "4ad0a19b986799c7454efaf7edd12b777800acf066b6ca49c73f961f11faf797", + "url": "https://github.com/lifenjoiner/ISx/releases/download/v0.3.11/ISx-v0.3.11.7z", + "hash": "145c254a8e656a2f1df9a384759700a2e686ca5e760fea1103224e3a2b818417", "pre_install": [ "if ($architecture -eq '32bit') {", " Move-Item \"$dir\\ISx-x86.exe\" \"$dir\\ISx.exe\" -Force",