mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
typst: Update to version 23-03-21-2 (#4597)
This commit is contained in:
parent
690c84db15
commit
c27f8147e6
@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"version": "22-03-21-2",
|
"version": "23-03-21-2",
|
||||||
"description": "A markup-based typesetting system for the sciences.",
|
"description": "A markup-based typesetting system for the sciences.",
|
||||||
"homepage": "https://typst.app",
|
"homepage": "https://typst.app",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/typst/typst/releases/download/22-03-21-2/typst-x86_64-pc-windows-msvc.zip",
|
"url": "https://github.com/typst/typst/releases/download/v23-03-21-2/typst-x86_64-pc-windows-msvc.zip",
|
||||||
"hash": "b78907ccc296fb18ac9a4dbe36273e50e2ec69efdc3d1abdda91aa7f6c4f00b1"
|
"hash": "b78907ccc296fb18ac9a4dbe36273e50e2ec69efdc3d1abdda91aa7f6c4f00b1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -13,12 +13,12 @@
|
|||||||
"bin": "typst.exe",
|
"bin": "typst.exe",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://github.com/typst/typst/releases",
|
"url": "https://github.com/typst/typst/releases",
|
||||||
"regex": "tag/([\\d.-]+)"
|
"regex": "tag/v?([\\d.-]+)"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/typst/typst/releases/download/$version/typst-x86_64-pc-windows-msvc.zip"
|
"url": "https://github.com/typst/typst/releases/download/v$version/typst-x86_64-pc-windows-msvc.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user