deno@2.1.4: Add autoupdate hash url (#6351)

This commit is contained in:
Olav Rønnestad Birkeland 2024-12-18 06:38:33 +01:00 committed by GitHub
parent 82ccdbeb25
commit ac127f4b81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,10 @@
"64bit": { "64bit": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip" "url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
} }
},
"hash": {
"url": "$url.sha256sum",
"regex": "$sha256"
} }
} }
} }