mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
typst: Add version 22-03-21-2 (#4581)
* Create typst.json * Use architecture * Update typst.json * Fix checkver and remove 32bit --------- Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
parent
272f880e4d
commit
11b6958e62
25
bucket/typst.json
Normal file
25
bucket/typst.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": "22-03-21-2",
|
||||
"description": "A markup-based typesetting system for the sciences.",
|
||||
"homepage": "https://typst.app",
|
||||
"license": "Apache-2.0",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/typst/typst/releases/download/22-03-21-2/typst-x86_64-pc-windows-msvc.zip",
|
||||
"hash": "b78907ccc296fb18ac9a4dbe36273e50e2ec69efdc3d1abdda91aa7f6c4f00b1"
|
||||
}
|
||||
},
|
||||
"extract_dir": "typst-x86_64-pc-windows-msvc",
|
||||
"bin": "typst.exe",
|
||||
"checkver": {
|
||||
"url": "https://github.com/typst/typst/releases",
|
||||
"regex": "tag/([\\d.-]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/typst/typst/releases/download/$version/typst-x86_64-pc-windows-msvc.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user