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

(chore): matchVer instead of matchHead in jetbrains apps #13857

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

michelolvera
Copy link
Contributor

@michelolvera michelolvera commented Aug 21, 2024

fix: matchVer instead of matchHead in jetbrains apps

Jetbrains apps are not auto updating well due to $matchHead returning only first two or three digits seperated by a dot (e.g. 3.7.1-rc.1 = 3.7.1, 3.7.1.2-rc.1 = 3.7.1 or 3.7-rc.1 = 3.7)

Currently we have 4 digits versions, for example: IDEA Ultimate 2024.2.0.2 this PR address the issue using $matchVer

Closes #13863

Copy link
Contributor

All changes look good.

Wait for review from human collaborators.

clion

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

datagrip

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

goland

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

idea-ultimate

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

idea

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

phpstorm

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

pycharm-professional

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

pycharm

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

rider

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

rubymine

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

webstorm

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

@aliesbelik aliesbelik linked an issue Aug 27, 2024 that may be closed by this pull request
3 tasks
@aliesbelik
Copy link
Collaborator

/verify

Copy link
Contributor

All changes look good.

Wait for review from human collaborators.

clion

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

datagrip

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

goland

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

idea-ultimate

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

idea

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

phpstorm

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

pycharm-professional

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

pycharm

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

rider

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

rubymine

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

webstorm

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate
  • Autoupdate Hash Extraction

@aliesbelik aliesbelik merged commit 70fd2f4 into ScoopInstaller:master Aug 27, 2024
2 checks passed
aliesbelik added a commit to xyalter/ScoopBucketExtras that referenced this pull request Aug 28, 2024
aliesbelik added a commit that referenced this pull request Aug 28, 2024
* rustrover: Add version 2024.1.5-241.17890.39
* rustrover: Update to version 2024.1.6-241.17890.43
* rustrover: Update to version 2024.1.8-241.18968.39, add arm64 version, minor fix for autoupdate (relates to #13857)

---------

Co-authored-by: Aliaksandr Belik <1752374+aliesbelik@users.noreply.github.com>
aliesbelik added a commit that referenced this pull request Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: CLion can't find latest version [Bug]: JetBrains manifests do not update automatically
2 participants