Skip to content

Commit

Permalink
ols@10.28.2022: Fix hash (Closes #187)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 28, 2023
1 parent e9d48fb commit 8183fd0
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions bucket/ols.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"version": "10.28.2022",
"description": "Language server for Odin",
"homepage": "https://github.com/DanielGavin/ols",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://ghproxy.net/https://github.com/DanielGavin/ols/releases/download/nightly/ols-x86_64-pc-windows-msvc.exe",
"hash": "9e28524d9a765d34f7c25bc10537b08c7ef5c5b1a1580c4efcd645b0994b4aec",
"extract_dir": "ols_nightly_windows\\ols-nightly"
}
},
"bin": "ols.exe",
"checkver": {
"github": "https://github.com/DanielGavin/ols"
},
"autoupdate": {
"version": "10.28.2022",
"description": "Language server for Odin",
"homepage": "https://github.com/DanielGavin/ols",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://ghproxy.net/https://github.com/DanielGavin/ols/releases/download/$version/ols-x86_64-pc-windows-msvc-installer.exe",
"extract_dir": "ols_$underscoreVersion_windows\\ols-$version"
}
"64bit": {
"url": "https://ghproxy.net/https://github.com/DanielGavin/ols/releases/download/nightly/ols-x86_64-pc-windows-msvc.exe",
"hash": "d64267249dca5a137d75c613f96761a8356feafc08887531e2b7d059c85ac470",
"extract_dir": "ols_nightly_windows\\ols-nightly"
}
},
"bin": "ols.exe",
"checkver": {
"github": "https://github.com/DanielGavin/ols"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://ghproxy.net/https://github.com/DanielGavin/ols/releases/download/$version/ols-x86_64-pc-windows-msvc-installer.exe",
"extract_dir": "ols_$underscoreVersion_windows\\ols-$version"
}
}
}
}
}
}

0 comments on commit 8183fd0

Please sign in to comment.