2023-03-10 00:03:29 +05:30

29 lines
862 B
JSON

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