mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
29 lines
862 B
JSON
29 lines
862 B
JSON
{
|
|
"version": "1.1.0",
|
|
"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.1.0/meson-1.1.0-64.msi",
|
|
"hash": "14c96ac1318979a877b3cc5d691ca3ba8f27046a33d203917c6edac7b2329c80"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|