2020-12-30 10:04:16 +01:00

38 lines
1.2 KiB
JSON

{
"version": "1.32.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.32.0/dart-sass-1.32.0-windows-x64.zip",
"hash": "eb7c4a6c0140b91e8c5ddf569cbf1b7e450b81081bb03d4af8a37ee3f43f920e"
},
"32bit": {
"url": "https://github.com/sass/dart-sass/releases/download/1.32.0/dart-sass-1.32.0-windows-ia32.zip",
"hash": "d7eeaeb976f65cf1be5a1356dc88f4990cd692d0e9880cb32ef823c3eb9738af"
}
},
"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"
}
}
}
}