mirror of
https://github.com/qwjyh/scoop_bucket.git
synced 2025-04-20 19:55:50 +09:00
update tinymist & powershell-editorservice (#20)
* update tinymist & powershell-editorservice * fix(CI): update psmodulecache
This commit is contained in:
parent
732f11195d
commit
4cf64aa9fb
3 changed files with 8 additions and 8 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
repository: ScoopInstaller/Scoop
|
||||
path: scoop_core
|
||||
- name: Init Test Suite
|
||||
uses: potatoqualitee/psmodulecache@v5.1
|
||||
uses: potatoqualitee/psmodulecache@main
|
||||
with:
|
||||
modules-to-cache: BuildHelpers
|
||||
shell: powershell
|
||||
|
@ -48,7 +48,7 @@ jobs:
|
|||
repository: ScoopInstaller/Scoop
|
||||
path: scoop_core
|
||||
- name: Init Test Suite
|
||||
uses: potatoqualitee/psmodulecache@v5.1
|
||||
uses: potatoqualitee/psmodulecache@main
|
||||
with:
|
||||
modules-to-cache: BuildHelpers
|
||||
shell: pwsh
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"version": "4.2.0",
|
||||
"version": "4.3.0",
|
||||
"description": "A common platform for PowerShell development support in any editor or application!",
|
||||
"homepage": "https://github.com/PowerShell/PowerShellEditorServices",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/PowerShell/PowerShellEditorServices/releases/download/v4.2.0/PowerShellEditorServices.zip",
|
||||
"hash": "381f80294645e81bef52f9db07f3f852bb29233ccbdde1a09380ff31655d5289",
|
||||
"url": "https://github.com/PowerShell/PowerShellEditorServices/releases/download/v4.3.0/PowerShellEditorServices.zip",
|
||||
"hash": "cbe2f11f0076b05d44f148f0c7bbd38a3b30eeeae99c45c6d0c309edff50136a",
|
||||
"bin": "",
|
||||
"extract_dir": "",
|
||||
"checkver": "github"
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"version": "0.13.4",
|
||||
"version": "0.13.10",
|
||||
"description": "A brand-new language server for Typst",
|
||||
"homepage": "https://github.com/Myriad-Dreamin/tinymist",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.4/tinymist-win32-x64.exe",
|
||||
"hash": "023fe59726b0570ddc369b324f53dbb9acb5c6991766436586be94df3f22b674"
|
||||
"url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.13.10/tinymist-win32-x64.exe",
|
||||
"hash": "06dedacea6590d1ff8a78b2102a7c67742da023de7c86700fd981a7e6e894324"
|
||||
}
|
||||
},
|
||||
"bin": [
|
||||
|
|
Loading…
Add table
Reference in a new issue