2023-06-08 04:26:44 +00:00

38 lines
1.2 KiB
JSON

{
"version": "1.63.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.63.2/dart-sass-1.63.2-windows-x64.zip",
"hash": "cd8cd36a619dd8e27f93d3186c52d70eb7d69472aa6c85f5094b29693e773f64"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.63.2/dart-sass-1.63.2-windows-ia32.zip",
"hash": "f8cf297840133ccc7cef9a13ac6ec9fa9e0ada0011a7134742289879dd8e7011"
}
},
"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"
}
}
}
}