2025-06-12 00:40:24 +00:00

29 lines
872 B
JSON

{
"version": "1.8.2",
"description": "Open source build system meant to be both extremely fast and user friendly.",
"homepage": "https://mesonbuild.com",
"license": "Apache-2.0",
"suggest": {
"Ninja": "ninja",
"Python": "python"
},
"architecture": {
"64bit": {
"url": "https://github.com/mesonbuild/meson/releases/download/1.8.2/meson-1.8.2-64.msi",
"hash": "073aa91e3f716cd49f1f37adbc767cad5a62ff4f3780c07838054aa93a23363f"
}
},
"extract_dir": "PFiles64\\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"
}
}
}
}