2022-04-23 12:30:26 +00:00

29 lines
864 B
JSON

{
"version": "0.62.1",
"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.62.1/meson-0.62.1-64.msi",
"hash": "eae332c20a88a2b19b1c3cfd1c793212f70b3ed6af899e9d10c55a027e946949"
}
},
"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"
}
}
}
}