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]: Extraterm autoupdate is broken after 0.76.1 #13575

Closed
3 tasks done
shananton opened this issue Jul 7, 2024 · 2 comments · Fixed by #13576
Closed
3 tasks done

[Bug]: Extraterm autoupdate is broken after 0.76.1 #13575

shananton opened this issue Jul 7, 2024 · 2 comments · Fixed by #13576
Labels

Comments

@shananton
Copy link
Contributor

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

extraterm

Expected/Current Behaviour

extras should have extraterm v0.78.1

Steps to Reproduce

scoop info extraterm

Possible Solution

It's broken because the maintainer randomly changed the release naming scheme, and the current implementation relies on that.

A good solution would be to switch to the git tag-based detection, since the extraterm repo has been consistently using version tags correctly.

Scoop and Buckets Version

Current Scoop version:
716b6db3 (HEAD -> master, tag: v0.5.0, origin/master, origin/HEAD) chore(release): Bump to version 0.5.0 (#6035)

'main' bucket:
802683efd (HEAD -> master, origin/master, origin/HEAD) oxlint: Update to version 0.5.3

'extras' bucket:
dde2bc8ed (HEAD -> master, origin/master, origin/HEAD) musescore: Update to version 4.3.2.241630831, fix checkver and autoupdate (#13571)

'nirsoft' bucket:
6cd99b6 (HEAD -> master, origin/master, origin/HEAD) Update url list [ci skip]

Scoop Config

last_update                       scoop_repo                              scoop_branch
-----------                       ----------                              ------------
2024-07-07T19:13:22.2109588+04:00 https://github.com/ScoopInstaller/Scoop

PowerShell Version

Name                           Value
----                           -----
PSVersion                      5.1.22621.3672
PSEdition                      Desktop
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0...}
BuildVersion                   10.0.22621.3672
CLRVersion                     4.0.30319.42000
WSManStackVersion              3.0
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1

Additional Softwares

No response

@shananton
Copy link
Contributor Author

The fix is implemented in #13576

@shananton
Copy link
Contributor Author

I guess it wasn't possible to use tags before, because they were marked as pre-releases, but that has changed now (and hopefully stays this way 😟)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant