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

wasmer: Fix extract, use tar.gz #5990

Merged
merged 2 commits into from
Sep 24, 2024
Merged

Conversation

moshen
Copy link
Contributor

@moshen moshen commented Jul 6, 2024

Refer to #5986 for errors encountered with extracting the latest inno build of wasmer. Changed to the tarball.

Closes #5986

Copy link
Contributor

github-actions bot commented Jul 6, 2024

All changes look good.

Wait for review from human collaborators.

wasmer

  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Comment on lines 21 to 22
"github": "https://github.com/wasmerio/wasmer",
"regex": "tag/([\\w.-]+)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"github": "https://github.com/wasmerio/wasmer",
"regex": "tag/([\\w.-]+)"
"github": "https://github.com/wasmerio/wasmer"

It would be better to remove regex section. That's because currently there is unnecessary v in wasmer's version information. In default, Scoop recognizes the new version from releases automatically without v.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed, updated to the latest version, and rebased

@moshen moshen force-pushed the fix-wasmer-4.3.3 branch 2 times, most recently from c624ed5 to 0f9eabf Compare July 20, 2024 20:24
bucket/wasmer.json Outdated Show resolved Hide resolved
Co-authored-by: Inseo Lee <capella87@outlook.com>
@HUMORCE HUMORCE merged commit 774f361 into ScoopInstaller:master Sep 24, 2024
2 checks passed
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.

wasmer@v4.3.3: decompress error
3 participants