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

feat(install): Added the ability to specify @ version when installing from url/file location #5988

Merged
merged 4 commits into from
May 23, 2024

Conversation

insertokername
Copy link

added the ability to use the @ symbol when using scoop install with a url/file location

Description

Simple change to the regex that matches the name of the app to not require the whole string to be ending with .json. For example you can now do:

scoop install https://raw.githubusercontent.com/ScoopInstaller/Main/master/bucket/neovim.json@0.9.0

(adds #5977)

testing

This has been tested with all installation methods that have been mentioned in the scoop install --help

Checklist:

  • I have read the Contributing Guide.
  • I have ensured that I am targeting the develop branch.
  • I have updated the documentation accordingly.
  • I have updated the tests accordingly.
  • I have added an entry in the CHANGELOG.

CHANGELOG.md Outdated Show resolved Hide resolved
@niheaven niheaven linked an issue May 23, 2024 that may be closed by this pull request
CHANGELOG.md Outdated Show resolved Hide resolved
@niheaven niheaven merged commit 700a2f4 into ScoopInstaller:develop May 23, 2024
2 checks passed
@niheaven niheaven changed the title added the ability to specify @ version when installing from url/file location feat(install): Added the ability to specify @ version when installing from url/file location May 23, 2024
brian6932 pushed a commit to brian6932/Scoop that referenced this pull request Jun 1, 2024
brian6932 pushed a commit to brian6932/Scoop that referenced this pull request Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autoupdate to manifest url
2 participants