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]: github: wrong version number update from 3.3.5 to 7000 #12205

Closed
3 tasks done
c-ortbauer opened this issue Nov 10, 2023 · 3 comments
Closed
3 tasks done

[Bug]: github: wrong version number update from 3.3.5 to 7000 #12205

c-ortbauer opened this issue Nov 10, 2023 · 3 comments
Labels

Comments

@c-ortbauer
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

github

Expected/Current Behaviour

The version number was updated by the github actions bot from 3.3.5 to 7000 (commit 7494a9a).
This seems like an error to me.

Steps to Reproduce

scoop update *

Possible Solution

Revert the commit

Scoop and Buckets Version

PS C:\Users\orc> scoop --version
Current Scoop version:
v0.3.1 - Released at 2022-11-15

'extras' bucket:
b34905134 (HEAD -> master, origin/master, origin/HEAD) potplayer@231102: Fix hash (Closes #12203)

'main' bucket:
06b21e9df (HEAD -> master, origin/master, origin/HEAD) sing-box: Update to version 1.6.3

Scoop Config

PS C:\Users\orc> scoop config


use_lessmsi           : True
last_update           : 2023-11-10T06:53:56.4238905+01:00
aria2-warning-enabled : False
scoop_branch          : master
scoop_repo            : https://github.com/ScoopInstaller/Scoop

PowerShell Version

PS C:\Users\orc> $PSVersionTable

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

Additional Softwares

No response

@TayouVR
Copy link
Contributor

TayouVR commented Nov 12, 2023

It seems github has pushed a tag release-7000, which is the highest number, so it is used to update to. I have opened an issue in their repo (also linked above): desktop/desktop#17716

@TayouVR
Copy link
Contributor

TayouVR commented Nov 20, 2023

the faulty tag has been reverted. Not sure if scoop can do much automatically to revert local installs of that tag.
To manually return to the latest real release, do scoop install [email protected], then scoop update github, in case there is a newer release by the time you run this.

@c-ortbauer
Copy link
Contributor Author

Thank you, after scoop uninstall/install github, I now have 3.3.5 again.

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

No branches or pull requests

2 participants