2024-07-11 20:25:35 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.77.8",
"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.77.8/dart-sass-1.77.8-windows-x64.zip",
"hash": "307b9729582b977ac9571cf5e38a3fb31af95002aff7c72cfee5e2f3c270d6e7"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.77.8/dart-sass-1.77.8-windows-ia32.zip",
"hash": "1c65924094bf4154bdfd605c4ad9bf72b8ae0681382e7519bd3d41bb95384c59"
}
},
"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"
}
}
}
}