mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"version": "0.6.0",
|
|
"description": "HTML Language Server & Templating Language Library",
|
|
"homepage": "https://github.com/kristoff-it/superhtml",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kristoff-it/superhtml/releases/download/v0.6.0/x86_64-windows.zip",
|
|
"hash": "4fe653a82d0d091ed3b5a20838270776f3193ce6a1fbd97d5c7658a747b727bb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kristoff-it/superhtml/releases/download/v0.6.0/aarch64-windows.zip",
|
|
"hash": "620a1ed3881e436814f8bf703abe8d16f56c7896810585eed9b2c5c559fe76de"
|
|
}
|
|
},
|
|
"bin": "superhtml.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/kristoff-it/superhtml/releases/download/v$version/x86_64-windows.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/kristoff-it/superhtml/releases/download/v$version/aarch64-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|