helix: Update to version 22.03 (#3458)

vM.m.p -> YY.MM
This commit is contained in:
Colin Dean 2022-03-30 01:55:46 -04:00 committed by GitHub
parent 65ddcca946
commit 87d7a2e762
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,13 @@
{
"version": "0.6.0",
"version": "22.03",
"description": "A post-modern modal text editor",
"homepage": "https://helix-editor.com",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/helix-editor/helix/releases/download/v0.6.0/helix-v0.6.0-x86_64-windows.zip",
"hash": "23f4fe46f30e489938ad2fabfb768a024528eff437121356398f6839ddacb2b9",
"extract_dir": "helix-v0.6.0-x86_64-windows"
"url": "https://github.com/helix-editor/helix/releases/download/22.03/helix-22.03-x86_64-windows.zip",
"hash": "6ea24df6babe70f6ee28948b460f2a9bab5d7b970dbc74efb67f942168cd6b94",
"extract_dir": "helix-22.03-x86_64-windows"
}
},
"bin": "hx.exe",
@ -17,8 +17,8 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/helix-editor/helix/releases/download/v$version/helix-v$version-x86_64-windows.zip",
"extract_dir": "helix-v$version-x86_64-windows"
"url": "https://github.com/helix-editor/helix/releases/download/$version/helix-$version-x86_64-windows.zip",
"extract_dir": "helix-$version-x86_64-windows"
}
}
}