-
-
Notifications
You must be signed in to change notification settings - Fork 976
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
[email protected]: Add autoupdate hash url #6351
Merged
niheaven
merged 4 commits into
ScoopInstaller:master
from
o-l-a-v:deno-add-autoupdate-hash
Dec 18, 2024
Merged
[email protected]: Add autoupdate hash url #6351
niheaven
merged 4 commits into
ScoopInstaller:master
from
o-l-a-v:deno-add-autoupdate-hash
Dec 18, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Your changes do not pass checks. deno
|
Never mind, Deno uses a non-standard format for the sha256sum file.
Edit: Learned I can use regex to find it. 😊 |
/validate |
/verify |
Your changes do not pass checks. deno
|
From the workflow logs I don't see what's wrong with Checkver. 🤔 It works when testing locally. PS > & ('{0}\scoop\apps\scoop\current\bin\checkver.ps1' -f $env:USERPROFILE) -Force -App (
'{0}\IT\Code\PowerShell\CLI\Scoop\Scoop-ManifestAuthoring\bucket\deno.json' -f $env:OneDriveConsumer
)
deno: 2.1.4 (scoop version is 2.1.4)
Forcing autoupdate!
Autoupdating deno
Searching hash for deno-x86_64-pc-windows-msvc.zip in https://github.com/denoland/deno/releases/download/v2.1.4/deno-x86_64-pc-windows-msvc.zip.sha256sum
Could not find hash in https://github.com/denoland/deno/releases/download/v2.1.4/deno-x86_64-pc-windows-msvc.zip.sha256sum
Downloading deno-x86_64-pc-windows-msvc.zip to compute hashes!
Loading deno-x86_64-pc-windows-msvc.zip from cache
Computed hash: d85abec3fc5533c20f1369b9c2fbb5f49348d1f69994779c09f56383bd46aa10
Writing updated deno manifest
PS > |
/verify |
All changes look good. Wait for review from human collaborators. deno
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds autoupdate hash URL so Scoop does not have to download the artifact to calculate checksum.