2025-08-25 16:30:24 +00:00

29 lines
872 B
JSON

{
"version": "1.9.0",
"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.9.0/meson-1.9.0-64.msi",
"hash": "b0b01db7d4c8d514dab4bd6d0e0cd7f36f04569c83eb2727e3f6acdf010697c1"
}
},
"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"
}
}
}
}