mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
29 lines
864 B
JSON
29 lines
864 B
JSON
{
|
|
"version": "0.63.0",
|
|
"description": "Open source build system meant to be both extremely fast and user friendly.",
|
|
"homepage": "http://mesonbuild.com",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"Python": "python",
|
|
"Ninja": "ninja"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mesonbuild/meson/releases/download/0.63.0/meson-0.63.0-64.msi",
|
|
"hash": "c6c06e2f4b49c2935e618675f2b41d832ab9091e06517b5227f180e593d5e8af"
|
|
}
|
|
},
|
|
"extract_dir": "Meson",
|
|
"bin": "meson.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/mesonbuild/meson"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/mesonbuild/meson/releases/download/$version/meson-$version-64.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|