mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 10:11:21 +00:00
26 lines
834 B
JSON
26 lines
834 B
JSON
{
|
|
"version": "0.9.0",
|
|
"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/v0.9.0/typst-x86_64-pc-windows-msvc.zip",
|
|
"hash": "5966fa0765dc3cada85d837008b50fe3f99deb4cc2823de4543454256dfa4e02"
|
|
}
|
|
},
|
|
"extract_dir": "typst-x86_64-pc-windows-msvc",
|
|
"bin": "typst.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/typst/typst/releases",
|
|
"regex": "tag/v?([\\d.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/typst/typst/releases/download/v$version/typst-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|