2025-04-03 00:36:54 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.86.2",
"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.86.2/dart-sass-1.86.2-windows-x64.zip",
"hash": "79aac6b2822ea91274335bf4744c8fc6516cf65704149ae3e0b916581ce8aafe"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.86.2/dart-sass-1.86.2-windows-ia32.zip",
"hash": "477fb74d9e194f444ae1af138d49a76cc135928a5498728378d87513227af14d"
}
},
"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"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/$version/dart-sass-$version-windows-ia32.zip"
}
}
}
}