2024-11-13 00:35:23 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.80.7",
"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.80.7/dart-sass-1.80.7-windows-x64.zip",
"hash": "e1071c4e4549b9043828df3c1f8a0d6aed81af51470f4e9f76cc24283a4604cc"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.80.7/dart-sass-1.80.7-windows-ia32.zip",
"hash": "c7aed91a592a221d3b542899bb4d13f5cb97587b3f67adea40f29ba63f2a1c86"
}
},
"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"
}
}
}
}