mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-04 19:14:48 +00:00
35 lines
1.5 KiB
JSON
35 lines
1.5 KiB
JSON
{
|
|
"version": "1.20.0",
|
|
"description": "A statically typed programming language for scientific computations with first class support for physical dimensions and units",
|
|
"homepage": "https://numbat.dev/",
|
|
"license": "Apache-2.0, MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/numbat/releases/download/v1.20.0/numbat-v1.20.0-i686-pc-windows-msvc.zip",
|
|
"hash": "55968a5044013299da1642f8e8f11fa91bc6d81eaed0cd0f2ee468ded56620f6",
|
|
"extract_dir": "numbat-v1.20.0-i686-pc-windows-msvc"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/numbat/releases/download/v1.20.0/numbat-v1.20.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "522fc07ea24fb57574253de276bd73baf0c141ef962713d60f532d17d0e4ea75",
|
|
"extract_dir": "numbat-v1.20.0-x86_64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "numbat.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/sharkdp/numbat"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"extract_dir": "numbat-v$version-i686-pc-windows-msvc",
|
|
"url": "https://github.com/sharkdp/numbat/releases/download/v$version/numbat-v$version-i686-pc-windows-msvc.zip"
|
|
},
|
|
"64bit": {
|
|
"extract_dir": "numbat-v$version-x86_64-pc-windows-msvc",
|
|
"url": "https://github.com/sharkdp/numbat/releases/download/v$version/numbat-v$version-x86_64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|