Skip to content

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

Merged
niheaven merged 4 commits intoScoopInstaller:developfrom
insertokname:url-version-fix
May 23, 2024
Merged

feat(install): Added the ability to specify @ version when installing from url/file location#5988
niheaven merged 4 commits intoScoopInstaller:developfrom
insertokname:url-version-fix

Conversation

@insertokname
Copy link
Copy Markdown
Contributor

@insertokname insertokname commented May 22, 2024

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.

Comment thread CHANGELOG.md Outdated
@niheaven niheaven linked an issue May 23, 2024 that may be closed by this pull request
Comment thread CHANGELOG.md Outdated
@niheaven niheaven merged commit 700a2f4 into ScoopInstaller:develop May 23, 2024
@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
@insertokname insertokname deleted the url-version-fix branch June 27, 2024 19:05
niheaven pushed a commit that referenced this pull request Jun 30, 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