Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: innounp claims 2.64 but is installing 1.77 #6480

Closed
3 tasks done
milnak opened this issue Jan 22, 2025 · 6 comments
Closed
3 tasks done

[Bug]: innounp claims 2.64 but is installing 1.77 #6480

milnak opened this issue Jan 22, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@milnak
Copy link

milnak commented Jan 22, 2025

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all issues/PRs to ensure it has not already been reported or fixed.
  • I have verified that I am using the latest version of Scoop and corresponding bucket.

Package Name

innounp

Expected/Current Behaviour

innounp claims 2.64 but is installing 1.77

Steps to Reproduce

> scoop install main/innounp
Installing 'innounp' (2.64) [64bit] from 'main' bucket
Loading innounp-1.zip from cache.
Checking hash of innounp-1.zip ... ok.
Extracting innounp-1.zip ... done.
Linking ~\scoop\apps\innounp\current => ~\scoop\apps\innounp\2.64
Creating shim for 'innounp'.
'innounp' (2.64) was installed successfully!

> ~\scoop\apps\innounp\2.64\innounp.exe

innounp - the Inno Setup Unpacker, Version 1.77 (11/23/2024)

Possible Solution

use the "Executable programs as zip archive (2.01 MB)" option on the webpage rather than "https://www.rathlev-home.de/tools/download/innounp-1.zip"?

Scoop and Buckets Version

859d1db5 chore(release): Bump to version 0.5.2 (#6080)
04d997fac podman: Update to version 5.3.2
e93674ed3 xpipe: Update to version 14.2
2f9e5a016 vivaldi-snapshot: Update to version 7.1.3570.35
52313e9 bluetoothleview: Update to version 1.00
4aa1b85 [email protected]: Remove `ctrl2cap.exe` bin
90468339 sapmachine17-jre: Update to version 17.0.14
40ca087 wirelessnetworkwatcher: 2.42

Scoop Config

last_update           : 1/22/2025 8:44:46 AM
scoop_repo            : https://github.com/ScoopInstaller/Scoop
scoop_branch          : master
aria2-warning-enabled : False
use_sqlite_cache      : True
show_update_log       : False

PowerShell Version

Name                           Value
----                           -----
PSVersion                      7.4.6
PSEdition                      Core
GitCommitId                    7.4.6
OS                             Microsoft Windows 10.0.26100
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Additional Softwares

No response

@milnak milnak added the bug Something isn't working label Jan 22, 2025
@Arjailer
Copy link

Arjailer commented Jan 22, 2025

Just came across this when trying to install Inno Setup v6.4.0 - it couldn't be unpacked as scoop was using innounp v1.77 despite claiming that v2.64 was installed

Had to manually replace the innounp.exe with the real v2.64 executable to get the Inno Setup install to work

@cjberg
Copy link

cjberg commented Jan 22, 2025

It's simply the wrong URL in the manifest. It should be:

  • https://www.rathlev-home.de/tools/download/innounp-2.zip
    instead of the currently used
  • https://www.rathlev-home.de/tools/download/innounp-1.zip

@milnak
Copy link
Author

milnak commented Jan 24, 2025

Looks like this is now fixed with 8d49f4f

innounp: Update to version 2.64 
8d49f4ff7 by Hsiao-nan Cheung <[email protected]>, Fri Jan 24 01:06:58 2025
3 insertions(+), 3 deletions(-)

@milnak
Copy link
Author

milnak commented Jan 24, 2025

However versions/innounp-unicode is now out of date and probably should be updated or removed.

@elisimpson
Copy link

This brings up an interesting problem: when a manifest is updated to fix a bug, but the version number of the application hasn't changed, there's no indication that the user might want to force an upgrade of the app, even though it's at the current version. Maybe scoop upgrade could display a message for any apps where the manifest has changed but the version is current?

@niheaven
Copy link
Member

However versions/innounp-unicode is now out of date and probably should be updated or removed.

Fixed by ScoopInstaller/Versions@81c7d70

Maybe scoop upgrade could display a message for any apps where the manifest has changed but the version is current?

Good idea! Will try it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants