2024-11-15 04:30:41 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.81.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.81.0/dart-sass-1.81.0-windows-x64.zip",
"hash": "c2c0d19b08354c66a40cb666dd7299c3f5a29d66f25cce5d0f7280e8ffa7753f"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.81.0/dart-sass-1.81.0-windows-ia32.zip",
"hash": "e475fd8986d015a6770cbe9fad393656fb5f67a3fd5ebf012bcc9b6ae82ac407"
}
},
"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"
}
}
}
}