2022-06-09 00:35:15 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.52.3",
"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.52.3/dart-sass-1.52.3-windows-x64.zip",
"hash": "2420694bec4f3c2af45e0855b22278c06b989e935d6c35eb20b3d1973e3b1466"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.52.3/dart-sass-1.52.3-windows-ia32.zip",
"hash": "15aebaaececac43b6ec1c3f52c69c4441b3576ed6d69f6e2e006fcc147ebefb7"
}
},
"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"
}
}
}
}