2025-12-08 20:30:18 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.95.0",
"description": "The primary implementation of Sass, written in Dart.",
"homepage": "https://sass-lang.com/dart-sass",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.95.0/dart-sass-1.95.0-windows-x64.zip",
"hash": "390df14d84977f9f3cf69ca00a408a81ba2d10084c802184308b727cc36f6999"
},
"arm64": {
"url": "https://github.com/sass/dart-sass/releases/download/1.95.0/dart-sass-1.95.0-windows-arm64.zip",
"hash": "06a2c4703f19cf36de180b05f8358cf25dde13703f705418c288bdd88891e52f"
}
},
"extract_dir": "dart-sass",
"bin": [
"sass.bat",
[
"sass.bat",
"dart-sass"
]
],
"checkver": {
"github": "https://github.com/sass/dart-sass"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-x64.zip"
},
"arm64": {
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-arm64.zip"
}
}
}
}